body {
	font-family: 			Arial;
	font-size: 				16px;
	background-color: #dadada;
	color:	 				#ffffff;
	text-align: center;
	height:120px;
}

div#seite{
	/*position:absolute;
	top:60px;
	left:100px;*/
	margin:	0  auto;
	width:840px;
}


div#kopf{
	top:100px;
	height:120px;
	width:809px;
	/*background-image:url(img/head1_invert.jpg);*/
	background-image:url(img/head_dadada.png);
	background-repeat:no-repeat;
	right:0px;
	margin-top: 40px;
}


/*-------------------------------------------------------------------*/
/**/
div#main {
	float:none;
	width: 800px;
	position: relative;
	top: 5px;
}

div#content{
	/*position: relative;*/
	width:808px;
	float: left; 
	top:0px;
}

div#content_right {
	position: relative;
	left: 30px;
	float: right; 
	width: 300px;
	height: 456px;
	border:none;
	border-top:1px dotted #ffffff;
	border-right:1px dotted #ffffff;
	background-color: #555555;
}

div#content_main {
	position: relative;
	left: 0px;
	top:0px;
	float: left;
	width:808px;
	height: 456px;
	background-color: #888888;
	/*border: 1px dotted #ffffff;*/
}



div#content_bottom { 
	
	position: relative;
	left: 0px;
	top:5px;
	float: left;
	width: 808px;
	height: 40px;
	background-color: #777777;
	color:#FFFFFF;
	margin:	auto 0;
	padding-top: 4px;
	margin-top: 4px;
	
}

/* nur für IE*/
*  html  div#content_bottom { 
	left: 16px;
}

div#content_bottom a {
	color:#FFFFFF;
}

