body {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;	
	font-size: 12px;
	margin: 0px;
	padding: 0px;  
	text-align: center;
}

#main {
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	
	position: static;
	clear: none;
	float: none; 	
}

#header {
  background-color: #ffffff;
  height: 110px;
}

#mainNavigation {  
/*  position: absolute;
  top: 110px; 
  left: 0; 
  width: 200px; 
  background-color: #df0000; */
  
  
/*  text-align: justify; */

/*	clear: right; */
	float: left;

	
/*	margin-left: 60px;
	margin-bottom: 20px;
	margin-right: 20px; */

/*  width: 200px; */

  background-color: #df0000;
}

#menu_1 {
  margin-left: 20px;  
  line-height: 1.5em;
  text-align: left;
}

#menu_1 DIV A {	
        color: white;
	text-decoration: none;
}

#menu_1 DIV A:hover {
	text-decoration: underline;
}

/*  MENU 1, level 1, normal state (NO) */
#menu_1 DIV.menu1-level1-no {
  /* sieht im IE ... aus border-bottom: 1px dotted #ffffff;  */
  border-bottom: 1px solid #ffffff;

  padding-top:5px;
  padding-left:5px; 
}
/*  MENU 1, level 1, active state (ACT) */
#menu_1 DIV.menu1-level1-act {
  border-bottom: 1px solid #ffffff;
  font-weight:bold;
  padding-top:5px;
  padding-left:5px;
}

/*  MENU 1, level 2, normal state (NO) */
#menu_1 DIV.menu1-level2-no {
  padding-left:20px;
}
/*  MENU 1, level 2, active state (ACT) */
#menu_1 DIV.menu1-level2-act {
  font-weight:bold;
  padding-left:20px;
}

#bottomMainNavigation {
  background-color: #ffffff;
  
  text-align: center;
  height: 150px;
  width: 200px;
  padding-top: 150px;
  
  background-image: url(../images/verlauf.png);
  background-repeat : repeat-x;  
}

#bottomMainNavigation img {
  border: 0;
}

#rootline {
  text-align: right;

  background-color: transparent;
}

#rootline A {
   color: #df0000;
   text-decoration: none;
}

#rootline A:HOVER {
   text-decoration: underline;
}

#contentSection {
/*	background-color: #ddd; */
	
	margin-left: 200px;	
	
	text-align: justify;
	
/*	min-height: 500px; */
}

#contentLeft {
/*  float: left; */
/*  margin-left: 200px; */
/*  padding-left: 10px; */
  
/*  text-align: left;  */
  float: left; 
  
  padding-right: 10px; 
  
/*  background-color: #00f;  */
}

#contentRight {
  float: right;
  
  padding-left: 10px; 
  
/*  background-color: #0f0; */
}

#contentBorder {
  float: right;
  
/*  height: 500px; */
  
/*  background-color: #aaa; */
}

#content {
/*  margin-left: 200px; 
  width: 819px; */
  padding-left: 5px; 
/*  padding-bottom: 10px; */
  
  background-image: url(../images/fw-bw-wappen-background.png);
  background-repeat : no-repeat;
  
  background-position: center; 
  display: table;
  
/*  min-height: 500px; */
}

#footer {
  width: 819px;
  margin-left: 200px;
  padding: 5px;
  border-top: dotted 1px #000000;
  text-align: center;
  
  clear: both;
}

