body, td, p, a, input, select, h2, li, div, textarea {
	font-family: Arial,Verdana,Helvetica;
	font-size: 13px;
	line-height: 22px;
	margin: 0; padding: 0;
	font-family:The Sans Light, Verdana, Arial, SunSans-Regular, Sans-Serif;
}

html, body { height: 101%;  }

body {
	margin-top:0px;
	background-color:#f0a650; 
	text-align:	center;
	
	}

.rechtsbuendig 	{
	text-align: right; 	
	font-family: Arial,Verdana,Helvetica;
	font-size: 12px;

	}
	
li{
	font-family: Arial,Verdana,Helvetica;
	font-size: 14px;
}
	
p{	
	font-family: Arial,Verdana,Helvetica;
	font-size: 14px;
	font-weight:normal;
	line-height: 40px; 
	text-align: justify; 
}	

a {color: #626262; font-size:14px; font-weight:normal; 	line-height:27px;text-decoration: none; font-family: Arial,Verdana,Helvetica}
a:visited {color:#626262; font-size:14px; font-weight:normal;}
a:hover {color: #626262; font-size:14px; font-weight:normal; text-decoration: underline;}
a:active { color:#626262; font-size:14px; font-weight:normal;}

a.navi {color: #000; font-size:10px; font-weight:normal;  line-height:27px;}
a.navi:visited {color:#000; font-size:10px; font-weight:normal;}
a.navi:hover {color: #000; font-size:10px; text-decoration: none; font-weight:bold;}
a.navi:active { color:#000; font-size:10px; font-weight:bold; text-decoration: none;}

a.footer {color: #fff; font-size:14px; font-weight:normal; text-decoration: none;  line-height:27px;}
a.footer:visited {color:#fff; font-size:14px; font-weight:normal; text-decoration: none;}
a.footer:hover {color: #fff; font-size:14px; text-decoration: underline; font-weight:normal;}
a.footer:active { color:#fff; font-size:14px; font-weight:underline; text-decoration: none;}



/* ----------container zentriert das layout-------------- */


#container { 
	width:100%; 
	margin: 0 auto 0 auto; 
	color:#000; 
	background: url(../img/bg.png) repeat-x top center ; 
	height: 769px; 
/*	border:	1px solid #000;  */
}

/* ----------head for logo-------------- */
#header{
	margin: 0 auto 0 auto; 
	height: 186px;
	width:960px;
	background:  url(../img/top_logo.png) no-repeat top center ; 

}

#content{
	font-family: Arial,Verdana,Helvetica;
	font-weight:normal;
	margin: 0 auto 0 auto; 
	width:960px;
}


/* --------------left navigation------------- */

#nav{
	float:left;
	background:  url(../img/bg_nav.png) no-repeat top center ; 
	width:221px;
	height:330px;
	margin-left: 0px;
	margin-top:0px;
/*	border:	1px solid #000; */
	}
	
#navi{
	width:220px;
	margin-left: 0px;
	margin-top:40px;
	font-family: Arial,Verdana,Helvetica;
	font-size: 12px;
	font-weight:normal;
	}
	

/* -----------------Inhalt--------------------- */


#inhalt {
	font-family: Arial,Verdana,Helvetica;
	font-size: 14px;
/*	position:relative;*/
	line-height: 25px;
	margin-top:0px;
	margin-left:290px;
	text-align: justify;
	color: #626262;
}



/* --------------Überschrift------------- */

#head {
	font-family: Arial,Verdana,Helvetica;
	font-size: 30px;
	color:#626262;
	font-weight:light;
	margin:0px 
}

#head1 {
	font-family: Arial,Verdana,Helvetica;
	font-size: 14px;
	color:#626262;
	font-weight:bold;
	margin:0px 
}
/* -------------- Bilder ------------- */

#ellen_meyner{
	position:relative;
	float:left;
	background:  url(../img/ellen_meyner.png) no-repeat ; 
	width:126px;
	height:167px;
	left: 150px;
	top:50px;
/*	border:	1px solid #000; */
	}

#il_pic1{
	position:relative;
	float:left;
	background:  url(../img/il_pic1.png) no-repeat ; 
	width:664px;
	height:204px;
	left: 0px;
	top:50px;
	}
	
#il_pic2{
	position:relative;
	float:left;
	background:  url(../img/il_pic2.png) no-repeat ; 
	width:133px;
	height:183px;
	left: 50px;
	top:60px;
	}	

#il_pic3{
	position:relative;
	float:left;
	background:  url(../img/il_pic3.png) no-repeat ; 
	width:195px;
	height:232px;
	left: 13px;
	top:30px;
	}	
	
#il_pic4{
	position:relative;
	float:left;
	background:  url(../img/il_pic4.png) no-repeat ; 
	width:657px;
	height:222px;
	left: 0px;
	top:30px;
	}	
	
/* -------------- footer ------------- */

#footer {
	float:left;
	width:960px;
	line-height: 25px;
	margin-top:80px;
	margin-left:0px;
	text-align:center;
	color: #fff;
	font-family: Arial,Verdana,Helvetica;
	font-size: 14px;
	font-weight:normal;
	text-decoration: none;
}



.border {
border-bottom: 			1px solid #000;
}


