@charset "UTF-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; /* centers the container in IE 5* browsers */
	background-color: #001133;
	color: #FFFFFF;
}

body,td,th {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
a:active {
	color: #FFCC00;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

#container {
	width: 780px;
	margin: 0px auto 0px auto;
	text-align: left;
}

#header {
	margin: 0px;
	padding: 0px 0px 12px 0px;
	background-image: url(../images/haecken_home.jpg);
	background-repeat: no-repeat;
	height: 244px;
	background-position: 0px 0px;
	font-size: 10px;
	border-bottom: 1px solid #001133;
	line-height: 20px;
}
#header p{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	text-align: right;
	padding: 77px 10px;
}

#header a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 20px;
}
#header a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
#header a:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 12px;
}
#header a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}
#header a:active {
	color: #FFCC00;
	text-decoration: none;
	font-size: 14px;
}

#navBar{
	float:left;
	width: 15%;
	margin: 46px 0px 0px 0px;
	padding: 0px;
}
/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: 1px solid #001133;
	line-height: 16px;

}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

#navBar a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 24px;
}
#navBar a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
#navBar a:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 12px;
}
#navBar a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}
#navBar a:active {
	color: #FFCC00;
	text-decoration: none;
	font-size: 14px;
}

#content{
	float: right;
	width: 80%;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#content a:link {
	font-size: 10px;
}
#content a:visited {
	font-size: 10px;
}
#content a:hover {
	font-size: 12px;
}
#content a:active {
	font-size: 12px;
}

#content p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
}
#content table{
	width: 450px;
	margin: 0px 0px 10px 0px;
}

#content td,th{
	padding: 3px 5px 3px 5px;
}

#footer {
	margin-top: 12px;
	padding: 8px 0px 10px 0px;
	text-align: center;
	font-size: 10px;
	border-top: 1px solid #808080;
} 
#footer p {
	margin: 0;
	padding: 0px;
	line-height: 24px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}
#footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 10px;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
#footer a:active {
	color: #FFCC00;
	text-decoration: none;
	font-size: 12px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

[if IE]>
/* place css fixes for all versions of IE in this conditional comment */
#content { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]

.text {
	margin: 0px;
	padding: 0px 0px 8px 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 1.1;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 20px 0px 0px 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 20px;
}
.texts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #FFCC00;
	margin-bottom: 10px;
}
.a_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 2px;
}
.bild_rechts {
	clear: both;
	margin: 0px;
}
.bild_rechts img{
	float: right;
	margin: 3px 0px 10px 10px;
}

.bild_ohne {
	clear: both;
	margin: 0px;
}

.bild_links {
	clear: both;
	margin: 0px;
}
.bild_links img{
	float: left;
	margin: 3px 15px 10px 0px;
}
.box {
	clear: both;
	border: 1px solid #FFFFFF;
	margin: 0px;
	padding: 6px;
	text-align: center;
}

.thumbs img{
	margin: 3px;
	padding: 3px;
	vertical-align: middle;
}

.thumblist img{
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	display: block;
}


.thumblist {
	text-align: center;
}

.box1 {
	clear: both;
	border: 1px solid #FFFFFF;
	margin-top: 6px;
	padding: 6px;
	text-align: center;
}

.box1 h5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #FFCC00;
	margin-bottom: 10px;
	margin-top: 6px;
}

.map24_box {
	float: right;
	width: 210px;
	margin: 0px 0px 5px 10px;
	border: 1px solid #808080;
}
.map24_box p,h4{
	padding-left: 10px;
}

.mapgoogle_box {
	float: right;
	width: 300px;
	margin: 0px 0px 5px 10px;
	border: 1px solid #808080;
}
.mapgoogle_box p{
	text-align: center;
	font-size: 9px;
	margin: 0px;
	padding: 3px;
		
}

.mapgoogle_box a:link,hover,active,visited{
	color: #FFFFFF;
}


.box_right {
	float: right;
	width: 210px;
	margin: 0px;
	text-align: center;
	padding: 0px;
}
.bild_box {
	float: right;
	width: 160px;
	margin: 0px;
}
.bild_box1 {
	width: 200px;
	margin: 0px 0px 5px 10px;
	padding: 0px;
	border: 1px solid #808080;
	text-align: center;
}
.bild_box1 h4{
	margin: 0px;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
}
.bild_box1 img{
	margin: 0px;
	padding: 0px 5px 10px 5px;
}
.bild_box2 {
	width: 140px;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: center;
	height: 240px;
	overflow-y: scroll;
}

/* Farben für Preistabellen */
.blue1 {
	text-align: center;
}
.blue2 {
	text-align: center;
	background-color: #002244;
}
.blue3 {
	text-align: center;
	background-color: #334365;
}
.blue1left {
	text-align: left;
}
.blue2left {
	text-align: left;
	background-color: #002244;
}
.blue3left {
	text-align: left;
	background-color: #334365;
}
.blue1right {
	text-align: right;
}
.blue2right {
	text-align: right;
	background-color: #002244;
}
.blue3right {
	text-align: right;
	background-color: #334365;
}

.bildbox {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.bildbox h3{
	padding-top: 12px;
}

.bildbox p{
	margin: 0px;
	padding: 0px;
	width:100%;
	white-space:nowrap;
	overflow-x:scroll;
}
.bildbox img{
	margin: 0px;
	padding: 3px;
	vertical-align: middle;
	height: 72px;
}

.bildbox img:hover{
	margin: 0px;
	padding: 3px;
	background-color: #FFF;
	height: 72px;
}
#slider {
	width:100%;
}
.bild_header {
	width:98%;
	border:1px solid #000;
	padding:5px 10px 5px 10px;
	font-weight:bold;
	margin-top:5px;
	cursor:pointer;
	text-align: left;
	background:url(../images/bild_header5.jpg);
}
.bild_header:hover {
	background:url(../images/bild_header4.gif);
}
.bild_content {
	overflow:hidden;
}


.calendar{
	text-align: center;
	border: 1px solid #979797;
	margin: 0px;
}
.calendar p{
	line-height: 18px;
	font-size: 10px;
}
.calendar table{
	margin: 0px auto 10px auto;
	font-size: 9px;
}

.calendar td,th{
	padding: 1px 1px 1px 1px;
	width: 14px;
	font-size: 10px;
}
.cal_nop{
	background-color:#002244;
}
.cal_a{
	background-color:#b8e39c;
	background-color:#009911;
	color:#000000;
}

.cal_b{
	background-color:#faa9a5;
	background-color:#cc0011;
	color:#000;
}

.cal_c{
	background-color:#f3ba76;
	background-color:#eedd00;
	color:#000000;
}

.cal_p{
	background-color:#c6f5db;
	color:#000000;
}

