@charset "utf-8";
body {
	background-color: #FFF;
	background-repeat: repeat-x;
	background-image:   url(../img/bg2.jpg);
	overflow: scroll;	
}

body,td,th {
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #000;
	font-weight: bold;
	font-style: normal;
}
a:active {
	text-decoration: none;
	/* [disabled]font-weight: normal; */
	color: #000;
}

h1 {
	font-size: 18px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #790012;
}


h2 {
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	color: #790012;
	font-family: Tahoma, Geneva, sans-serif;
}
h4 {
	font-size: 10px;
	color: #790012;
	font-family: Tahoma, Geneva, sans-serif;
}
h5 {
	font-size: 12px;
	color: #790012;
	font-family: Tahoma, Geneva, sans-serif;
}
h6 {
	font-size: 9px;
}
.shadow {
	/*box-shadow: 2px 2px 4px 0px #707070;
	-moz-box-shadow: 3px 3px 3px #707070;
	-webkit-box-shadow: 3px 3px 3px #707070;
	[disabled]border: 1px solid #000; */
}
.rahmen {
	border: 1px solid #FFF;
	background-color: #790012;
	box-shadow: 3px 3px 5px #707070;
	-moz-box-shadow: 3px 3px 5px #707070;
	-webkit-box-shadow: 3px 3px 5px #707070; /* Firefox */
	-webkit-border-radius:5px; /* Safari, Chrome */
	-khtml-border-radius:5px; /* Konqueror */
	border-radius:5px; /* CSS3 */
	behavior:url(border-radius.htc);
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-weight: bold;
	font-size: 11px;
}

.abgerundet {
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari, Chrome */
	-khtml-border-radius:5px; /* Konqueror */
	border-radius:5px; /* CSS3 */
	behavior:url(border-radius.htc);
}


#container {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	box-shadow: 0px 2px 2px 2px #ccc;
	-moz-box-shadow:    0px 0px 3px 3px #ccc;
	-webkit-box-shadow: 0px 0px 3px 3px #ccc;
	border: 1px solid #BBB;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari, Chrome */
	-khtml-border-radius:5px; /* Konqueror */
	border-radius:5px; /* CSS3 */
	behavior:url(border-radius.htc);
}
#mainContent {
	padding-top: 25px;
	padding-bottom: 25px;
	margin: 0px;
	position: relative;
	background-color: #FFF;
	overflow: auto;
	
}
#mainContent #navileft {
	border: 1px solid #BBB;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 7px;
	margin: 0px;
	float: left;
	width: 170px;
	margin-left: 20px;
	background-image: url(../img/bg1.gif);
	background-repeat: repeat-x;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari, Chrome */
	-khtml-border-radius:5px; /* Konqueror */
	border-radius:5px; /* CSS3 */
	behavior:url(border-radius.htc);
}
#mainContent #content_start {
	border: 1px solid #BBB;
	/* [disabled]background-color: #EEE; */
	width: 660px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	overflow: auto;
	float: right;
	margin-right: 30px;
	background-image: url(../img/bg1.gif);
	background-repeat: repeat-x;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari, Chrome */
	-khtml-border-radius:5px; /* Konqueror */
	border-radius:5px; /* CSS3 */
	behavior:url(border-radius.htc);
}
#mainContent #content_start #start_content {
	float: left;
	border: 1px solid #BBB;
	background-color: #F7F7F7;
	padding: 10px;
	padding: 5px;
	position: relative;
	margin-top: 20px;
	width: 450px;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari, Chrome */
	-khtml-border-radius:5px; /* Konqueror */
	border-radius:5px; /* CSS3 */
	behavior:url(border-radius.htc);
}

#mainContent #content_start #news {
	width: 165px;
	font-size: 10px;
	float: right;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #BBB;
	padding-bottom: 19px;
	position: relative;
	background-image: url(../img/bg1.gif);
	background-repeat: repeat-x;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari, Chrome */
	-khtml-border-radius:5px; /* Konqueror */
	border-radius:5px; /* CSS3 */
	behavior:url(border-radius.htc);
}


#mainContent #content_start #news #text_news {
	overflow: hidden;
	margin-right: 5px;
	margin-left: 5px;
}
#mainContent #content_start #logosfhz {
	float: right;
	margin-top: 20px;
	margin-bottom: 15px;
	/* [disabled]background-color: #F7F7F7; */
}
#mainContent #content_start #logosfhz #logosfhz1 {
	/* [disabled]border: 1px solid #888; */
}
#mainContent #content_all #produkte {
	/* [disabled]background-color: #F7F7F7; */
	border: 1px solid #BBB;
	margin: 20px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari, Chrome */
	-khtml-border-radius:5px; /* Konqueror */
	border-radius:5px; /* CSS3 */
	behavior:url(border-radius.htc);
	background-image: url(../img/bg1.gif);
	background-repeat: repeat-x;
}
#mainContent #content_all #faq {
	/* [disabled]background-color: #F7F7F7; */
	border: 1px solid #BBB;
	margin: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari, Chrome */
	-khtml-border-radius:5px; /* Konqueror */
	border-radius:5px; /* CSS3 */
	behavior:url(border-radius.htc);
	background-image: url(../img/bg1.gif);
	background-repeat: repeat-x;
}
#mainContent #content_all {
	border: 1px solid #BBB;
	/* [disabled]background-color: #EEE; */
	padding: 10px;
	width: 580px;
	float: right;
	margin-right: 80px;
	margin-bottom: 20px;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari, Chrome */
	-khtml-border-radius:5px; /* Konqueror */
	border-radius:5px; /* CSS3 */
	behavior:url(border-radius.htc);
	background-image: url(../img/bg1.gif);
	background-repeat: repeat-x;
}
#mainContent #content_tabellen {
	border: 1px solid #BBB;
	/* [disabled]background-color: #EEE; */
	padding: 10px;
	width: 670px;
	float: right;
	margin-right: 30px;
	margin-bottom: 20px;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari, Chrome */
	-khtml-border-radius:5px; /* Konqueror */
	border-radius:5px; /* CSS3 */
	behavior:url(border-radius.htc);
	background-image: url(../img/bg1.gif);
	background-repeat: repeat-x;
}
#mainContent #links {
	float: right;
	padding: 5px;
	margin-top: 0px;
	margin-right: 130px;
	margin-bottom: 20px;
	border: 1px solid #BBB;
	/* [disabled]background-color: #EEE; */
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari, Chrome */
	-khtml-border-radius:5px; /* Konqueror */
	border-radius:5px; /* CSS3 */
	behavior:url(border-radius.htc);
	background-image: url(../img/bg1.gif);
	background-repeat: repeat-x;
}

#mainContent #anschrift {
	/* [disabled]background-color: #EEE; */
	border: 1px solid #BBB;
	padding: 5px;
	width: 170px;
	margin-left: 20px;
	float: left;
	background-image: url(../img/bg1.gif);
	background-repeat: repeat-x;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari, Chrome */
	-khtml-border-radius:5px; /* Konqueror */
	border-radius:5px; /* CSS3 */
	behavior:url(border-radius.htc);
}
#mainContent #googlemap {
	height: 410px;
	width: 600px;
	border: 1px solid #BBB;
	float: right;
	margin-right: 70px;
}

#header {
	height: 200px;
	position: relative;
	margin: 0px;
}
#header #slideshow {
	z-index: -1;
}
#logo {
	position: absolute;
	left: 658px;
	top: -17px;
	z-index: 10;
}

#navigation {
	height: 26px;
	letter-spacing: 1px;
	background-image: url(../img/navileiste.png);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: groove;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	margin: 0;
}
#navigation #facebookicon {
	float: right;
	margin-top: 3px;
	margin-right: 5px;
}

#footer {
	color: #790012;
	width: 960px;
	font-size: 10px;
	letter-spacing: 1px;
}
#footer #footerleft  {
	float: left;
	width: 400px;
	padding-left: 10px;
}
#footer #footerright  {
	width: 450px;
	float: right;
	text-align: right;
	padding-right: 10px;
}
#mainContent #agb {
	border: 1px solid #BBB;
	/* [disabled]background-color: #EEE; */
	width: 680px;
	margin-left: 230px;
	padding: 10px;
	position: relative;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari, Chrome */
	-khtml-border-radius:5px; /* Konqueror */
	border-radius:5px; /* CSS3 */
	behavior:url(border-radius.htc);
	background-image: url(../img/bg1.gif);
	background-repeat: repeat-x;
}
#container_produkte {
	height: 128px;
	width: 520px;
	margin-left: 35px;
	background-image: url(../img/container/container_blanko_schatten_schriftfeld.png);
	background-repeat: no-repeat;
	padding: 1px;
}
#container_partner {
	height: 128px;
	width: 520px;
	margin-left: 35px;
	background-image: url(../img/container/container_blanko_mit_schatten.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 20px;
}
#urlaub {
	position: absolute;
	left: 39px;
	top: 150px;
	z-index: 11;
}
