body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #807F84;
	background: #FFF;
	margin: 10px 0;
	padding:10px 0;
}
#wrapper {
	margin: 0 auto;
	width: 850px;
}
#top {
	width:inherit;
	height:133px;
}
#menu {
	width:515px;
	height:29px;
	padding-left:335px;
	background:url(../images/menu_bg.gif) no-repeat;
}
	#nav, #nav ul { /* all lists */
	    padding: 0;
	    margin: 0;
	    list-style: none;
		text-align:left; /* damit das drop down im ie linksb�ndig ist */
    }
	#nav {
		position: absolute;
	}
    #nav a {
	    display: block; 
		height: 24px;
		color:#FFFFFF;
		text-decoration:none;
		padding-top:5px;
    }
    #nav li { /* all list items */
	    float: left;
		color:#FFFFCC;
		font-size:12px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
    }
	#nav a:hover {
		background:url(../images/spacer.gif) repeat;
		color:#F0C9D4;
	}
	#nav li ul { /* second-level lists */
	    position: absolute;
	    /*  width: 130px;*/
	    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
		background:#951234;	/* von Chrille für zusätzliche Subnavi Formatierung */
		border:1px solid #FFF;
		border-top:none;
		filter:alpha(opacity=75); 
		-moz-opacity:0.75; 
		opacity:0.75;
    }
    #nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	    left: auto; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    }
	#nav ul li a{ /* von Chrille für zusätzliche Subnavi Formatierung */
		font-size:11px;
		height: 20px;
		padding: 4px 0 0 10px;
	}
	#nav ul li a:hover {/* von Chrille für Subnavi Formatierung */
		background:#F0C9D4;
		color:#FFF;
	}

#contentWrapper {
	width:inherit;
	height:350px;
	background:url(../images/content_bg.gif) repeat-y;
}
	#contentLeft {
		width:280px;
		height:320px;
		padding:30px 0 0 55px;
		float:left;
	}
	#contentRight {
		width:460px;
		height:320px;
		padding:30px 55px 0 0;
		float:left;
	}
#bottom {
	width:inherit;
	height:53px;
}

