




html,body{
	margin:0;
	padding:0;
	height:100%;
}

body{
	background-image:url(img/bodyBackground.jpg);
	background-repeat:no-repeat;
	background-color:#FFCC66;
	text-align:left;
	
}
div#header{

	

	margin:0;
	padding:0;

/*background-image:url(img/header.gif);border:1px solid #fff;*/
	height:131px;

	
}

div#container{

	width:1002px;

	
	padding:0;



}

div#wrapper{

	width:1002px;
	margin:0px;
	padding:0 0 0 79px;
	background-color:#transparent;
	
	/*
	background-image: url(img/backgroundContent.gif);
	background-repeat: repeat-y;
	*/
	

	float:left;

		
		
}

div#contentText{
	width:462px;
	padding: 20px 180px 20px 180px;
	background-color:#FFF;
	min-height:380px;
								
	
}


div#navigation{
	z-index:199;
	position: absolute;
	top:131px;
	left:37px;
	background-color:#FF9966;
	width:176px;
	min-height:360px;

}
div#infofenster{
	display:none;
}

/*div#rechts{
	float:left;
	width:200px;
	margin-left:-200px;
	background-color:#0080FF;
}*/

div#feet{
	display:none;




	
}

div#contentLinks{
	float:left;
	width:200px;
	margin: 0 20px 0 0;

}
div#contentRechts{
	float:left;
	width:200px;
	
}

div#bildleiste{
	z-index:99;
	position: absolute;
	top:140px;
	left:760px;
	background-color:#FFCC66;
	width:200px;
	height:450px;
	
}
div#bildleiste img{
	margin:10px 10px 0 10px;
	border:0;
	
}
