<!--

#wrapper { /* also holds the left "sliding" tab */
/* background: #fff url(../images/bg.gif) repeat-y 0 0; */
text-align: left;
width: 1023px; /* this can fixed or fluid */
margin: 0; /* NN will put content out of scrollable reach if auto is used unless there's a min-width on body too*/
font-size: 100%;
position: relative;
/*
z-index: 500;
border: 1px solid #4a1c21;*/
}

#header, #subnav, #footer {
clear: both; 
width: 100%;
}

#header {
color: #fff; 
text-align: left;
margin: 0px;
}

#subnav {
background: #FE7C04; 
color: #000;
height: 20px;
margin-top: 0px;
}

#footer {
text-align: center;
color: #000;
/* background: #4a1c21 url(images/blfoot.gif) no-repeat 0 0px; */
}

#footer div {
padding: 0;
/* background: url(images/brfoot.gif) no-repeat 100% 0px; */
}

#contentfloatholder {/* also makes the right "sliding" tab */
background: #FFBB2B url(../images/bg.gif) repeat-y 0;
float: left;
width: 100%;
position: relative;
margin-top: 30px;
}


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

#centerpad {
margin: 0 185px;
}

#center {
  color: #000;
  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.  
	*/
}

#left {
  position: relaitve;
  float:left;
  width: 170px;
  padding: 10px;
  margin-left: -5%; /* the difference to make the left colum appear flush left */
}

#right {
  float:right;
  background: #FFBB2B;
  width: 120px;
}


/*************       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;}

/*
#left h3, #left p,
#right h3, #right p
{
padding: 0 20px; 
}
*/
	
#ebene1 {position: absolute; visibility: hidden; left: -500px; top: -500px}

-->
