
* {
	MARGIN: 0;
	PADDING: 0;
	BORDER-STYLE: none;
	BORDER-WIDTH: 0;
}

body {
	FONT-FAMILY:				Verdana,Arial,Sans Serif;
	FONT-SIZE:					100%;
	TEXT-ALIGN:					left;
	FONT-WEIGHT:				normal;
	FONT-STYLE:					normal;
	COLOR:							white;
	BACKGROUND-COLOR:		black;
	scrollbar-base-color:				black;
	scrollbar-face-color:				black;
	scrollbar-arrow-color:			#FFCC00;
	scrollbar-track-color:			#404040;
	scrollbar-highlight-color:	#909090;
	scrollbar-shadow-color:			#505050;
	scrollbar-darkshadow-color:	#202020;
}

.intro {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -271px;
	margin-left: -275px;
	width: 550px;
	height: 600px;
	background-color: black;
}

.bar {
	position: absolute;
	top: 240px;
	left: 0px;
	width: 100%;
	height: 40px;
	z-index: 10;
	background-color: #3c348a;
}

.menu {
	position: relative;
	top: 0px;
	left: 50%;
	margin-left: -540px;
	width: 1080px;
	height: 40px;
	z-index: 20;
	background-color: #3c348a;
}

.main {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -540px;
	width: 1080px;
	height: 100%;
	background-color: black;
}

.header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1080px;
	height: 240px;
	background-color: black;
}

.side {
	position: absolute;
	top: 460px;
	left: 50%;
	margin-left: -540px;
	width: 270px;
	height: 405px;
	background-color: black;
}

.content {
	position: absolute;
	text-align: left;
	top: 280px;
	left: 50%;
	margin-left: -230px;
	width: 770px;
	height: 1024px;
	background-color: black;
	background-image: url(../images/Schwarzfond.jpg);
}

.title {
	position: absolute;
	text-align: left;
	top: 50px;
	left: 0px;
	width: 770px;
}

.include {
	position: absolute;
	text-align: left;
	top: 160px;
	left: 0px;
	width: 770px;
}

.tracks {
	position: relative;
	text-align: left;
	top: 0px;
	left: 0px;
	width: 450px;
}

.cover {
	position: absolute;
	text-align: left;
	top: 0px;
	left: 470px;
	width: 300px;
	height: 300px;
}

.services {
	position:	absolute;
	text-align:	right;
	top: 0px;
	left: 50%;
	margin-left: 420px;
	width: 100px;
	z-index: 100;
}

.control {
	position: absolute;
	top: 280px;
	left: 50%;
	margin-left: 240px;
	width: 3oopx;
	hight: 160px;
}


.cpicture {
	vertical-align: top;
	width: 400px;
}

.ctext {
	vertical-align: top;
	width: 400px;
}

