body {
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
}

div {
	border: 1px solid White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#monitor {
	width:700px;
	height:400px;
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #ffffff;
	text-align: left;
	margin: -190px 0px 0px -350px;
}

#logo {
	width: 350px;
	height: 127px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#kopf {
	width: 80px;
	height: 125px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#kapitel {
	width: 175px;
	height: 81px;
	position: absolute;
	top: 0px;
	left: 175px;
}

#name {
	width: 180px;
	height: 40px;
	position: absolute;
	top: 85px;
	left: 80px;
}

#o4 {
	width: 175px;
	height: 127px;
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 525px;
}

#inhalt {
	width: 350px;
	height: 253px;
	position: absolute;
	overflow: auto;
	top: 127px;
	left: 0px;
}

#m3 {
	width: 175px;
	height: 126px;
	position: absolute;
	overflow: hidden;
	top: 127px;
	left: 350px;
}

#m4 {
	width: 175px;
	height: 126px;
	position: absolute;
	overflow: hidden;
	top: 127px;
	left: 525px;
}

#u4 {
	width: 175px;
	height: 127px;
	position: absolute;
	overflow: hidden;
	top: 253px;
	left: 525px;
}

#navigation {
	width: 700px;
	height: 20px;
	position: absolute;
	top: 380px;
	left: 0px;
	background-color: #F2F2F2;
	font-size: 10px;
	text-align: center;
}

#cds {
	width: 320px;
	height: 150px;
	position:relative;
	top:2px;
	left:2px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#bild {
	width : 120px;
	height: 120px;
	position: relative;
	top: 0px;
	left: 0px;
}

#band {
	width: 175px;
	height: 20px;
	position: absolute;
	top: 10px;
	left: 140px;
	font-weight: bold;
	color: Red;
	font-size: 8pt;
}

#titel {
	width: 175px;
	height: 20px;
	position: absolute;
	top: 40px;
	left: 140px;
	font-weight: bold;
	font-size: 8pt;
}

#label {
	width: 175px;
	height: 20px;
	position: absolute;
	top: 90px;
	left: 140px;
	font-size: 8pt;
	color: Gray;
}

#detail {
	width: 175px;
	height: 20px;
	position: absolute;
	top: 110px;
	left: 140px;
	font-size: 7pt;
}

a.title {
	font-weight: bold;
	color: Red;
	font-size: 10pt;
}

a:hover.title {
	color: Silver;
}


