/* CSS Document */

body{
   background: #252529;
   color: #FFFFFF;
   }

#container{
	width: 890px;
	position: relative;
	margin: auto;
	background: White repeat-y;
	text-align: left;
}



#content {
	width: 879px;
	position: absolute;
	margin: -7px 0px 0px 0px;
	}

#bg{
	width: 879px;
	height: 126px;
	background-image: url(../img/gbsdenkmal.gif);	
	background-repeat:no-repeat;
}

#sb{
	top: 127px; 
	width: 879px;
	height: 441px;
	background-image: url(../img/start.jpg);
	background-repeat:no-repeat;
}

#textstartseite{
	padding-left: 460px;
	padding-right: 50px;
	padding-top: 40px;

}

p{
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;
	text-decoration : none;
	line-height: 140%;
}

h3{
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	text-decoration : none;
}

a:link{
	color: #FFFFFF;
	text-decoration:none;
	background-color: transparent;
	}

a:visited{
	color: #FFFFFF;
	text-decoration:none;
	background-color: transparent;
	}

a:hover{
	color: #999999;
	text-decoration:none;
	background-color: transparent;
	}

a:active{
	color: #999999;
	text-decoration:none;
	background-color: transparent;
	}