@charset "utf-8";
/* CSS Document */

body {
	background: url(images/background.jpg) #FF9900 repeat-x;
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:363636;
}

#wrapper {
	width: 800px;
	background: url(images/content_bg.png) repeat-y;
	margin: auto;
	padding: 6px 4px 0px 4px;
}

#content {
	width: 800px;
	margin-top: 4px;
	height:auto;
}

#head {
	height:255px;
	width:800px;
	margin-top:0px;
	float:left;
}

#topmenu{
	text-align:right;
	margin-right: 12px;
	height:20px;
}

#headerbild{
	background: url(images/header.jpg);
	height:170px;
}

#navi {
	background:url(images/menu_bg.png) no-repeat center;
	height:50px;
	margin-top:5px;
}

.navigation{
	margin: 0 0 0 30px;
	padding: 10px 0 0 0;
}

.navigation li{
	display:block;
	text-decoration:none;
	list-style:none;
	float:left;
	padding: 6px 0px 6px 0px;
	text-align:center;
	border-right: #999999 dotted 1px;
}

.navigation li a, .navigation li p{
	margin: 0 15px 0 15px;
}

a, a:hover, a:visited{
	color:#333333;
	font-size: 0,8em;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#0066FF;
}

p.active{
	color:#3300FF;
	font-size: 0,8em;
	font-weight:bold;
	text-decoration:none;
}

p {
	margin:0;
}

#topboxen{
	height:188px;
	margin-top:16px;
	margin-left: 7px;
}

#topboxen .box{
	width:220px;
	height:188px;
	float:left;
	background:   url(images/titlebox.png) no-repeat top center;
	padding: 0 12px 0 12px;
	margin-left:15px;
}

#topboxen h2{
	font-size:1.3em;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	margin:7px 0 15px 5px;
}

p.date{
	font-weight:bold;
	color:#FF9900;
	margin-bottom:5px;
}

.clear{
	clear:both;
}

#maincontent p{
	margin:0px;
	padding: 10px 22px 10px 22px;
}


#footer{
	margin: 4px 0px 0px 0px;
	/*background: url(images/footer.png) bottom no-repeat;*/
	border-bottom: 1px dotted #333333;
	border-top: 1px dotted #333333;
}
	
h1{
font-size:1.3em;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;

color:#FF6600;
padding: 10px 0px 0px 20px;
margin:3px;
}
