* {
	margin: 0;
	padding: 10;
}
 

 body { 
 background: #fff url('images/bg.jpg') top left repeat-x;
 font-family:"Trebuchet MS", Arial; 
 font-size: 13px; color: #C3C3C3 
 }
 
#container {
 width: 900px;
 margin: 0px auto;
 background-color: #fff;
 color: #333;

 line-height: 130%;
}
 
#banner {
	padding: 0.5em;
	background: #fff url(images/header.jpg) top center no-repeat;	
	height: 152px;
}
 
#navigation1 {
 background-color: #000;
 height: 20px;
 padding: 5px 0.5em;
}
 
#navigation2 {
	float: left;
	width: 430px;
	padding: 10px;
}
 
#news {
 float: right;
 width: 160px;
 padding: 1em;
}
 
#main {
	color: #68676D;
	padding: 0em;
	width: 880px;
	margin: 0 auto;
}
 #main p{ font-weight:bold;}
#footer {
 clear: both;
 font-size: 12px;
 padding: .5em;
 padding-bottom: 30px;
 color: #68676D;
 background-color: #fff;
 
}
#footer p{ text-align:center; font-weight:bold;}
#footer a {color: #68676D; text-decoration:underline;}
#footer a:hover {text-decoration:none;}
#meta {
	font-size: 11px;
	padding:5px;
	text-align:center;
	margin-top: 40px;
}
#meta a{color: #68676D; text-decoration:underline;}
#meta a:hover {text-decoration:none;}
 
/**************************************************************************
* NACHFOLGENDE CSS ANWEISUNGEN DIENEN DER FORMATIERUNG DES OBEREN MENÜS
* AUSRICHTUNG, KEINE LISTENSYMBOLE, AKTIVE ELEMENTE IN WEISSER SCHRIFT
***************************************************************************/
#navigation1 ul li {
display: block;
}
 
#navigation1 ul li a {
color: #adf;
float: right;
font-size: 85%;
font-weight: 700;
text-decoration: none;
padding: 0 1em;
}
 
#navigation1 ul li a.aktiv,#navigation1 ul li a:hover,
#navigation1 ul li a:active {
color: #fff;
padding: 0 1em;
}
 
/**************************************************************************
* NACHFOLGENDE CSS ANWEISUNGEN DIENEN DER FORMATIERUNG DES HAUPTMENÜS
* KEINE LISTENSYMBOLE, ABSTÄNDE ZU DEN RÄNDERN
**************************************************************************/
#navigation2 p, #news p { margin: 0 0 1em 0; }
 
#navigation2 ul li {
background: #414141 url('images/li.jpg')  0 0 no-repeat;
color: #fff;
font-size: 18px;
line-height: 32px;
text-transform:uppercase;
display: block;
margin-bottom: 5px}
 
#navigation2 ul li a {
color: #fff;
text-decoration: none;
padding: 0 1em;
}
 
#navigation2 ul li a.aktiv,#navigation2 ul li a:hover,
#navigation2 ul li a:active {
text-decoration: underline;
}
 
#main h2 { margin: 0 0 .5em 0; }
