body {
	background-color:#220000;
	margin: 0;
}

#zentrierer {
	/* zentriert vertikal */
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	border: 0 none;
	}

#container {
	/* hauptcontainer mit fixen massen */
	width:1000px;
	height:390px;
	/* linke kante von box in die mitte ... */
	left: 50%;
	/* ...dann halbe breite nach links: horizontal zentriert */
	margin-left: -500px;
	/* nun halbe hoehe nach oben: vertikal zenriert */
	top: 0px;
	position: absolute;
	visibility: visible;
}
#container_kopfleiste {
	/* hauptcontainer mit fixen massen */
	width:1000px;
	height:110px;
	background-image: url(../images/head.gif);
	/* linke kante von box in die mitte ... */
	left: 50%;
	/* ...dann halbe breite nach links: horizontal zentriert */
	margin-left: -500px;
	/* nun halbe hoehe nach oben: vertikal zenriert */
	bottom: 0px;
	position: absolute;
	visibility: visible;
}

#container_mainframe {
	/* hauptcontainer mit fixen massen */
	width:1000px;
	height:390px;
	/* linke kante von box in die mitte ... */
	left: 50%;
	/* ...dann halbe breite nach links: horizontal zentriert */
	margin-left: -500px;
	/* nun halbe hoehe nach oben: vertikal zenriert */
	top: 0px;
	position: absolute;
	visibility: visible;
}

#kopfleiste {
	position:relative;
	width:1000px;
	height:110px;
	background-image: url(../images/head.gif);
	bottom: 0px;
}
#musicplayer {
	position:relative;
	/*mp3-player wird mit aussenabstaenden 
	von links und oben positioniert*/
	margin-left:570px;
	margin-top:50px;
	padding: 0;
	width:70px;
	height:20px;
	background-color:#FFFBEB;
}

/*die folgenden beiden divs brauchen keine
positionsangaben, weil sie mit float: left 
linksbuendig aneinandergereiht werden*/
#linke_seite {
	position:relative;
	width:180px;
	height:350px;
	/*	hier beginnt quasi eine neue "zeile" von divs*/
	float: left;
	background-color:#ad0009;
	text-align: left;
	padding-top:10px;
}

#mitte {
	position:relative;
	width:460px;
	height:360px;
	float: left;
	background-color:#C1C0C0;
}

#mitte_home {
	position:relative;
	width:460px;
	height:360px;
	float: left;
	background-color:#EDEDED;
}

#rechte_seite {
	position:relative;
	width:360px;
	height:360px;
	float: left;
	background-color:#EDEDED;
	text-align: left;
}

#rechte_seite_home {
	position:relative;
	width:340px;
	height:360px;
	float: left;
	background-color:#EDEDED;
	text-align: right;
	padding-right: 20px;
	background-image: url(../images/bilder/Caldor090504_rr.jpg);
}

#fussleiste {
	position:relative;
	width:1000px;
	height:30px;
	/* "abbrechen" der reihenfolge der
	nebeneinanderliegenden divs (links, mitte, rechts)*/
	clear: both;
	background-color:#BBBDBF;
	text-align: left;
	padding-top: 5px;
}

#header_rechte_seite {
	position:relative;
	width:360px;
	height:25px;
	float: left;
	background-color:#EDEDED;
	padding-top:20px
}
#text_rechte_seite {
	position:relative;
	width:320px;
	height:315px;
	float: left;
	text-align: left;
	padding-left:23px;
}
span {
	color: #000;
}

