




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

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

	

	margin:0;
	padding:0;

	height:54px;

	
}

div#container{

	width:1000px;

	
	padding:0;



}

div#wrapper{

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

	float:left;

		
		
}

div#contentText{
	background-image:url(img/backgroundContent.gif);
	background-repeat:no-repeat;
	width:575px;
	padding: 40px 50px 20px 160px;
	background-color:#F4F4F4;
	min-height:480px;
	border: 1px solid #222278;

								
	
}


div#navigation{
	background-image:url(img/backgroundMenu.gif);
	background-repeat:no-repeat;
	position:absolute;
	top:77px;
	left:65px;
	width:220px;
	height:418px;
	background-color:#222278;





	
}
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;
	
}

