html
{
height: 100%;
	}

* { margin: 0; padding: 0; }

body {
	padding:0; 
	margin:0; 
	font-family: arial, tahoma, helvetica; 
	font-size:75%;   
	height:100%; 
	text-align: center;
	margin: 0 auto;
	background-color:#000033;
			}

/* PAGE LAYOUT */

#pageContainer { /* PAGE CENTERED */
	width: 980px;
	height: 580px;
	text-align: left;
	padding: 0px;
	margin: 0 auto;
		}

#header { 
width: 980px;
	height: 103px;
	padding: 0;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	clear:both;
		}	

#contentContainer
{
width: 980px;
height: 477px;
}
					
#leftContainer {
	width: 179px;
	height: 333px;
	float: left;
	background-color: #284492;
			}	
			
#leftContainergross {
	width: 510px;
	height: 477px;
	float: left;
	background-color: #284492;
			}	
	
#pictureContainer {
	width: 333px;
	height: 333px;
	float: right;
			}	

#mainContainerIndex {
	width: 466px;
	height: 333px;
	float: left;
	background-color:#FFFFFF;
		}
		
#mainContainerFolge {
	width: 410px;
	height: 437px;
	float: right;
	background-color:#FFFFFF;
	padding: 40px 20px 0 40px;
	overflow:auto;
	text-align:left;
	font-family: arial, tahoma, helvetica; 
	font-size:11px;
		}

#mainContainerFolge h1{
	font-size:20px;
color:#284492;
font-weight: bold;
line-height: 150%;
		}
		
#mainContainerFolge h2{
	font-size:15px;
	text-indent: 10em;
color:#2e9e84;
font-weight: bold;
line-height: 150%;
		}
#mainContainerFolge h3{
font-size:11px;
font-weight: bold;
line-height: 200%;
		}
		
#mainContainerFolge a
{	
font-weight:bold;
color:#2e9e84;
text-decoration:none;
	}
	
#mainContainerFolge a:hover
{	
font-weight:bold;
color:#000000;
	}
		
#footerIndex {
	width: 980px;
	height: 144px;
	float: left;
	clear: both;
		}
		
#footerFolge {
	width: 510px;
	height: 144px;
	float: left;
	clear:both;
		}		
					
.imageRechts {
	margin: 0 0 15px 30px;
	float: right;
	}

#top
{
width: 410px;
height: 20px;	
text-decoration:none;
text-align:center;
float:left;
clear:both;
	}
		
#top a
{
width: 410px;
height: 20px;	
font-weight:bold;
color:#2e9e84;
text-decoration:none;
text-align:center;
float:left;
clear:both;
	}
	
#top a:hover
{	
font-weight:bold;
color:#000000;
text-align:center;
	}
	
.trennung
{ width: 400px;
height: 2px;
background-color:#31a08b;
float: left;
clear:both;
}

#navContainer {
width: 170px;
height: 250px;
margin-top: 20px;
text-align: left;
float: left;
}

#navContainergross {
width: 177px;
height: 250px;
margin-top: 20px;
text-align: left;
float: left;
}

#nav {
width: 170px;
height: 17px;
margin-bottom: 6px;
}

#navItem {
width: 17px;
height: 17px;
background-color:#31a08b;
float:left;
}

#navLink {
width: 144px;
height: 17px;
float: left;
margin-left: 9px;
text-align:left;
}

#navLink a {
font-family: arial, tahoma, helvetica;
font-style:normal;
font-weight: bold;
font-size:12px;
text-decoration:none;
color:#FFFFFF
}

#navLink a:hover {
color: #aaacaf;
}



