/* CSS Document */

/* Layoutmasse Steuerung   ____________________________________________________________________________*/

body {
	background-color: #000000;
	font-family: "Courier New", Courier, monospace;
	color: #FFFFFF;
}


#lay0000 {
	position:relative;
	left:0px;
	top:0px;
	width:1024px;
	height:768px;
	z-index:1;
	background-color: #000000;
	text-align: left;
}

#lay0100 {
	position:absolute;
	z-index:100;
	height:720;
	width:800;
	left:200px;
	top:20;
}


#lay0200 {
	position:absolute;
	z-index:200;
	height:120px;
	width:150px;
	left:42px;
	top:106px;
}

#lay0210 {
	z-index:299;
	height:18px;

}

#lay0300 {
	position:absolute;
	z-index:300;
	height:690px;
	width:780px;
	left:220px;
	top:20px;
}

#lay0310 {
	position:absolute;
	z-index:310;
	height:635px;
	width:540px;
	left:240px;
	top:82px;
}

#lay0320 {
	position:absolute;
	z-index:320;
	height:665px;
	width:290;
	left:490px;
	top:82;
}


#lay-logo {
	position:absolute;
	z-index:198;
	height:97px;
	width:300;
	left:0;
	top:683px;
}


#lay-ticker {
	position:absolute;
	z-index:199;
	height:65px;
	width:407px;
	left:640px;
	top:374px;
	font-size: 12px;
}




/* Menu Steuerung   ____________________________________________________________________________*/



.men-bold {
	color: #CC0000;
	font-weight: bold;
	font-size: 12px;
}

.men-bold a {
	color: #A19F9F;
	text-decoration: none;
}

.men-bold a:hover {
	color: #383737;
}

/* Text Steuerung   ____________________________________________________________________________*/
	

.tx-bold {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
}


.tx-bold a {
	color: #FFFFFF;
	text-decoration: none;
}


.tx-bold a:hover {
	color: #FF0000;
}



.tx {
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
}


.tx a {
	color: #CCCCCC;
	text-decoration: none;
}


.tx a:hover {
	color: #FF00FF;
	font-weight: bold;
}


/* MP3 Player   ____________________________________________________________________________*/



#dewbody {
	font-family:"Myriad","Myriad Pro",Georgia,Helvetica,Sans-serif;
	height:100%;
	padding:0 0 5em 0;
	margin:0;
	background:#eee;
}


#dewbody #content {
	width:50%;
	margin:auto;
}


#dewbody #players {
	background:#fff;
	overflow:auto;
}


#dewbody #players object {
	margin:20px 0 20px 50px;
}


#dewbody h1 {
	color:#456;
	margin-top:2em;
	padding:0 0 20px 10px;
	font-weight:normal;
	border-bottom:1px solid #ddd;
}


#dewbody h2 {
	font-weight:normal;
	background:#eee;
	padding:2em 10px 10px 10px;
	color:#444;
	font-size:130%;
	text-align:left;
	margin:0;
}

#dewbody p {
	margin:10px;
	padding-bottom:10px;
}

#dewbody .hint {
	color:#666;
	float:right;
	width:300px;
	text-align:left;
	margin-right:10px;
	background:#f6f6e0;
	padding:10px;
	clear:both;
}

#dewbody a {
	text-decoration:none;
	color:#369;
}
