html {
	/*height:100%;*/
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #262626;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
}
a {
	text-decoration: underline;
	color: #000000;
}
#page {
	background-image: url(img/hintergrund.gif);
	/*height: 100%;*/
	width: 693px;
	background-repeat: repeat-y;
	margin: 0px auto;

}
#site {
	/*height: 100%;*/
	width: 659px;
	margin-left: 17px;
	margin-right: 17px;
	text-align: left;
}
#header {
	height: 123px;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
}
#navigation {
	position: relative;
	top: 77px;
	left: 162px;
	width: 444px;
	text-align: right;
	font-weight: bold;
	
}
#navigation a {
	text-decoration: none;
	color: #FFD34E;
}

#main {
	height: 123px;
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
	
}
#content {
	margin-left: 25px;
	margin-right: 25px;
	padding-top: 60px;
	height:auto;
}


#footer {
	height: 50px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-top: 45px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-top: 2px;
	color: #999999;
	font-size: 10px;
}
#footer a {
	text-decoration: none;
	color: #999999;
}
#footer a:hover {
	text-decoration: none;
	color: #666666;
}

#fooooter {
	border-top:1px solid #333333; 
	margin-bottom: 0px;
	margin-top: 40px;
	margin-left: 42px;
	margin-right: 42px;
	text-align:left; 
	font-size:10px; 
	padding-top: 5px; 
	color:#999999;
}

#fooooter a {
	text-decoration: none;
	color: #999999;
}

#fooooter a:hover {
	text-decoration: none;
	color: #333333;
}

#bottom {
	background-image:url(img/footer_hg.gif);
	background-repeat:no-repeat;
	height: 29px;
}

