html, body { 	
	background: #95A712;
	margin: 0px;
	height: 100%
	line-height: 1.2;
}

#wrapper {
background-color: #FFFFFF;
width: 1000px;
margin: auto; /* Div soll zentriert werden */
min-height: 100%; /* Mindesthöhe für moderne Browser */
height:auto !important; /* Important Regel für moderne Browser */
height:100%; /* Mindesthöhe für den IE */
overflow: hidden !important; /* FF Scroll-leiste */
}

#innerwrapper {
	vertical-align: top;
	font-family:Tahoma;
	font-size:11px;
	line-height:13px;
	padding: 15px 10px 15px 10px;
	
}

#bottombox {
	
	background: #DAE39B;
	width: 1000px;
	margin: auto; /* Div soll zentriert werden */
}

#innerbottombox {
	
	padding: 15px 10px 15px 10px;
	font-family:Tahoma;
	font-size:11px;

	
}

ul#TopNav li {
  width:150px;
  list-style: none;
  margin: 0px 0px 10px -40px; 
  padding: 10px 0px 4px 10px;
  border-top: 3px solid #95A712;
  border-left: 3px solid #95A712;
  font-family:Tahoma;
  font-size:16px;

  }

ul#TopNav a {
    text-decoration: none;
    color: #000;
    line-height: 1.2;
}

ul#TopNav a:hover {
	text-decoration:underline;
}

ul#DownNav li {
  display: inline;
  list-style: none; 
  padding: 0px 20px 0px 0px;
  font-family:Tahoma;
  font-size:11px;
  }
  
ul#DownNav a {
    text-decoration: none;
    color: #95A712;
}

ul#DownNav a:hover {
	text-decoration:underline;
}

#logoParade
{
	width: 700px;
	height: 89px;
	position: relative;
}

#logoParade div.scrollableArea a
{
	display: block;
	float: left;
	padding-left: 10px;
}


