html, body {
  height: 100%;
  margin: 0px;
  text-align: center;
  color: #999999;
  background-color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

#centered {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 900px;	/*= Gesamtbreite des main divs */
  margin-left: -450px; /*= halbe negative Gesamtbreite des main divs */
  text-align: left;
}

/* Gesamtbreite: 900px */
div#main {
  width: 860px;
  background-color: #000000;
  border: solid #999 1px;
  padding-left:40px;
  padding-top:20px;
}

h1 {
	font-size: 22px;
	font-weight:normal;
	font-style:normal;
	color: #999999;
	margin-top:0px;
	margin-bottom:0px;
	line-height:22px;
	letter-spacing: 2px;
}

h2 {
	font-size: 11px;
	font-style:normal;
	color: #B20007;
	margin-top:0px;
	margin-bottom:20px;
	font-weight: normal;
	letter-spacing: 2px;
}

/*Überschriften im Lauftext*/
h3 {
	font-size: 11px;
	font-weight:normal;
	font-style:normal;
	color: #999999;
	margin-top:0px;
	margin-bottom:0px;
	letter-spacing: 2px;
}

div#content {
	width: 840px;
	padding-top:50px;
	padding-bottom: 15px;
}

div#content_l {
	width: 520px;
	padding-top:275px; /*Abstand des Lauftextes vom Rahmen oben*/
	padding-bottom: 15px; /*Abstand des Lauftextes vom Rahmen unten*/
	float: left;
}
.head_l {
	width:500px;
	height:105px;
	float:left;
}
.head_r {
	width:300px;
	height:105px;
	float:right;
	text-align:right;
	margin-right:40px;
	font-size:12px;
}
.cd-out-now {
	padding-bottom:225px;
	font-size:22px;
	font-weight:normal;
	line-height:22px;
	letter-spacing: 2px;
}

/*Gestaltung der Links im der linken Spalte*/
#content a:link, #content a:visited, #content a:focus, #content a:active, #content_l a:link, #content_l a:visited, #content_l a:focus, #content_l a:active {
  text-decoration: none;
  color: #999999;
}

#content a:hover, #content_l a:hover {
	text-decoration: none;
	color: #B20007;
	font-size: 10px;
	font-style: italic;
}

div#content_r {
	width: 260px;
	margin-left: 580px;
	padding-top:547px;
}

/*Gestaltung der Links im der rechten Spalte*/
#content_r a:link, #content_r a:visited, #content_r a:focus, #content_r a:active {
	text-decoration: none;
	color: #999999;
}

#content_r a:hover {
	text-decoration: none;
	color: #B20007;
}

#content_r img {
	border:1px solid #999999;
	margin-bottom:5px;
}

div#footer {
	padding-top:10px;
	height: 30px;
	font-size: 9px;
	text-align: center;
	color: #333333;
	clear:left;
}

.italic {
	color:#B20007;
	letter-spacing:2px;
	font-style:italic;
	font-size: 10px;
}