body {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 100.01%;
	color: #525252;
	background: url(../images/bg.jpg) repeat-x #FFF;
	margin: 0;
	padding:0;
}
#wrapper {
	margin: 0 auto;
	width: 800px;
}
#top {
	z-index:1;/* kann auch raus glaube ich */
	width:inherit;
	height:249px;
}
#menuWrapper {
	z-index:3;/* kann auch raus glaube ich */
	width:inherit;
}
/* ************************** dropdownmenu ************************************************** */
    #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: 38px;
		text-decoration:none;
		color: #FFF;
		text-align:center;
		padding-top:10px;
    }
    #nav li { /* all list items */
	    float: left;
		color:#FFFFFF;
		font-size:16px;
		font-weight:bold;
    }
    #nav li ul { /* second-level lists */
	    position: absolute;
	    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
		
		background:#BABAB9;	/* 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 { /* von Chrille für zusätzliche Subnavi Formatierung */
		float:none;
		border-top:1px solid #FFF;
		height: 25px;
	}
	#nav ul li a{ /* von Chrille für zusätzliche Subnavi Formatierung */
		text-align:left;
		font-size:12px;
		height: 22px;
		padding: 3px 0 0 10px;
	}
	#nav ul li a:hover {/* von Chrille für Subnavi Formatierung */
		background:#D9D9D9;
		color:#A72126;
	}
	#nav a:hover {/* von Chrille für Navi Formatierung */
		background:url(../images/spacer.gif) repeat;
		color:#A72126;
	}
	
#contentWrapper {
	width:inherit;
	background:#FFFFFF;
}
#content {
	width:530px;
	padding:30px 20px 10px 38px;
	float:left;
	background:url(../images/content_bg.jpg) no-repeat #FFFFFF;
}
#right {
	width:172px;
	padding: 30px 20px 10px 20px;
	float:left;
	background:url(../images/right_bg.jpg) no-repeat #FFFFFF;
}
#bottom {
	clear:both;
	width:inherit;
	height:57px;
}

#content ul {    /* Die Seiten Arbeitsrecht, ... sind als ul realisert. Dort soll der Abstand zur Headline nicht zu groß werden */
    margin:         0px 0px 0px 30px;
    padding:        0px;
}

#content ul li {    
    margin:         0px 0px 6px 0px; 
    padding:        0px;
}

/*** Jura Update ***/
.navigation .alignleft { margin-bottom:15px; }
.navigation .alignright { text-align:right; }