@charset "utf-8";
/* CSS Document */

/* Seiteneinstellungen */
body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #f9efdf;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}

#container {
	margin: 0px auto;
	position: relative;
	width: 1000px;
}

#headline {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1000px;
	height: 200px;
	background-image: url(../graphics/background_header.jpg);
}

p {
	padding: 0px;
	margin: 0px;
}

a { color: #000000; }
a:hover { color: #444444; }

/* Navigationseinstellungen */
#navigation {
	position: absolute;
	left: 0px;
	top: 200px;
	width: 200px;
	height: 450px;
	background-image: url(../graphics/background_navi.jpg);
	background-position: top;
	background-repeat: no-repeat;
	display: none;
}

#button_home {
	position: absolute;
	left: 35px;
	top: 277px;
	width: 120px;
	height: 25px;
	cursor: pointer;
	z-index: 5;
	display: none;
}

#button_about {
	position: absolute;
	left: 35px;
	top: 309px;
	width: 120px;
	height: 25px;
	cursor: pointer;
	z-index: 5;
	display: none;
}

#button_offers {
	position: absolute;
	left: 35px;
	top: 341px;
	width: 120px;
	height: 25px;
	cursor: pointer;
	z-index: 5;
	display: none;
}

#button_location {
	position: absolute;
	left: 35px;
	top: 373px;
	width: 120px;
	height: 25px;
	cursor: pointer;
	z-index: 5;
	display: none;
}

#button_contact {
	position: absolute;
	left: 35px;
	top: 405px;
	width: 120px;
	height: 25px;
	z-index: 5;
	display: none;
}

#button_news {
	position: absolute;
	left: 35px;
	top: 437px;
	width: 120px;
	height: 25px;
	cursor: pointer;
	z-index: 5;
	display: none;
}

#logo_img {
	position: absolute;
	left: 20px;
	top: 390px;
	width: 157px;
	height: 109px;
	display: none;
	z-index: 5;
}

#sub_about {
	position: absolute;
	left: 155px;
	top: 309px;
	text-align: left;
	line-height: 20px;
	padding: 10px;
	font-weight: bold;
	background-color: #e2d2b3;
	border: #000000;
	border-style: solid;
	border-width: 1px;
	z-index: 10;
	opacity: .75;
    filter: alpha(opacity=75);
    -moz-opacity: .75;
	display: none;
}

#sub_offers {
	position: absolute;
	left: 155px;
	top: 341px;
	text-align: left;
	line-height: 20px;
	padding: 10px;
	font-weight: bold;
	background-color: #e2d2b3;
	border: #000000;
	border-style: solid;
	border-width: 1px;
	z-index: 10;
	opacity: .75;
    filter: alpha(opacity=75);
    -moz-opacity: .75;
	display: none;
}

#sub_contact {
	position: absolute;
	left: 155px;
	top: 405px;
	text-align: left;
	line-height: 20px;
	padding: 10px;
	font-weight: bold;
	background-color: #e2d2b3;
	border: #000000;
	border-style: solid;
	border-width: 1px;
	z-index: 10;
	opacity: .75;
    filter: alpha(opacity=75);
    -moz-opacity: .75;
	display: none;
}

.sub_item { text-decoration: none; }

/* Inhaltseinstellungen */
#content {
	position: absolute;
	left: 200px;
	top: 200px;
	width: 800px;
	height: 450px;
	text-align: left;
	background-image: url(../graphics/background_content.jpg);
	background-position: top;
	background-repeat: no-repeat;
	overflow: auto;
	display: none;
}

/* Einstellungen für Formularfelder */
.forms {
	background-color: #f9efdf;
}
