body {
	font: normal 12px Arial, Helvetica, sans-serif;
	background: #bbb url('../images/body_bg.gif') center repeat;
	color: #000000;
	margin:	0;
	padding:0px;
	line-height:160%;
}

#blatt {
	width:980px; 
	margin:0px auto;
	padding:0;
}

#banner {
	border:none;
	height:160px;
	background: #fff url('../images/banner.jpg') left top no-repeat;	
	text-align:right; 
	margin-top:2px;
}

#contentfloatholder {/* also makes the right "sliding" tab */
	float: left;
	width: 100%;
	position: relative;
	padding:0;
	margin:0;
}

#contentfloatholder:after {
 /* this is for NN6 to clear floats */
    content: "."; 
    display: block; 
    height: 0px;
    clear: both; 
    visibility: hidden;
}

#center {
  float:left;
  width: 100%; 
  margin-right: -95%; 
	/* this needs to be less than 100% for Moz/Mac which thinks 
         it's empty otherwise. The difference is made up by putting a 
         negative left margin on the left float:
	   Note IE/Mac doesn't like this method ~ it wants the 100% so it can 
	   be fed in using IE only CSS below becasue IE/Win also works with the 100% method.  
	*/
}

/*************       For IE Mac           **************/
/* IE/Win is also using these rules, but it doesn't mind */
* html div#center {margin-right: -100%;}
* html div#left {margin-left: 0;}

#right {
	font:bold 12px Arial,sans-serif;
	float:right;
	margin:0;
	line-height:160%;
}

#left {
	font: 12px Arial,sans-serif;
	float:left;
	margin-right:1px;
	margin-left: -5%;  /* the difference to make the left colum appear flush left */
	line-height:160%;
}

.menutitle {
	font-weight:bold;
	color: #000000;
	background-color:#FF9400;
	margin-top:2px;
	margin-bottom:1px;
	padding: 0 5px;
	line-height:160%;
}

.menucontainer {
	border:none;
	background-color:#FFFFFF;
	width:160px;
	margin-bottom:15px;
}

.menucontainer a {
	display:block;
	padding-left:5px;
	border-top:none;
	background-color:#FFFFFF;
	color:#000000;
	text-decoration:none;
	margin-bottom: 1px;
}

.menucontainer a:link, .menucontainer a:active, .menucontainer a:visited { 
	color:#000000;
	background-color:#FFBE6B;
}

.menucontainer a:hover { 
	color:#000000;
	background-color:#E3F5F0;
}

#content {
	margin:0px 0px 0px 160px;
	padding:0 0 0 0;
}

#inhalt {
	border:none;
	background-color:#fff;
	margin:0 3px;
	line-height:1.5em;
}
#content ul {
	list-style-image: url('haken_ok.gif');
}
#content li {
	padding:3px 0;
}


#footer { 
	clear: both; 
	
	margin-right:3px;
	padding:0; 
	text-align:center;
	border-top:1px solid #CCCFD5;
	font-size:11px;
	background-color:#FFFFFF;
	line-height:160%;
}

#footer a, #content a {
	text-decoration: underline;
	color: #2A55FF;
}

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

p { margin:0; padding:6px; }

h1, h2, h3{ 
	margin:0; 
	padding:0; 
	display:inline; 
	font:bold 12px Arial,sans-serif;
	line-height:160%;
}


#inhalt img {
border:1px solid #CCCCCC;
padding:2px;
background:#FFFFFF;
}
