body {	
	background-color: Black;
	margin: 0px;
	text-align: center;
	font-size: 12px;
	font-family: Arial; Helvetica, sans-serif;
	color: #808080;
}

#frame {
	margin: auto;
	position: relative;
	width: 1003px;
	height: 620px;
	overflow: visible;
	clear: both;
	/* border: 1px solid Black; */
	border: 1px solid #808080;
	background-color: Black;
	text-align: left;

}
html>body #frame {
	margin: auto;
	position: relative;
	top: 1px;
	width: 1003px;
	height: auto;
	min-height: 620px;
	overflow: visible;
	clear: both;
	background-color: Black;
}

#grey {
	position: aboslute;
	top: 90px;
	left: 681px;
	margin: 0 auto;
	width: 295px;
	height: 20px;
	border: #8E8E8E;
}

#logo {
	position: absolute;
	top: 7px;
	left: 29px;
	height: 76px;
	width: 137px;
	background-image: url(images/g_logo_klein.jpg);
}

#navleft{
	position: absolute;
	top:540px;
	left: 29px;
}
#navleft a {
	color: #FFFFFF;
	text-decoration: none;
}


#navleft a:hover {
	color: #F8941E;
	text-decoration: none;
}

#navleft a:active {
	color: #F8941E;
	text-decoration: none;
}


#navright {
	position: absolute;
	top:540px;
	left: 778px;	
}

#navright a {
	color: #FFFFFF;
	text-decoration: none;
}

#navright a:hover {
	color: #F8941E;
	text-decoration: none;
}



#navintern{
	position: absolute;
	top:350px;
	left: 790px;
}

#navintern a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
}

#freizeitlink{
	position: absolute;
	top:285px;
	left: 545px;
}

#freizeitlink a {
	color: Black;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
}

#picture_box {
	position: absolute;
	top: 90px;
	left: 29px;
}

#greytop {
	position: absolute;
	top: 90px;
	left: 29px;
	height: 24px; 
	width: 947px;
	background-image: url(images/grau.jpg);
}

#greydown {
	position: absolute;
	top: 513px;
	left: 29px;
	height: 25px; 
	width: 947px;
	background-image: url(images/grau_unten.jpg);
}
	
#orange {
	position: absolute;
	top: 113px;
	left:501px;
	height: 400.5px; 
	width: 475px;
	background-image: url(images/orange.jpg)
}

#white {
	position: absolute;
	top: 114px;
	left:501px;
	height: 399px; 
	width: 475px;
	background-image: url(images/white.jpg)
}
	
#headline {
	position: absolute;
	top: 53px;
	left: 811px;
	height: 35px; 
	width: 166px;
	font-size: 30px;
	font-weight: bold;
	color: #8E8E8E;
	text-align: right;
}
	
.std {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	text-decoration: none;
}

ol {
	list-style-type:lower-alpha;
}