/*div#container{width:700px;margin:0 auto}
div#content{float:right;width:500px}
div#navigation{float:left;width:200px}
div#extra{float:right;width:500px}
div#footer{clear:both;width:100%}


*/

html,body{
	margin:0;
	padding:0;
	height:100%;
	background-image:url(img/bodyBackground.gif);
}

body{
	text-align:center;

	background-color:#666699;
	
}
div#header{
	
	width:960px;
	height:166px;
	margin:0;
padding:0;
	background-image:url(img/headerBackground.gif);
	background-repeat: no-repeat;


	
}

div#container{
	
	width:960px;
	margin:0px auto;
	text-align:left;
	padding:0;

	/*
	background-image: url(img/backgroundContainer.gif);
	background-repeat: repeat-y;
	*/
	
}



div#contentText{

	float:right;
	width:690px;
	background-color:#fff;
	min-height:600px;
	height: auto;
	padding: 25px;
	margin-top:20px;
/*background-image: url(img/backgroundContent.gif);
background-repeat: repeat-y;*/

								
	
}


div#navigation{
	float:left;
	width:200px;
	min-height:600px;
	overflow:hidden;

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

div#feet{
	text-align:left;
	margin:0px auto;
	width:500px;


	
}

div#contentLinks{
	float:left;
	width:450px;
	padding: 0 20px 0 0;
}
div#contentRechts{
	float:left;
	width:220px;
}
div#kopfbilder{
margin-left:430px;
}
div#header img{
	width:90px;
	height:145px;
	border:0;
	margin:5px;
}