* {
	margin: 0;
	padding: 0;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	background: url("../bilder/hg.jpg") ;
}

body ul {
	list-style-type: square;
}

a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover { 
	text-decoration: underline;
	color: #AB1737;
}
a:active {
	text-decoration: underline;
	color: #FF9900;
}

#container {
	width: 800px;
	margin: 20px auto 50px auto;
	padding-top: 20px;
	background-color: white;
}

#subcontainer {
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
}

#head {
	margin: auto;
	width: 800px;
	height: 40px;
	display: block;
	background: url("../bilder/hf-m_top.gif") no-repeat top left;
	border: 1px solid #FFFFFF;
	}

#keyvisual {
	margin: auto;
	width: 100%;
	height: 175px;
	display: block;
	background-color: #CCCCCC;
	background-position:  top left;
	background-repeat: no-repeat ;
	}

#menu {
	width: 100%;
	height: 25px;
	line-height: 16px;
	vertical-align: middle;
	background-color: #FFFFFF;
	filter: alpha(opacity=55);
	-moz-opacity: .75;
	opacity: .75;
	margin: -28px auto 0 auto;
	padding: 0;
	border-top: 3px solid #FFFFFF;
}

#menu ul {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;	
	list-style-type: none;
}

#menu li {
	min-width: 110px;
	margin: 0;
	padding: 0 0 0 0px;
	float: left;
	text-indent: -5000px;
}

#menu a {
	display: block;
	line-height: 25px;
	width: 105px;
	height: 25px;
	vertical-align: middle;
	float: left;
	color: #333333;
	text-decoration: none;
	background-position:  left center;
	background-repeat:  no-repeat;
}

#menu a:hover {
	background-position:  right center;
}

#footer {
	padding: 0;
	margin: auto;
	float: left;
	display: block;
	width: 100%;
	height: 50px;
	line-height: 40px;
	vertical-align: top;
	border-top: 1px #8A8B8D solid;
	background:  #EFEFEF url('../bilder/bg_footer.gif') repeat-x top left;
}

#footer ul {
	padding: 0 0 0 30px;
}

#footer ul li {
	margin: auto;
	padding: 0;
	float: left;
	display: inline;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: left center;
}

#footer a {
	float: left;
	display: inline;
	color: #333333;
	padding: 0;
	margin: 0 2.8em 0 1em ;
	text-decoration: none;
}

#footer a:hover {
	background:  no-repeat right top;
	color: #AB1737;
	text-decoration: underline;
}



/* Content *****************************************/


.content {
	margin: auto;
	display: block;
	width: 730px;
	min-height: 250px;
	height: 250px; /* Für IE */
	height: auto; !important;
	margin: 30px auto 30px auto;
	padding: 0;
	background: url("../bilder/content_bg.gif") no-repeat left top;
}
			
.content h1 {
	font-size: 14px;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	color: #AB1737;
	font-weight: bold;
}

.content h2 {
	line-height: 1.2em;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.content h3 {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	margin: 15px 0 0 0;
	padding: 0;
}

.content p {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	color: #333333;
	margin-bottom: 10px;
}

.content input, .content textarea {
	border: 1px solid #8A8B8D;
}

.content input {
	width: 250px;
	height: 1.6em;
	font-size: 9px;
	vertical-align: middle;
}

.content textarea {
	width: 250px;
	height: auto; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.content select {
	width: 250px;
	font-size: 9px;
	height: 2em;
	vertical-align: middle;
}

.content label {
	width: 10em;
	float: 	left;
}

.content-left {
	position: relative;
	display: block;
	float: left;
	text-align: left;
	vertical-align: top;	
	color: #333333;
	width: 47%;
	padding: 0;
	margin: 0;
}

.content-right {
	position: relative;
	display: block;
	float: left;
	text-align: left;
	vertical-align: top;	
	color: #333333;
	width: 53%;
	padding: 0;
	margin: 0;
}

.content-imgc a:hover {
	color: #FFCC00;
	background-color: #FF8400;
	}

.clear {
	clear: both;
}

.kontaktformular {
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
}

.kontaktformular p {
	line-height: 1em;
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
}

.kfm { /*  Kontaktformular Fehler  */
	font-weight: bold;
	color: #AB1737;
	left: 375px;
	position: absolute;
}

.newsbox {
	font-size: 9px;
	width: 300px;
	min-height: 200px;
	height: 320px; /* Für IE */
	float: right;
	margin: 0px 0px 20px 30px;
	padding: 10px;
	border: 1px dashed #AB1737;
	background-color: #EFEEEF;
	overflow: auto;
}
