@charset "utf-8";
body {
	padding: 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
}
html, body {
	margin: 0;
	height:100%; /* this is the key! */
	overflow:hidden;/*Needed to eliminate scrollbars*/
	background-color: #fff;
	min-height : 100%; /* IE ignores this */
}
h1, h2, h3, h4, h5, p, ul, li {
	padding: 0;
	margin: 0
}
h4 {
	font-size: 14px;
	color: #99232D;
}
td {
	vertical-align:top;
	background-color: transparent;
}
a {
	text-decoration:none;
	color: #291918;
	font-size: 14px;
}
/* seiten */
div#footer {
	position:absolute;
	bottom:0;
	left:0;
	height: 133px;  /* im body ebenfalls anpassen */
	z-index: 3;
	width:100%;
}
* html body {
	overflow:hidden;
}
* html div#content {
	height:100%;
	overflow:auto;
}
#links {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 28px;
	height:auto !important;  /* für moderne Browser */
	height:100%;  /*für den IE */
	min-height: 100%;
	z-index: 12;
	background-image: url(pic/linkerbalken.png);
	background-repeat: repeat-y;
}
#supersize {
	position:fixed;
}
#supersize img, #supersize a {
	height:100%;
	width:100%;
	position:absolute;
	z-index: 0;
}
#loading {
	position: absolute;
	top: 49.5%;
	left: 49.5%;
	z-index: 3;
	width: 42px;
	height: 42px;
	text-indent: -999em;
	background-image: url(pic/loader.gif);
}
#left {
	position: absolute;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 40px;
}
#head {
	position:absolute;
	top: 0px;
	left:0px;
	width:280px;
	height: 248px;  /* im body ebenfalls anpassen */
	z-index: 4;
}
/*formular*/

input {
	width: 200px;
	height: 20px;
	background-color: #fff;
	color: #291918;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border:none;
}
textarea {
	width: 200px;
	height: 65px;
	background-color: #fff;
	color: #291918;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border:none;
}
.invisible {
	position:absolute;
	left:-1000px;
	top:-1000px;
	width:1px;
	height: 1px;
	overflow:hidden;
	display:inline;
}
#bilder img {
	cursor: pointer;
}

#menue a {
	color: #FFF;
	font-family: "Lucida Grande", "Verdana", "Arial", "Helvetica", "Gill Sans", sans-serif;
	font-size: 15px;
	font-weight: bold;
}
#menue {
	height: 20px;
	width: 100%;
	min-width: 1000px;
	padding: 14px 50px;
	background-image: url(pic/bg-menue.png);
}
#menue ul li {
	float: left;
    list-style:none outside none;
	margin: 0;
	margin-right: 18px;
	padding: 0;
}
#menue a:hover, #menue a:active {
	color: #C6C792;
}

.m-aktiv {
	color: #C6C792 !important;
	}

.abstand {
	margin-left: 40px !important;
	}
	
.holiday {
	position: relative;
	left: 33px;
	top: -253px;
	z-index: 66;
	}
	

