@charset "UTF-8";
body {
	font-size: 12px;
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	background: #1b180f;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1.4em;
}

ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}

li {
	list-style-type:none;
	margin: 0;
	padding: 0;
}

p {
	padding: 0;
	margin: 0;
}

h1 {
	font-size:16px;
	text-transform:uppercase;
	font-weight:normal;
}

a {
	color: #c4cb7e;
	text-decoration:none;
}

a:hover {
	font-weight:bold;
}

.content_text {
	padding: 20px 20px 20px 20px;
	margin-left: 140px;
	color: #1b180f;
	width: 400px;
	background:#FFF;
}

.content_text a {
	font-weight:bold;
	color:#000;
	line-height: 1.6em;
	font-size: 1.1em;
}

.content_text a:hover {
	color:#666;
}

.unten_text {
	font-style:italic;
}


#distance { 
	width:1px;
	height:50%;
	margin-bottom:-350px;
	float:left;
}
#container {
	clear:left;
	position:relative;
	width: 1000px;
	height: 700px;
	background-image:url(img/background.png);
	margin: 0 auto;
	border: 1px solid #1b180f;
	text-align: left; 
	position:relative;
}

#mainContent {

}

#menu_oben {
	width: 200px;
	height: 30px;
	margin-left: 788px;
	margin-top: 224px;
	height: 20px;
	overflow:hidden;
	text-transform:uppercase;
	font-size: 10px;
}

#menu_oben ul li {
	display:block;
	float:left;
	width: 65px;
}

#menu_oben ul li a {
	display:block;
	text-decoration:none;
	text-align:center;
	color:#ffffff;
}

#menu_oben ul li a:hover {
	font-weight:bold;
}

#menu_oben ul .aktiv a{
	font-weight:bold;
}

#img_container {
	width: 953px;
	height: 239px;
	margin-left: 23px;
	margin-top: 0px;
}

#anfrageformular {
	width: 953px;
	height: 239px;
	margin-left: 23px;
	margin-top: 0px;
	color:#fff;
	background:#1b180f;
}

#anfrageformular p {
	padding: 10px 0 10px 20px;
}

#menu_unten {
	width: 755px;
	height: 20px;
	margin-left: 222px;
	margin-top: 3px;
	overflow:hidden;
	text-transform:uppercase;
}

#menu_unten ul li {
	display:block;
	float:left;
	width: 109px;
	background-color:#ffffff;
	border-right: solid 1px #1b180f;
	font-size: 11px;
}

#menu_unten ul li a {
	display:block;
	text-decoration:none;
	text-align:center;
	color:#1b180f;
	padding-bottom: 2px;
	padding-top: 2px;
}

#menu_unten ul li a:hover {
	font-weight:bold;
}

#menu_unten ul .aktiv a{
	font-weight:bold;
}

#menu_unten_2 ul li {
	display:block;
	float:right;
	width: 67px;
	background-color:#1b180f;
	font-size: 10px;
}

#menu_unten_2 ul li a {
	display:block;
	text-decoration:none;
	text-align:center;
	color:#ffffff;
	padding-bottom: 2px;
	padding-top: 4px;
}

#menu_unten_2 ul li a:hover {
	font-weight:bold;
}

#menu_unten_2 ul .aktiv a{
	font-weight:bold;
}

#textfeld {
	margin-left: 332px;
	margin-top: 30px;
	width: 565px;
	height: 100px;
}

#footer {
	padding: 0 10px;
	background:#DDDDDD;
}

/* SLIDESHOW */
#slideshow {
 height:100px; /* hier Hoehe der Slideshow-Bilder angeben */
 position:relative;
}
#slideshow img {
 display:none;
 position:absolute;
 top:0; left:0;
}
#slideshow img.start {
 display:block;
}

