body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
}

a {
	text-decoration: none;
	color: #000000;
	border: 0px;
}
a:active {
	text-decoration: none;
	color: #880000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #880000;
}

div#mainframe {
	width: 750px;
/*	height: 400px; */
	margin: 0px auto 0px;
	border: 1px solid #CCCCCC;
}

div#topframe {
	margin: 0px;
	width: 750px;
	height: 130px;
	text-align: center;
}
div#title {
	width: 340px;
	float: left;
	padding: 5px;
	padding-top: 8px;
	margin: 0px;
	text-align: center;
}
div.title1 {
	font-size: 11pt;
	font-weight: bold;
}
div.title2 {
	
}
div#picture {
	margin: 0px;
	float: left;
	width: 400px;
	height: 130px;
	background-image: url(../image/title_img.jpg);
	background-position: left center;
}

div#mainnavigation {
	clear: both;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	height: 30px;
	background-color: #F2F2F2;
	text-align: center;
	vertical-align: text-bottom;
}
table.nav {
	border: 0px;
}

table#sp tr, table#sp td {
	vertical-align: top;
	padding-bottom: 10px;
}

td.nav {
	width: 150px;
	height: 24px;
	border: 1px solid #CCCCCC;
	background-color: #F2F2F2;
	font-weight: bold;
}
td.nav:hover {
	background-color: #CCCCCC;
}
a.nav {
	color: #880000;
}
a.nav:hover {
	color: #880000;
}
a.nav:visited {
	color: #880000; 
}
a.nav:hover {
	color: #880000;
}

div#middleframe {
	margin-bottom: 10px;
	clear: both;
	overflow: auto;
}
div#contentframe {
	margin-left: 10px;
}
div#breadcrumb {
	border-bottom: 1px dashed #CCCCCC;
	padding-left: 29px;
}
div#subnavigation {
	margin-top: 10px;
	padding: 4px;
	border: 1px solid #CCCCCC;
	width: 136px;
	float: left;
}
div.menubg {
	background-image: url(../image/menubg.gif);
	background-position: left top; 
	background-repeat: no-repeat;
	height: 25px;
	font-weight: bold;
	padding: 5px;
}
a.subnav {
	display: block;
	padding: 5px;
}
hr {
	margin: 0px;
	padding: 0px;
	border: 1px solid #F2F2F2;
}
div#content {
	float: left;
	padding: 10px;
	padding-left: 20px;
	width: 555px;
}
h1 {
	font-size: 14pt;
}
h2 {
	font-size: 12pt;
}
h3 {
	font-size: 11pt;
}

div#footer {
	clear: both;
	padding-left: 5px;
	font-size: 8pt;
	border-top: 1px solid #CCCCCC;
	background-color: #F2F2F2;
}

/*Kontaktformular*/

legend { font-weight: bold; font-size: 11pt; background-color: #F2F2F2; }
label { cursor: pointer; }
label.lbl { float: left; text-align: right; width: 160px; margin-right: 10px; }
input.text, textarea { float: left; font-family: Courier; font-size: 9pt; background-color: #F2F2F2; color: #000000; }
input.text:focus, textarea:focus { background-color: #ffffff; color: #000000; }
input.submit { margin-left: 169px; margin-top: 10px; }
input.btn { color: #000000; background-color: #F2F2F2; }
input.btn:focus { background-color: #ffffff; color: #000000; }
p.errormsg { font-size: 8pt; color: #FF0000; text-align: center; font-weight: bold; }
p.star { font-size: 8pt; }