﻿body {
	background: url(http://www.lpgs.de/images/background.png) no-repeat center;
	height: 848px;
}

.style1 {
	font-family: "Times New Roman";
	font-size: small;
	color: #FFFFFF;
	text-align: center;

}

#container {
	position: static;
	background-position: center;
	width:975px;
	margin: auto;
}


#logo {
	background: url(http://www.lpgs.de/images/logo.png) center;
	position: absolute;
	width: 974px;
	height: 140px;
	top: 0px;
}

#menu {
	background: url(http://www.lpgs.de/images/menubg.png) center;
	position: absolute;
	width: 974px;
	height: 30px;
	top: 140px;
}

#content {
	background: url(http://www.lpgs.de/images/content.png);
	position: absolute;
	width: 974px;
	height: 694px;
	top: 170px;
	margin: auto;
}

#news {
	background: url(http://www.lpgs.de/images/newskasten.png) center;
	position: absolute;
	height: 659px;
	width: 963px;
	left: 6px;
}

#bg {
	background-position: center;
	position: absolute;
	height: 579px;
	width: 963px;
	left: 6px;
}


#kasten {
	background: url(http://www.lpgs.de/images/kasten.png);
	position: static;
	height: 660px;
	width: 963px;
	left: 6px;
	margin: auto;
	top: 5px;
}

#info {
	position: absolute;
	height: 589px;
	width: 500px;
	left: 360px;
	top: 0px;
}

#bild {
	background: url(http://www.lpgs.de/images/inhalt/album2009.png);
	position: absolute;
	height: 625px;
	width: 312px;
	left: 25px;
	top: 15px;
}

#player {
	position: absolute;
	height: 50px;
	width: 28%;
	top: 426px;
	right: 260px;
	margin: auto;
}

#copyright {
	position: absolute;
	width: 100%;
	top: 666px;
}

#crew {
	background: url(http://www.lpgs.de/images/inhalt/crew.png) no-repeat;
	position: absolute;
	height: 590px;
	width: 961px;
	left: 7px;
	top: 7px;
}

#gaestebuch {
	position: absolute;
	margin-left: auto;
    margin-right: auto;
    text-align: center;
	height: 670px;
	width: 949px;
}

#diashow {
	position: absolute;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	height: 660px;
	width: 963px;
	left: 6px;
	top: 5px;

}

/*Drop Down Menu Anfang */

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 0 0 0;
	padding: 8px 10px;
	width: 101px;
	background: url(http://www.lpgs.de/images/button.png);
	color: #FFF;
	text-align: center;
	text-decoration: none
}

#sddm li a:hover
{	background: url(http://www.lpgs.de/images/buttonhover.png)
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0 0 0 0;
	padding: 0;
	background: url(http://www.lpgs.de/images/button2.png);
}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: 90px;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: url(http://www.lpgs.de/images/button2.png) ;
		font: 11px arial
}

	#sddm div a:hover
	{	background: url(http://www.lpgs.de/images/buttonhover2.png);
		color: #FFF
}
/*Drop Down Menu Ende*/

a:link {
	color:#B2B2B2;
	text-decoration: none;
    text-align: center;
}

a:visited {
	color:#B2B2B2;
	text-decoration: none;
    text-align: center;
}

a:hover { 
	color:#B2B2B2;
	text-decoration: none;
    text-align: center;
}

a:active {
	color:#B2B2B2;
	text-decoration: none;
    text-align: center;
}

