body {
	line-height: 22px;
	background-color: #F0E7C3;
}
a {
	color: black;
	text-decoration: underline;
}
.rand img {
	border: solid 1px black;
}
.umfliessen {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
#content {	
	margin-left: 30px;
}
#content h1 {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 1.3em;
}
#content h2 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin-top: -10px;
}

/*Video-Bereich ########################################################*/
.video_element {
	line-height: 15px;
	display: inline-block;
	width: 150px;
	height: 115px;
	margin-right: 10px;
	margin-top: 15px;
	vertical-align: top;
	border: solid 1px black;
	background-color: #E3D7A5;
}
.video {
	width: 150px;
	height: 50px;	
	border: none;
	border-bottom: solid 1px black;
}
#content .video_element h1 {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
}
.video_element a {
	text-decoration: none;
}
/*CD-Bereich ########################################################*/
.cd_element {
	line-height: 15px;
	display: inline-block;
	width: 180px;
	height: 370px;
	margin-right: 25px;
	margin-top: 30px;
	vertical-align: top;
	border: solid 1px black;
	background-color: #E3D7A5;
}
.cd {
	width: 180px;
	height: 180px;	
	border: none;
	border-bottom: solid 1px black;
}
#content .cd_element h1 {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	
}
#content .cd_element p {
	font-family: Arial, sans-serif;
	font-size: 11px;
	padding: 0px 10px 0px 10px;
}
.cd_element a {
	text-decoration: none;
}
.cd_detail {	
	font-family: Arial, sans-serif;
	font-size: 12px;
	width: 585px;
	line-height: 19px;
}
.cd_detail img {
	border: solid 1px black;
	width: 100px;
}
#cd_cover_holder{
	float: left;
	width: 180px;
	margin: 5px 15px 0px 0px;	
}
#cd_cover_holder img {
	width: 180px;
		
}
#cd_text {
	margin-top: -10px;
	float: right;
	width: 377px;
	
}
.linie {
	border-bottom: solid 1px black;
	width: 370px;
	display: inline-block;
	margin: 20px 0px 20px 0px;
}
.zurueck {
	font-weight: bold;
}
