@charset "utf-8";

body,html {
	margin: 0px;
	padding:0px;
	background-repeat: repeat;
	background-color: #ddd1bb;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7b7c7e;
}
a img {
	border: none;}

a, a:hover {
	color:#912536;}
h1 {
	font-size:16px;
	color:#912536;
	margin-top: 0px;}
h2{
	font-size:14px;
	color:#912536;
	}
h3{
	font-size:14px;
	color:#7b7c7e;
	margin-top: 0px;}

#main {
	height: 100%;
	width: 800px;
	position: static;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 250px;
	width: 800px;
	position: static;
	overflow: visible;
	background-image: url(../pics/header_bg.jpg);
	background-repeat: no-repeat;
	float: left;
}
#topmenu {
	height: 45px;
	width: 800px;
	position: static;
}
#fotobanner {
	height: 54px;
	width: 800px;
	position: static;
	float: left;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
#content {
	height: 100%;
	width: 790px;
	position: static;
	background-color: #FFF;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
#footer {
	height: 30px;
	width: 800px;
	position: static;
	float: left;
}
#logo {
	height: 62px;
	width: 229px;
	position: relative;
	background-image: url(../pics/logo.png);
	background-repeat: no-repeat;
	margin-left: -15px;
	top: -304px;
}
#topnavi {
	height: 20px;
	width: 600px;
	position: static;
	clip: rect(auto,auto,auto,auto);
	float: right;
	margin-top: 25px;
	clear: left;
}
#footernavi_links {
	background-image: url(../pics/aufmoebler.png);
	background-repeat: no-repeat;
	height: 29px;
	width: 500px;
	margin-left: 10px;
	overflow: hidden;
	position: static;
	float: left;
}
#footernavi_zentriert {
	height: 21px;
	width: 192px;
	position: static;
	float: left;
	font-size: 13px;
	padding: 8px 10px 0px 11px;
	text-decoration: none;
	font-style: normal;
	text-align:right;
}

#footernavi_zentriert.hover {
	height: 21px;
	width: 192px;
	position: static;
	float: left;
	font-size: 13px;
	padding: 8px 10px 0px 11px;
	text-decoration: none;
	font-style: normal;
}

#footernavi_rechts {
	height: 29px;
	width: 76px;
	position: static;
	float: left;
	background-image: url(../pics/conceptvision.png);
	background-repeat: no-repeat;
}
#continhalt {
	height: 100%;
	width: 790px;
	padding-top:20px;
}
#contmenu {
	float: left;
	height: 100%;
	width: 143px;
	position: static;
	overflow: hidden;
	padding: 0px 0px 0px 7px;
}

/* NAVIGATION EBENE 1 */
#contmenu h1{
	font-size: 16px;
	font-weight:normal;
	text-transform: uppercase;
	color:#7b7c7e;
}
#contmenu ul {
	margin: 0px;
	padding: 0px;
}
#contmenu ul li {
	list-style:none;
}
#contmenu ul li a {
	color:#7b7c7e;
	text-decoration:none;
	text-transform: uppercase;
	font-size:12px;
}
#contmenu ul li a:hover {
	color:#912536;
}
#contmenu ul li a.active {
	color:#912536;
}
/* NAVIGATION EBENE 2 */
#contmenu ul li ul {
	margin: 0px;
	padding: 0px 0px 10px 10px;
}
#contmenu ul li ul li a {
	text-transform: none;
	font-size:12px;
}
#content_inhalt_text {
	float: left;
	min-height: 200px;
	_height: 200px;
	width: 590px;
	overflow: visible;
	position: static;
	padding: 0px 20px 10px 30px;
}
