body {
	background-color: #fff;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

#template {
	margin: 10px auto;
	padding: 11px 6px 0 6px;
	width: 648px;
	text-align: left;
}

.clear {
	clear: both;
}

.float {
	float: left;
}


#footer, #links, #rechts, .leiste {
	display: none;
}

/* = = = = = = = = = = header = = = = = = = = = = */

#header {
	width: 640px;
	height: 80px;
	border: 1px solid #214274;
	background:url(images/banner.gif)
				no-repeat
				#7998C3;
}
/* = = = = = = = = = = mitte = = = = = = = = = = */

#mitte {
	width: 640px;
	float: left;
}

.mittetext {
	margin: 0 20px;
}
	
.container {
	border: 1px solid #214274;
}

.containerheadline {
	color: #fff;
	background-color: #7998C3;
	padding: 4px 20px;
	border-bottom: 1px solid #214274;
}

.containertext {
	padding: 4px 20px;
}

.adresszeile {
	color: #fff;
	background-color: #214274;
	text-align: center;
	padding: 3px;
}


