#header {
	width: 900px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #990000;
}
#logorechts {
	float: left;
	width: 699px;
}


#headerline {
	background-color: #990000;
	height: 1px;
}


#inhaltinnen {
	width: 900px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #990000;
	
	
}


#footer {
	background-color: #990000;
	min-height: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
	font-weight: bold;
	text-indent: 250px;
}

body {
	margin: 0px;
	padding: 0px;
}
#logo {
	float: left;
	width: 200px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #990000;
}

#inhaltrechts {
	float: right;
	width: 150px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#inhaltmitte {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: center;
	/*width: 539px;*/
	width: 659px;
	float: left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#logo3 {
	float: left;
	width: 699px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

