* {
margin: 0;
padding: 0;
}

body {
	background-color:#cbcbcb;
	color:#555555;
	font-family:Arial;
	font-size:13px;
	text-align:center;
	margin:0;
	padding:0;
}

#page {
	width:960px;
	margin: 0px auto 0px auto;
	padding:auto;
	text-align:left;
	background-image:url(/fileadmin/template/page.png);
}

#header {
	width:910px;
	height:85px;
	background-image:url(/fileadmin/template/header.png);
	background-position: center;
	clear:both;
	margin-left: 25px;
}

#header h1 {
	padding: 20px 20px;
	
}

#menuzeile {
	clear:both;
	width:930px;
	padding-left:40px;
	height:35px;
	background-image:url(/fileadmin/template/menulinks.png);
}

* html #menulinks a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }

* html #menulinks a span { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }
  
#menulinks a {
	padding-left:18px;
	height:35px;
	color: #555555;
   background-image:none;
	display:block;
	text-decoration:none;
	float:left;
	font-size:14px;
	font-weight:bold;
  }

#menulinks a span {
	padding-left:6px;
	padding-right:20px;
	height:35px;
	display:block;
   background-image:none;
	text-decoration:none;
	cursor:pointer;
	color:#555555;
	line-height: 30px;
  }
  
  
#menulinks a:hover {
	background-image:url(/fileadmin/template/menuhover.png);
	background-repeat: no-repeat;
	text-decoration:none;
}

#menulinks a:hover span {
   background: url(/fileadmin/template/menuhoverright.png) right no-repeat;
	text-decoration:none;
	color:#FFFFFF;
}

  
#menulinks a.active {
	background-image:url(/fileadmin/template/menuhover.png);
	background-position:top left;
	text-decoration:none;
}

#menulinks a.active span {
   background: url(/fileadmin/template/menuhoverright.png) right top no-repeat;
	text-decoration:none;
	color:#FFFFFF;
}

#banner {
	width:930px;
	height:142px;
	background-image:url(/fileadmin/template/banner.png); background-repeat: no-repeat;
	clear:both;
	padding-left:40px;
	padding-right:40px;
	padding-top:10px;
	color:#FFFFFF;
	font-size:18px;
	line-height:24px;
}

#banner img {
	float:left;
	margin-right:10px;
}

.newsdate {
	padding-bottom:4px;
	color:#555555;
	font-weight:bold;
}

a {
	text-decoration:none;
	color: #5E6E7B;
}

a:hover {
	text-decoration:underline;
}

#mainarea {
	padding-top:10px;
	clear:both;
}


#mainarea a {
		font-weight: bold;

}

#mainarea a img {
	border: 0;
}


#contentarea {
	width:565px;
	margin-left:50px;
	line-height:18px;
	float:left;
	padding-bottom:15px;
}

.content {
	padding-bottom:15px;
}

#sidebar .content {
	padding-bottom:15px;
}

#sidebar {
	width:250px;
	float:left;
	margin-left:30px;
	line-height:18px;
}

#sidebar p {
	font-size:12px;
	margin-top:5px;
	padding:0;
}

h1 {
	font-size:30px;
	margin:0;
	color:#CCCCCC;
}

h1 a {
	color:#FFFFFF;
}

#footer {
width:930px;
height:52px;
padding-top:25px;

clear:both;
background-image:url(/fileadmin/template/footer.png);
 background-repeat: no-repeat;
}
#footertext {
 padding-left:50px;
 color:#555555;
font-size:12px;
line-height:18px;
margin-bottom:5px;
}
h2 {
	font-size:16px;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:10px;
	color:#555555;
}

h3 {
	font-size:14px;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:5px;
	color:#555555;
}

.sidebarheader {
	font-size:16px;
	font-weight:bold;
	padding-bottom:5px;
	padding-left:10px;
	margin-top:0px;
	margin-bottom:7px;
	color:#555555;
	width:250px;
}

p {
	font-size:13px;
	margin-top:5px;
	padding:0;
}