@CHARSET "ISO-8859-1";

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 30px;
	background-image: url(../images/background.gif);
}
img {
	border: 0;	
}
form {
	margin: 0;	
}
#main {
	width: 1002px;
	margin: 0 auto;
	border: 1px solid #000000;
}
#top {
	height: 31px;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #00935F;
	padding-top: 16px;
	padding-left: 10px;
}
#border {
	padding: 0 60px 38px 0;
	background-color: #00935F;
}
#left {
	width: 232px;
	float: left;
}
#right {
	width: 708px;
	float: left;
	background-color: #FFFFFF;
}
#logo {
	line-height: 0;
	display: block;
}
#banner {
	height: 229px;
	background-image: url(../images/banner.jpg);
}
#menuprim {
	height: 61px;
	background-color: #D31B01;
}
#menusec {
	background-color: #D31B01;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 155px;
}
#searchbox {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #525252;
	padding: 35px 24px 35px 39px;
}
#breadcrumb {
	font-size: 13px;
	color: #000000;
	padding: 28px 25px 10px 25px;	
}
#content {
	font-size: 13px;
	color: #000000;
	padding: 25px 25px 33px 25px;
	min-height: 483px;
}
#footer {
	height: 38px;
	padding-top: 22px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #525252;
}

#top a {
	margin: 0 10px 0 10px;
}
#top a, #footer a {
	color: #FFFFFF;
	text-decoration: none;	
}
#top a:hover, #footer a:hover {
	text-decoration: underline;
}
#menuprim a, #menusec a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#menuprim a:hover, #menusec a:hover, #menuprim a.sel, #menusec a.sel {
	color: #FEF200;
}
#menuprim a {
	float: left;
	font-weight: bold;
	font-size: 13px;
	height: 15px;
	padding: 23px 40px 23px 40px;
}
#menusec a {
	font-weight: bold;
	font-size: 12px;
	width: 183px;
	padding: 12px 10px 12px 39px;
}
#searchbox form {
	line-height: 140%;	
}
#searchbox hr {
	height: 1px;
	background-color: #FFFFFF;
	color: #FFFFFF;
	border: 0;
	margin: 1em 0 1em 0;
}
#searchbox h1 {
	font-size: 14px;
	margin: 0;
}
#searchbox input, #searchbox select {
	font-size: 12px;
	border: 0;
	padding: 2px;
	margin: 2px 0 2px 0;
	background-color: #FFFFFF;
}
#searchbox input.btn {
	padding: 2px;
	border: #ffffff 1px solid; 
	background-color: #CCCCCC;
}
#searchbox a {
	color: #FFFFFF;
}
#breadcrumb a {
	color: #000000;
	font-weight: bold;
}
#content h1 {
	font-size: 20px;
	line-height: 140%;
	font-weight: bold;
	margin: 0 0 25px 0;
}
#content h2 {
	font-size: 18px;
	line-height: 140%;
	font-weight: bold;
	margin: 0 0 25px 0;
}
#content a {
	color: #00935F;
}
#content p, #content ul {
	line-height: 140%;
	margin: 1em 0 1em 0;
}
#content ul {
	padding-left: 30px;
}
#content ul ul {
	margin: 0;
	list-style-image:url(../images/dash.gif);
}
#content li {
	padding-left: 0.2em;
}
#content li.header {
	list-style: none;
	font-weight: bold;
	padding-left: 0;
	margin-left: -30px;
}
#content ul.blankline > li {
	margin-bottom: 1em;
}
#content img.pic {
	margin-bottom: 1em;	
}
#content hr {
	height: 1px;
	color: #000000;
	background-color: #000000;
	border: 0;
	width: 80%;
	margin-top: 2em;
	margin-bottom: 2em;	
}
#content p.box {
	background-color: #DDDDDD;
	padding: 20px;	
	margin-top: 0;
}

table.kontakt td {
	vertical-align: top;
	padding-bottom: 25px;
}
table.kontakt td.desc {
	padding: 0 10px 0 10px;
}

table.presse {
	margin-bottom: 2em;
	width: 100%;	
}
table.presse th {
	text-align: left;
	padding-bottom: 5px;
	border-bottom: 1px solid #000000;
}
table.presse td, table.chronik td {
	padding: 5px 10px 0 0;
	vertical-align: top;
	line-height: 140%;
}

table.impressum td {
	padding: 0 10px 10px 0;
	vertical-align: top;
	line-height: 140%;
}

table.form td {
	padding: 0 10px 5px 0;
	vertical-align: top;
	line-height: 140%;
}

.asterisk {
	position: relative;
	top: -5px;
	left: 3px;
}
.err {
	color: #FF3333;
}