body {
	margin: 0;
	padding: 0;
	color: #292929;
	background: #e5e5e5;
	font: 0.75em Verdana, Arial, sans;
	}

a img{
	border: 0;
}

a, a:visited {
	color: #d12433;
	text-decoration: underline;
	}

a:hover {
	color: #d12433;
	text-decoration: none;
	}

div#top_wrapper {
	width: 100%;
	height: 105px;
	background: url(./top_wrapper_bg.png) repeat-x top;
	}

div#top {
	width: 802px;
	margin: 0 auto;
	padding: 0;
	}

img#logo { float: left; }

div#kontaktdaten {
	color: #fff;
	font-size: 1.2em;
	margin: 0 0 0 560px;
	padding: 10px 0 0 0;
	}

h1, h2, h3 { color: #d12433; }

h2 {
	min-height: 41px;
	_height: 41px;
	background: url(./headline.png) top left no-repeat;
	margin: 10px 0 0 0;
	padding: 6px 0 0 0;
	}

/* NAVI - DONT EVER FUCKIN TOUCH THIS! ;-) */

div#navi_wrapper {
	width: 100%;
	height: 35px;
	_margin-top: -2px;
	background: url(./navi_wrapper_bg.png) top repeat-x;
	}

div#navi {
	width: 802px;
	height: 29px;
	z-index: 900;
	color: #fff;
	display: block;
	margin: 0 auto;
	padding: 6px 0 0 0;
	}

div#navi a {
	margin: 2px 6px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	}

div#navi a:hover { 
	text-decoration: underline; 
	color: #2f2f2f;
	}

#navi ul {
	margin: 0;
	list-style: none;
	line-height: 1.5em;
	padding: 1px 1px 1px 5px;
	}
	
div#navi ul li ul {
	margin: 0;
	width: 200px;
	display: none;
	z-index: 1000;
	/* _width: 170px; */
	position: absolute;
	padding: 0 0 20px 0;
	background: #2f2f2f;
	padding: 5px 15px 5px 15px;
	border-top: 1px solid #4e4e4e;
	border-left: 1px solid #4e4e4e;
	border-right: 1px solid #4e4e4e;
	border-bottom: 3px solid #4e4e4e;
	}

div#navi li {
	float: left;
	position: relative;
	margin-right: 20px;
	}

div#navi li ul li a:hover { 	
	text-decoration: underline; 
	color: #fff;
	}
div#navi li li {
	margin: 3px 0;
	width: 170px;
	}

div#navi li > ul {
	top: auto;
	left: auto;
	}
	
div#navi li:hover ul, #navi li.over ul { display: block; }

/* NAVI - DONT EVER FUCKIN TOUCH THIS! ;-) */

div#content_wrapper {
	width: 100%;
	overflow: auto;
	background: #fff url(./content_wrapper_bg.png) repeat-x top;
	}

div#content {
	width: 802px;
	margin: 0 auto;
	overflow: auto;
	padding: 0;
	background: #fff url(./content_bg.png) no-repeat top center;
	}

div#content_news {
	float: left;
	width: 560px;
	margin: 0 0 0 20px;
	_margin: 10px 0 0 10px;
	}

div#news_header {
	width: 180px;
	height: 12px;
	margin-left: -10px;
	background: url(./sidebar_top.png) no-repeat top left;
	}

div#news {
	float: left;
	width: 160px;
	margin: 20px 0 0 20px;
	padding: 0 10px;
	background: url(./sidebar_bg.png) repeat-y;
	}

div#news_footer {
	width: 180px;
	height: 12px;
	margin-left: -10px;
	background: url(./sidebar_bottom.png) no-repeat bottom left;
	}

div.NewsSummaryLink, div.NewsSummaryPostdate { font-weight: bold; }

div.NewsSummaryCategory, div.NewsSummaryAuthor { font-style: italic; }

div.NewsSummary {
	margin: 10px 0;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	}

div#content_regular {
	margin: 0 20px;
	}

div#footer_wrapper {
	width: 100%;
	height: 80px;
	background: url(./footer_wrapper_bg.png) repeat-x bottom;
	border-bottom: 1px solid #bababa;
	}

div#footer {
	width: 782px;
	height: 60px;
	margin: 0 auto;
	color: #d12433;
	font-weight: bold;
	text-align: center;
	padding: 20px 10px 0 10px;
	background: url(./footer_bg.png) no-repeat bottom center;
	}

iframe {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	overflow: none;
	height: 1000px;
	}

div#map {
	margin: 20px 0;
	}

#content table{
	padding: 20px;
	background: #e7e7e7;
	border: 1px solid #353535;
}

#content td{
	padding: 5px;
	border-bottom: 1px solid #353535;
	border-right: 1px solid #252525;
}



table#kosten {
	margin: 0;
	width: 760px;
	padding: 20px;
	background: #e9ffde;
	border: 1px solid #a7cc95;
	}
	
	
