@CHARSET "ISO-8859-1";

* {
	margin: 0;
	padding: 0;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #fff2d4;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: auto;
}

#wrapper {
	position: absolute;
	margin: 0 auto;
	width: 800px;
}

#header {
	position: relative;
	top: 30px;
	left: 40px;
	width: 800px;
	height: 150px;
	border: 1px solid #000000;
	background-image: url(images/heckl_header.jpg);
}

#content {
	position: relative;
	top: 40px;
	left: 40px;
	width: 800px;
	height: 550px;
	border: 1px solid #000000;
	overflow: auto;
}

ul#navlist {
	padding: 5px 0;
	position: absolute;
	top: 145px;
	left: 50px;
	width: 550px;
	height: 20px;
	border: 0px solid #b8b8b8;
	font-size: 15px;
	list-style-type: none;
}

ul#newslist {
	position: relative;
	left: 20px;
	list-style-type: disc;
	display: inline;
}

*ul#newslist {
	list-style-type: disc;
	display: inline;
	position: relative;
	left: 0px;
}

#background {
	position: absolute;
	top: 0px;
	width: 880px;
	height: 200px;
	background-image: url(images/background.jpg);
}

#backgroundwide {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 200px;
	background-image: url(images/background.jpg);
}

#contentbackground {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 800px;
	height: 575px;
	margin-top: -172px;
	margin-left: -360px;
	background-image: url(images/anlauter.jpg);
}

#footer {
	position: relative;
	top: 39px;
	left: 40px;
	padding: 2px 0;
	width: 800px;
	height: 20px;
	color: #000000;
	font-size: 10px;
	border: 1px solid #000000;
	padding: 2px 0;
}

#onlinebooking {
	position: absolute;
	top: 65px;
	left: 850px;
	height: 100px;
	border: 0px solid #ff0000;
}

ul#navlist ul { /* all lists */
	list-style: none;
	line-height: 1;
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}

ul#navlist a {
	display: block;
	padding: 3px 10px;
	margin-left: 6px;
	padding-left: 6px;
	display: block;
	width: auto;
}

ul#navlist a:link,ul#navlist a:visited {
	color: #fff;
	background-color: #841d1f;
	text-decoration: none;
}

ul#navlist a:hover {
	color: #fff;
	background-color: #b61d20;
	text-decoration: none;
}

ul#navlist li { /* all list items */
	float: left;
}

ul#navlist li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	left: -999em;
}

ul#navlist li ul li {
	width: 150px;
}

ul#navlist li:hover ul, ul#navlist li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	/*display: block;	*/
}

/* clearfix zum Aufheben der Floatumgebung */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html.clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */
