/* css-class fuer die boxen  */
 
body {
	margin: 0; 
	padding: 0;
	background: #7FA7D8;
	text-align: center;
}
.clear {
	clear:both;
}
#container {
	width: 980px;
	height: left;
	margin: 0 auto;
	text-align: left;
	background: url(../img/hintergrund-container.jpg) repeat-y 0px 0px;
}
#header {
	width: 960px;
	height: 230px;
	margin: 0px 10px 0px 10px;
	background: url(../img/header.jpg) no-repeat 0px 0px;
}
#header a.logo span {
	display: none;
}
#header a.logo {
	width: 960px;
	height: 205px;
	display: block;
}
#header-menu {
	width: 300px;
	height: 25px;
	margin: 0px 0px 0px 0px;
	float: right;
	text-align: right;
}
#content-container {
	width: 960px;
	height: auto;
	margin: 0px 10px 0px 10px;
	background: url(../img/hintergrund-content.gif) repeat-y 0px 0px;
}

#spalte-links {
	width: 220px;
	height: 350px;
	margin: 0px 0px 0px 0px;
	float: left;
}	
#spalte-links[id] {
	height: auto;
	min-height: 350px;
}		
#spalte-mitte {
	width: 480px;
	height: 350px;
	margin: 0px 30px 0px 30px;
	float: left;
}
#spalte-mitte[id] {
	height: auto;
	min-height: 350px;
}
#breadcrumb {
	width: 480px;
	height: 20px;
}
#content {
	width: 480px;
	height: auto;
}
#spalte-rechts {
	width: 200px;
	height: 350px;
	margin: 0px 0px 0px 0px;
	float: left;
}
#spalte-rechts[id] {
	height: auto;
	min-height: 350px;
}
#rand-unten {
	width: 960px;
	height: 3px;
	margin: 0;
	border-bottom: 3px solid #355C7D;
	background: #fff;
	clear: both;
}
* html #rand-unten {
	height: 6px;
}
#footer-container {
	width: 980px;
	height: 45px;
	background: #fff url(../img/footer.jpg) no-repeat 0px 0px;
}
#footer {
	width: 960px;
	height: 30px;
	margin: 0px 10px 0px 10px;
	border-top: 4px solid #fff;
	background: #1664AE;
}
#footer-text {
	width: 380px;
	height: 30px;
	float: left;
	margin-left: 20px;
}
#footer-menu {
	width: 500px;
	height: 30px;
	float: left;
}
#footer-rss {
	width: 60px;
	height: 30px;
	float: left;
}

