/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background: #fff;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	background-image:url("#");
	background-position:top left;
	background-repeat:repeat-x;
}
a {
	outline: none;
}
h1, h2, h3, h5, h6 {
	margin: 0;
	padding: 0;
	color: #ff0031;
}
h1 {
	font-size:23px;
	font-weight:bold;
}
h2 {
	font-size:21px;
}
h4 {
	margin: 0;
	padding: 0;
	color: #929ca9;
	font-weight: bold;
}
a {
	color:#ff0031;
	text-decoration:none;
}
a:hover {
	text-decoration: none;
	color: #929ca9;
}
hr {
	background:#ccc;
	color:#ccc;
	border: none;
	height:1px;
	width:189px;
}
.red {
	color:#ff0031;
	font-weight:bold;
}
.white {
	color:#333;
	font-weight:bold;
}
.small {
	font-size:x-small;
	color:#333;
}
#container {
	width:966px;
	margin:auto;
	padding:20px 0 10px 0;
	color:#CCC;
	background-color:#fff;
	min-height:600px;
    height:auto !important;
    height:600px;
   *height:600px;

}



#logo {
	height:135px;
	width:966px;
	padding-top:20px;
}
.telefon {
	color:#ff0031;
	font-weight:bold;
	text-align:left;
	font-size:23px;
	padding-right:10px;
	float:right;
}
#header {
	float:left;
	position:relative;
	height:	127px;
	width: 966px;
	background-color:	#fff;
	background:	url("images/header.jpg");
	background-repeat: no-repeat;
}
/*Menu*/

.menu {
	margin-left:1px;
}
.menu ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
.menu li {
	float:left;
	position:relative;
	z-index:100;
}
.menu table {
	position:absolute;
	border-collapse:collapse;
	z-index:80;
	left:-1px;
	top:25px;
}
.menu a, .menu :visited {
	display:block;
	font-size:14px;
	width:192px;
	padding:5px 0;
	font-weight: bold;
	background:#F4E23A;
	color:#333;
	background-repeat:repeat-x;
	text-decoration:none;
	margin-right:1px;
	text-align:center;
}
.menu :hover {
	color:#000;
	background:#ff0031;
	background-repeat:repeat-x;
}
.menu ul ul {
	visibility:hidden;
	position:absolute;
	width:192px;
	height:0;
}
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility:visible;
}
.menu li a#aktuell {
	color:#000;
	background:#ff0031;
	background-repeat:repeat-x;
}
/*Submenu*/
a.left:link {
	text-align:left;
	padding-left:10px;
	width:183px;
}
a.left:visited {
	text-align:left;
	padding-left:10px;
	width:183px;
}
a.left:hover {
	text-align:left;
	padding-left:10px;
	width:182px;
}
a.left:active {
	text-align:left;
	padding-left:10px;
	width:183px;
}
/*Sitemap*/
#navlist {
	list-style-image: url(images/arrow.gif);
	line-height:30px;
}
a.nav:link {
	color: #000;
}
a.nav:visited {
	color: #000;
}
a.nav:hover {
	color: #ff0031;
}
a.nav:active {
	color: #000;
}
/*Inhalt*/
#content {
	float:left;
	position:relative;
	margin-top:5px;
	min-height:500px;
 *height:500px;
	background:#fff;
	width:966px;
	 border:1px solid;

}

#content1 {

	float:left;
	position:relative;
	margin-top:5px;
	min-height:500px;
 *height:500px;
	background:#fff;
	width:966px;
	
	

}
#leftcolumn {
	float:left;
	position:relative;
	background:transparent none repeat scroll 0 0;
	color:#333333;
	float:left;
	margin:10px 5px 5px 0;
	padding:10px 10px 10px 20px;
	width:710px;
	min-height:500px;
 *height:500px;
}
#rightcolumn {
	float:left;
	position:relative;
	background:#ebebeb;
	color:#333333;
	display:inline;
	float:right;
	margin:10px 5px;
	padding:10px;
	width:190px;
	min-height:500px;
 *height:500px;
}
* +html #leftcolumn {
	height:auto;
}
* +html #rightcolumn {
	height:auto;
}
* +html #content {
	height:auto;
}
#barometer {
	text-align:center;
}
#footer {
	clear:both;
	background:#DBCF44;
	color:#333333;
	margin-top: 20px;;
	padding:10px;
	text-align:center;
	width:947px;
	border-top:5px solid #ff0031;
/*	position:relative;
*/}
.leistung {
	background:#fff;
	border:1px dotted #ff0031;
}
/************Subnavi********************/
ul#subnavlist {
	margin-left:0;
	padding:3px;
	white-space:nowrap;
	border-bottom:1px solid #000;
	width:100%;
}
#subnavlist li {
	display: inline;
	list-style-type: none;
}
#subnavlist li a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#ff0031 none repeat scroll 0 0;
	border-color:#777777 #777777 -moz-use-text-color;
	border-style:solid solid none;
	border-width:1px 1px 0;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	margin-left:3px;
	padding:3px 1em;
	text-decoration:none;
}
#subnavlist a:link, #subnavlist a:visited {
	color: #fff;
	background-color: #ff0031;
	text-decoration: none;
}
#subnavlist a:hover {
	color: #000;
	background:#F4E23A;
	text-decoration: none;
}
#subnavlist a#currentpage {
	color: #000;
	background:#F4E23A;
	text-decoration: none;
}
/* IE6 css  */

/* ============================================= */

* html #leftcolumn, * html #rightcolumn {
	display:inline;
}
* html #leftcolumn {
	height:516px;
	width:705px;
}
* html #rightcolumn {
	height:516px;
}
/*********************Kontaktformular***************************************/

.tablered {
	color: #FF0000;
	background-color: #FFE6E6;
	border: thin solid #FF0000;
	font-weight: bold;
	padding:3px;
}
.tablegreen {
	color: #339900;
	background-color: #D5FFB9;
	border: thin solid #339900;
	font-weight: bold;
	padding:3px;
}
.spalte {
	width: 340px;
	float:left;
	padding-right:10px;
	border-right:1px dotted #333;
}
.spalte1 {
	width: 340px;
	float:left;
	padding-left:10px;
}
.kontaktdaten {
	margin-left:126px;
	margin-top:35px;
}
td.content {
	font-size: 12px;
	color: #FFFFFF;
	height: 20px;
	padding: 4px;
	background-color: #FF0031;
	font-weight: bold;
}
td.content a,td.content a:link,td.content a:active,td.content a:visited {
	color: #FFFFFF;
}

td.content2 {
	font-size: 12px;
	color: #000000;
	height: 15px;
	padding: 2px;
	background-color: #F4E23A;
}

td.content3 {
	font-size: 11px;
	color: #000000;
	background: #FFFFFF;
	height: 15px;
	padding: 2px;
}
