body {
	background: #727272;
	color: #E9E9E9;
	font-family: helvetica, sans-serif;
	font-size: 11px;
	scrollbar-base-color: #FE7B00; /* . */
	scrollbar-3dlight-color: #FE7B00; /* 3d-basis der erhobenen flaechen */
	scrollbar-arrow-color: #FEB672; /* pfeilspitzen */
	scrollbar-darkshadow-color: #000000; /* . */
	scrollbar-face-color: #FE7B00; /* erhobene 3d-flaechen */
	scrollbar-highlight-color: #F8D055; /* . */
	scrollbar-shadow-color: #E3B438; /* . */
	scrollbar-track-color: #FE8F26; /* bereich, auf dem gescrollt wird */
	}

h1 {
	font-size: 13px;
	color: #FE7B00;
	}

a {
	text-decoration: none;
	color: #FE7B00;
	font-weight: bold;
	}

#floater {
	background: #D3D3D3 url(/media/screen/body.gif) repeat-x;
	color: #4E4E4E;
	position: absolute;
	left: 5px;
	width: 889px;
	height: 540px;
	z-index: 1;
	}
	
#navheader {
	position: absolute;
	left: 25px;
	top: 15px;
	width: 847px;
	height: 90px;
	background: #D3D3D3;
	z-index: 2;
	border-left:1px solid #4E4E4E;
	border-right:1px solid #4E4E4E;
	border-top:1px solid #4E4E4E;
	text-align: right;
	}
	
#mainmenu {
	position: absolute;
	left: 25px;
	top: 105px;
	width: 849px;
	height: 52px;
	background: #E1DFDF url(/media/screen/menuback.gif) repeat-x;
	color: #4E4E4E;
	z-index: 2;
	}
	
#submenu {
	position: absolute;
	left: 30px;
	top: 175px;
	width: 849px;
	height: 25px;
	color: #4E4E4E;
	z-index: 2;
	font-weight: bold;
	font-size: 12px;
	}

#musique {
	position: absolute;
	left: 10px;
	top: 545px;
	width: 200px;
	height: 25px;
	color: #E9E9E9;
	z-index: 2;
	}

.firstlevelnav {
	text-decoration: none;
	color: #4E4E4E;
	font-weight: bold;
	font-size: 12px;
	}

.sublevelnav {
	text-decoration: none;
	color: #4E4E4E;
	font-size: 12px;
	}

.nav {
	margin: 5px 4px 2px 4px;
	font-size: 12px;
	font-weight: bold;
	}
	
.content {
	background: #E9E9E9;
	}
	
.eyecatcher {
	background: #FE7B00;
	}
	
.subhigh {
	color: #FE7B00;
	}
	
.clientlogo {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 120px;
	height: 120px;
	text-align: center;
	border: 1px solid #4E4E4E;
	}
	
.newsdate {
	clear: both;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 15%;
	}
	
.newstext {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	width: 70%;
	}