body{
	margin: 0;
	padding: 0;	
	font-family: arial, verdana, sans-serif;	
	font-size: 9pt; 
	color: black;
	text-align: center;
}


#conAll{  
	height:Auto;
	margin: 0px auto; 
	padding-top:  90px;
    text-align: left;
    width: 455px; 	
}


/* @group Header */

#header{  
	height:80px;		
	margin: 0px;
	padding: 0px;
    width: 455px;
}




/* @end Header*/

/* @group Content */

#wrapper{
}
		  
#maincol{
 	float: left; 
 	width:455px; /* ori 775 */
 	padding: 0px;
 	margin:  0px;
 	height: Auto; 
 } 
  

#contentLeft{
	float: left;
	width: 124px; 
	padding: 0px;
	margin:  0px;
}


#contentRight{
	float: right;
	width: 331px; 
	height: Auto;
}


#contentTitle{
	float: left;
	padding: 5px 0px 20px 10px; 
  	margin: 0px;
    width: 321px; 
	}
	
#content{
	float: left;
	height: auto;
	padding: 33px 0px 23px 10px; 
	border-style:  none;
    width: 321px;
}

/* @end Content */


 
  
   
   
/* @group FOOTER */


#footer{
	float:  right;
	text-align: left;
 	height:28px; 
 	width: 325px; 
 	clear:both;
 	margin:0px;
 	padding: 0px;
}

/* @end FOOTER */ 


 
 
/* BOF Float containers fix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* EOF FIXES */



/* @group Allgemeine Definitionen */


H1{
	font-size:  120.01% ;
	font-weight: bold;
	margin: 0px 0px 0px 0px;	
	padding: 0px;	
}
h1.titel{
	font-size:  100.01% ;
	font-weight: normal;
	margin: 0px;	
	padding: 0px;	
}
p{
	margin-top: 0px;
}
strong{
	display: block;
	float: left;
	width:  68px;
}

a{	
	color:  black;
	text-decoration: none;
	font-weight: normal;
}

a:hover{
	text-decoration: underline;
}
a.nav{	
	padding-left: 7px;
	text-decoration: none;
	font-weight: normal;
	background: url(../img/pfeil.gif) no-repeat left 3px;
}

a.nav:hover{
	text-decoration: underline;
}
.insignificantly{
	color:  #666666;
}

/* @end */


 







