@charset "utf-8";
/* CSS Document */

body {
	background-color:#C1AD79;
	background-image:url(../images/body_red_bg.jpg);
	background-repeat:repeat-y;
	background-position:center top;
}

#wrapper {

}

#header {

}

#logo {
	background-image:url(../images/logo_klausen_red.gif);
}

#topnav {
	background-image:url(../images/topnav_bg_red.jpg);
}

#banner {
	background-color:#CCCCCC;
}

#contentwrapper {
	background-color:white;
}

#contentleft {

}

#contentnormal {
	background-image:url(../images/contentnormal_bg.jpg);
	background-repeat:repeat-x;
}

#contentright {

}

#footer {
	/*border:white 1px solid;*/
	background-image:url(../images/footer_bg_red.jpg);
	color:white;
}

#footer a {
	text-decoration:underline;
	color:white;
}

#footer a:hover {
	text-decoration:none;
}




/* TOPNAVIGATION */

#topnav {
	width: 988px;
}

#topnav ul {
	width:988px;
	height:34px;
	float: left;
	list-style: none;
	line-height: 1em;
	/*background: white;*/
	color: #000;
	font-weight: bold;
	padding: 0;
	/*border:1px solid white;*/
	margin: 0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:12px;
}
 
#topnav a {
	display: block;
	/*width: 10em;*/
	color: white;
 
	text-decoration: none;
	padding: 4px 0 10px 0;
}
 
#topnav a.menuparent  {
	background: url(arrow.gif) no-repeat 90% 40%;
}
 
#topnav li {
	float: left;
	padding: 7px 9px 0px 9px;
	/*width: 10em;*/
}

/* Ebene 2 */ 
#topnav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
		
}
 
#topnav li li {
 
	width: 16em;
	background: #832929;
	margin-bottom:1px;
	font-size:10px;
}
 
#topnav li ul a {
	width: 14em;
	padding-left: 1em;
}

#topnav li ul a:hover {
	color:#CCCCCC;
}

/* Ebene 3 */ 
#topnav li ul ul {
	margin: -1.75em 0 0 14em;
}
 
#topnav li:hover ul ul, #topnav li:hover ul ul ul, #topnav li.sfhover ul ul, #topnav li.sfhover ul ul ul {
	left: -999em;
}
 
#topnav li:hover ul, #topnav li li:hover ul, #topnav li li li:hover ul, #topnav li.sfhover ul, #topnav li li.sfhover ul, #topnav li li li.sfhover ul {
	left: auto;
}
 
#topnav li:hover, #topnav li.sfhover {
	background: #832929; /*dunkelrot*/
	color: white;
}





/* TEXTE und ÜBERSCHRIFTEN */

.bodytext {
	color:#555555;
}

h1 {
	color:#990000;
}
