* {
margin: 0; 
padding: 0;
}
body {
font: 100% trebuchet ms,arial,tahoma,verdana,sans-serif;
color: #cccccc;
background: #F0ECE0;
scrollbar-3dlight-color:#CCCCCC;
scrollbar-arrow-color:#CCCCCC;
scrollbar-base-color:Black;
scrollbar-darkshadow-color:Black;
scrollbar-face-color:Black;
scrollbar-highlight-color:#222222;
scrollbar-shadow-color:#CCCCCC;

}

#container0 {
position: absolute;
top: 50%;
width: 100%;
height: 526px;
margin-top: -263px;
background-color: #666666;
border: 0px solid white;
background-repeat: no-repeat;
}

#wrapper {
position: absolute;
top: 50%;
width: 100%;
height: 680px;
margin-top: -340px;
border: 0px solid white;
background-repeat: no-repeat;
background-image: url(images/viola.png);
background-position: bottom;

}



#footer {
	width: 100%;
	margin-top: 525px;
}


#container {
position: absolute;
top: 50%;
left: 50%;
width: 980px;
height: 526px;
margin-top: -263px;
margin-left: -490px;
background-color: #666666;
border: 0px solid white;
background-image: url(images/back.png);
background-repeat: no-repeat;
}

#container2 {
position: absolute;
top: 50%;
left: 50%;
width: 850px;
height: 526px;
margin-top: -263px;
margin-left: -425px;
background-color: #666666;
border: 0px solid white;
background-image: url(images/back2.png);
background-repeat: no-repeat;
}


#navigation {
float: left;
	height: 400px;
	margin-left: 25px;
	width: 250px;
	margin-top: 50px;
}
#navigation a {
	color: #999999;
}

#navigation a:hover {
	color: #CCCCCC;
}
#navigation p {
	color: #CCCCCC;
}
#content {
	margin-top: 50px;
	margin-left: 370px;
	margin-right: 0px;
	height: 475px;
	overflow: scroll;
	width: 464px;
	padding-right: 15px;
}

#content_ohne {
	margin-top: 50px;
	margin-left: 370px;
	margin-right: 0px;
	height: 475px;
	width: 464px;
	padding-right: 15px;
}

#content_start {
	margin-top: 40px;
	margin-left: 350px;
	margin-right: 0px;
	height: 503px;
	width: 380px;
}
#news {
   float: right;
	margin-right: 10px;
	margin-top: 50px;
	width: 200px;
}

#news h1 {
font-size: 1em;
color: #666666;
text-transform: uppercase;
margin-bottom: 10px;
}

#news p {
font-size: 0.8em;
color: #656565;
margin-bottom: 10px;
}

#news li {
font-size: 0.8em;
color: #656565;
margin-bottom: 10px;
}


h1 {
font-size: 1.4em;
color: #cccccc;
text-transform: uppercase;
margin-bottom: 15px;
}
h2 {
font-size: 1.1em;
border-bottom: 1px solid #CCCCCC;
color: #CCCCCC;
margin-top: 20px;
margin-bottom: 15px;
text-transform: uppercase;
}
h3 {
font-size: 1.0em;
color: #CCCCCC;
margin-top: 15px;
margin-bottom: 15px;
}
p, li {
line-height: 200%;
color: #F0ECE0;
font-size: 0.8em;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}
li {
margin-left: 25px;
}
a {
text-decoration: none;
color: #CCCCCC;
}
ul {
list-style-type: square;
}