body {
	margin: 0px;
	background-color: #201320;
	overflow: hidden;
	scrollbar-face-color:#7C716C;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#000000;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-highlight-color:#7C716C;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-Color:#000000;
}

#containerMain {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -445px;
	margin-top: -270px;
	padding: 0px;
	width: 890px;
	height: 540px;
	overflow:hidden;
	background: url("../img/background/bg_main.jpg");
}


#containerText {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -445px;
	margin-top: -210px;
	padding: 0px;
	width: 890px;
	height: 470px;
	border: 0px solid #EAEAEA;	
	color:#C8AD48;
	background:transparency;
	overflow-x: hidden;
	overflow-y: auto;
}

.TextItem {
	margin-left: 10px;
	margin-right: 20px;
}

.Galerie td {
	padding-top: 30px;
	padding-bottom: 10px;
	height: 240px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #C8AD48;
}

#playlist {
	height:200px;
	margin-bottom: 20px;
	border-bottom:1px solid #C8AD48;
	width: 400px;
	vertical-align: middle;
}

.cover {
	margin-left:10px;
	padding:5px;
	float: left;
}

.cover img {
	width: 80px;
	height: 80px;
	border: 0;
}

.player {
	margin:0;
	padding-top:5px;
	text-align: right;
}

#media {
	height:310px;
	text-align: center;
	border-bottom:1px solid #C8AD48;
	width: 400px;
	vertical-align: middle;
}

#header {
	position: relative;
	width: 100%;
	text-align: center;
	top: 15px;
	color: #FFFFFF;
	height: 0;
}

#titel {
	position:relative;	
        width:300px;
	left: 290px;
	font-family: Arial;
	text-shadow:#333333 3px 2px;
	top: 10px;
	font-size:26pt;
        font-weight:normal; 
	color:#C8AD48;
	text-align: center;
	padding: 0px;
	z-index: 50;
}

#hometitel {
	position:relative;		
        width:300px;
	left: 520px;
	top: 350px;
	font-family: Arial;
	font-size:36pt;
        font-weight:normal; 
	padding: 0px;
	z-index: 50;
	text-shadow:#333333 3px 2px;
	color:#C8AD48;
}

#adresse {
	position:absolute;
	left: 490px;
	top: 470px;
	width: 360px;
	height: 60px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	z-index: 10;
}

h2 {
	font-family: Courier New;
	font-size: 16px;
}


/*****************************************/
/*    Formatierung Tabelle und Zellen    */
/*****************************************/

.tableContent {
	padding: 0px;
	margin: 0px;
	width: 880px;
	height: 445px;
	text-align: left;
	vertical-align: top;
}

.tableline {
	border-bottom: 1px solid #C8AD48;
	border-bottom-width:1px;
}

tr {
	vertical-align: top;
}

/***************************/
/*    Formatierung Text    */
/***************************/

p,td,pre {
	font-family: Arial;
	font-size: 10pt;
	color:#FFF173;
}

a {
	font-family: Arial;
	font-weight:bold;
	font-size: 10pt;
	color:#C8AD48;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


hr {
	height: 1px;
	color: #EAEAEA;
	margin: 10 0 10 0;
}

ol, ul, li {
	margin:0;
	padding:0;
	list-style:none;
}	
	
li.liste {
	font-family: MS Sans Serif, Arial;
	list-style-image: url(../_img/list.gif);
	font-size: 12px;
	color: #000000;
	margin: 5px 0px 0px 25px;
}

/***************************/
/* Global Navigation Links */
/***************************/

#homebutton {
	position:absolute;
	left: 50%;
	top: 50%;
	margin-left: -450px;
	margin-top: -290px;
	padding: 2px;
	width:890px;
	height: 15px;
	text-align: right;
}

#navigation {
	position:absolute;
	left: 50%;
	top: 50%;
	margin-left: -445px;
	margin-top: 270px;
	padding: 2px;
	width:890px;
	height: 15px;
	text-align: center;
}

.navigation ul {
	margin:0;
	padding:0;
	list-style:none;
	padding: 0;
}

.navigation li {
	display:inline;
	margin:0;
	padding:10;
}


.navigation a {
	font-family: Arial;
	color:#FFF173;
	font-size:13pt;
	font-weight: none;
	text-decoration: none;
}

.navigation a:hover {
	text-decoration: underline;
}