@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
}

html
{
height: 100%;
	}
body {
	padding:0; 
	font-family: arial, tahoma, helvetica, sans-serif; 
	font-size:12px; 
	line-height: 180%; 
	color:#000000; 
	text-align: center;  
	background-color:#383C40;
			}

a {
	color: #777D84;
	font-weight: bold;
	}
	
a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	}
	

/* PAGE LAYOUT */

#pageContainer { /* PAGE CENTERED */
	width: 980px;
	height: 580px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align: left;
		}
	
#header { 
	width: 780px;
	height: 100px;
	padding: 0;
	background: url(images/oben.jpg);
	background-repeat: no-repeat;
	font-family:  arial, tahoma, helvetica, sans-serif;
	}
	
#headerNav { 
	height: 20px;
	margin-top: 75px;
	margin-right:15px;
	padding: 0;
	float:right;
	}

 #headerNav a {  
 text-decoration: none; 
 color: #000000; 
 font-weight: bold;
 margin-right: 20px;
  } 
 
#headerNav a:hover  { 
font-weight: bold;
color: #777D84;
 }
 
#contentContainer
{width: 780px;
height: 580px;
background-color: #C9CBCE;
float:right;
}

	
/* CONTAINER INDEX*/
#leftContainer {
	width: 200px;
	height: 580px;
	float: left;
	background-color: #ADB1B5;
	background-image:url(images/links.jpg);
	text-align:left;
	background-repeat: no-repeat;
		}	
		

#hauptnavigation ul {
	list-style-type: none;
	display:block;
	margin-top: 215px;
	padding-left:10px;
	text-align:left;
	
 } 
#hauptnavigation li
{ margin-top: 10px;
margin-bottom: 10px;
}
 #hauptnavigation a {  
 text-decoration: none; 
 color: #000000; 
 font-weight: bold;
  } 
 
#hauptnavigation a:hover, #Hauptnav_aktiv, #Hauptnav_aktiv li, #Hauptnav_aktiv a { 
color: #FFFFFF; 
 }

#mainContainer { 
	width: 780px;
	height: 480px;
	float: left;
	background-color: #FFFFFF;
	text-align:left;
		}	

#mainContainerFolge { 
	width: 730px;
	height: 440px;
	float: left;
	margin-top: 40px;
	margin-left: 50px;
	background-color: #C9CBCE;
	text-align:left;
	overflow:auto;
		}

#mainContainerFolge h1
{ 
	font-family: arial, tahoma, helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
	color:#777D84;
		}	
		
		
#mainContainerFolge ul
{ 
	list-style-image: url(images/list_image.jpg);
	display:block;
	margin:0;
	padding-left:15px;
	text-align:left;
		}

#mainContainerFolge li
{ 
	color:#000000;
		}
		
#bild_rechts
{ width: 350px;
margin-bottom: 20px;
margin-left: 10px;
text-align:right;
float:right}

.bild_rechts
{ 
margin-left: 10px;
float:right}

#footerNav { 
	height: 20px;
	margin-top: 30px;
	margin-right:15px;
	margin-bottom:30px;
	padding: 0;
	float:right;
	}

 #footerNav a {  
 text-decoration: none; 
 color: #000000; 
 font-weight: bold;
 margin-right: 20px;
  } 
 
#footerNav a:hover  { 
font-weight: bold;
color: #777D84;
 }

#caption
{display:none;}