﻿html, body {
	font-family: Verdana,sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	background: #FFFBD8;
}


a, td, p, span, div {
	font-size: 11px;
	font-weight: normal;
}

a, a:link {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

body {
	background: url(../layout/mainbg.png) repeat-x 0 0 transparent;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}

body div {
	text-align: left;
}

div.all {
	width: 930px;
	margin: 0 auto;
	padding: 0px;
}

div.header {
	width: 930px;
	height: 255px;
	position: relative;
}

div.header img.header {
	border: 0px;
	width: 930px;
	height: 255px;
}

div.toolmenu {
	position: absolute;
	top: 5px;
	right: 0px;
}

div.topmenu {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #CE0000;
	border-bottom: 4px solid #797982;
	padding: 6px;
	color: #FFFFFF;
}

div.topmenu a {
	color: #FFFFFF;
}

div.fontsizer{
	width: 65px;
	position: absolute;
	top: 5px;
	right: 325px;
	white-space: nowrap;
}

div.fontsizer img {
	border: 0px none;
	margin: 0px;
}

div.adress {
	position: absolute;
	top: 60px;
	left: 10px;
	width: 230px;
	color: #FFFFFF;
}


/* Content */

div.left {
	width: 200px;
	float: left;
}

div.navigation {
	width: 180px;
	margin-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #CE0000;
}

div.navigation ul {
	/*width: 180px;*/
	/*width: 100%;*/
	width: inherit;
	margin: 0px 10px 0px 10px;
	padding: 0px;
}

div.navigation ul li {
	list-style: none;
	margin: 0px;
	padding: 3px 0px 3px 0px;
}

div.navigation ul li.l2 {
	background: url(../layout/menue.gif) no-repeat 0px 5px transparent;
}

div.navigation ul li a.l2 {
	margin-left: 10px;
}

div.navigation ul li a {
	font-weight: normal;
	color: #FFFFFF;
}

div.search {
	margin-top: 25px;
}

div.search form {
	padding: 0px;
}

div.search #text {
	width: 95px;
	border: 1px solid #797982;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	vertical-align: middle;
	padding: 1px 2px 2px 2px;
}

div.search img {
	margin-left: 5px;
	margin-top: 2px;
	vertical-align: middle;
	height: 18px;
	width: 20px;
}


div.right {
	width: 165px;
	float: right;
	padding-top: 25px;
}

div.right a.archivlink {
display: block;
	margin-left: 20px;
}

div.middle {
float: left;
	/*margin: 0px 165px 0px 200px;*/
	width: 560px;
}

div.breadcrumb {
	padding: 10px 0px 10px 0px;
	font-size: 10px;
}

div.contentarea h1 {
	background: url(../layout/headline_bullet.jpg) no-repeat 0 3px transparent;
	font-weight: bold;
	font-size: 18px;
	padding-left: 20px;
	margin-top: 0px;
}

/* Events */

div.events {
	width: 180px;
	margin-top: 15px;
	background: #CCCCCC;
}

div.events h6 {
	background: #CE0000;
	color: #FFFFFF;
	padding: 5px;
	font-size: 11px;
	margin: 0px;
	margin-bottom: 5px;
 }
 
  div.events table.eventitem {
	width: 180px;
  }
 
 div.events table td {
	font-size: 10px;
 }
 
 div.events a {
	text-align: right;
	display: block;
	padding: 5px;
	font-size: 10px;
 }
 
 div.events table td.border {
		background: url(../layout/bg_border_bottom_dot_black.gif) repeat-x 0 6px #CCCCCC;
 }
 
 table.eventarchiv {
	width: 90%;
	margin: 0px;
	padding: 0px;
 }
 
 table.eventarchiv td {
	padding: 0px;
 }
 
 table.eventarchiv td.date {
	font-weight: bold;
 }
 
 table.eventarchiv td.headline {
	padding: 5px 0px 5px 0px;
	font-weight: bold;
	color: #333333;
 
 }
 
 table.eventarchiv td.text {
 
 }
 
 table.eventarchiv td.border {
 		background: url(../layout/bg_border_bottom_dot_black.gif) repeat-x 0 6px transparent;
 }
 
 /* News */

div.newsbox {
	width: 150px;
	margin-bottom: 15px;
	background: #CCCCCC;
	margin-left: 15px;
}

div.newsbox h6 {
	color: #FFFFFF;
	padding: 5px;
	padding-top: 10px;
	font-size: 11px;
	margin: 0px;
	margin-bottom: 5px;
	background: url(../layout/newsbox_headline.jpg) no-repeat 0 0 #CE0000;
 }
 
 
 div.newsbox .newstext {
		font-size: 11px;
		padding: 5px;
 }
 
 div.newsbox .newstext b {
	display: block;
	margin-bottom: 5px;
 }
 
 div.newsbox a {
	text-align: right;
	display: block;
	padding: 5px;
	font-size: 10px;
 }


/* Footer */

div.footer {
	width: 565px;
	border-top: 1px solid #CE0000;
	margin-left: 200px;
	margin-top: 10px;
	padding-top: 10px;
	position: relative;
}

a.back {
	font-size: 10px;
	font-weight: normal;
	padding-left: 15px;
	background: url(../layout/arrow_back.jpg) no-repeat 0 0 transparent;
	color: #797982;
}

a.top {
	font-size: 10px;
	font-weight: normal;
	padding-left: 15px;
	background: url(../layout/arrow_top.jpg) no-repeat 0 0 transparent;
	color: #797982;
}

a.print {
	font-size: 10px;
	font-weight: normal;
	padding-left: 20px;
	background: url(../layout/icon_printer.jpg) no-repeat 0 0 transparent;
	position: absolute;
	top: 10px;
	right: 0px;
	padding-bottom: 3px;
	color: #797982;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}
