
body
{
	background-attachment: scroll;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
	color: #000000;
	/*margin-top: 20px;*/
	
}


#Balken_Oben
{
	height: 28px;
	background-position: left top;
	background-image: url('../Layout/Balken_Oben.gif');
	background-repeat: no-repeat;
	
	font-size: 0.7em;
	text-align: right;
	padding: 10px 0px 0px 0px;
	
}

#Menueleiste 
{
	background-image: url('../Layout/Menueleiste.gif');
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	height: 80px;
	font-size: 1.0em;
}

#image_header 
{
	/*background-color: #0099CC;*/
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	height: 131px;
	
	z-index: 1;
}

#image_header #BereichInfo
{
	text-align: left;
	
	padding-top: 111px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 227px;
	
	letter-spacing: 0.1em;
	font-size: 0.7em;
	color: #FFFFFF;
	
	z-index: 1000;
	position: absolute;
}

#image_header #FarbflaechenInfo
{
	text-align: left;
	padding-top: 111px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 787px;
	font-size: 11px;
	z-index: 1001;
	position: absolute;
	font-family: 'Century Gothic';
	
}


#Balken_Unten
{
	/*background-color: #99FF00;*/
	height: 30px;
	width: 940px;
	background-position: left top;
	background-image: url('../Layout/Balken_Unten.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	text-align: right;
}

#main
{
	/*Container von mainContent siehe Inhalt.css*/
	line-height: 1.2em;
}

#main p
{
	font-size: 0.7em;
	text-align: justify;
	padding-bottom: 1em;
}

#main h1
{
	font-size: 0.8em;
	color: #003366;
	padding-bottom: 0.5em;
} 


#main h2
{
	color: #006699;
	
	font-size: 0.7em;
	padding-bottom: 0.5em;
} 

#main h3
{
	font-size: 0.7em;
	color: #006699;
	font-weight: normal;
	padding-bottom: 0.5em;
} 


#main .pictureLeft {
	float: left;
	margin: 0em 1em 0em 0em; 	
}

#main .picRO {
	
	float: right;
	margin: 0em 0em 0em 1em; 	
}


#main ul li 
{
	font-size: 0.7em;
	/* [disabled]margin-left: 1em; */
	/* [disabled]list-style-position: outside; */
	/* [disabled]list-style-type: square; */
}

#main  a 
{
	cursor: pointer;
	cursor: hand;
}   
  
#main  a:link {color: #808080; text-decoration: none; }
#main  a:visited {color: #808080; 	text-decoration: none; }
#main  a:hover {color: #006699; text-decoration: underline;}
#main  a:active {color: #006699; }





#container #footer
{
	height: 22px;
	font-size: 0.7em;
	color: #666666;
}


#RandUnten
{
	background-color: #999;
	height: 12px;
	
	background-repeat: no-repeat;
	background-position: left top;
}