body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
	line-height: 1.7em;
  margin: 0px;
  padding: 0px;
  background: #b3b1b7 url(../img/bodyverlauf.jpg) repeat-x;
}

a
{
  color: #464052;
  text-decoration: underline;
}

a:hover
{
  text-decoration: none;
}

a img
{
  border: none;
}

h1, h2, h3, h4
{
  color: #464052;
  font-family: "Times New Roman", Times, serif;
}

h1
{
  text-transform: uppercase;
  font-size: 130%;
  min-height: 42px;
  padding: 0 0 2px 28px;
  background: transparent url(../img/h1_blume.gif) no-repeat bottom left;
}

#outline
{
  margin: 0 auto;
  width: 914px;
}

#header
{
  width: 914px;
  height: 231px;
  background: transparent url(../img/header.jpg) no-repeat;
}

#navi_horizontal
{
  float: left;
  margin: 200px 0 0 60px;
  width: 844px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.chromestyle a,
#footer a
{
  text-decoration: none;
  color: #FFFFFF;
}

.chromestyle a:hover,
#footer a:hover
{
  border-top: 2px solid #EF7800;
  border-bottom: 2px solid #EF7800;
}

.navi ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navi ul li
{
  display: inline;
  margin-right: 20px;
}

#middle
{
  background: transparent url(../img/center_hintergrund.jpg) repeat-y;
  padding-top: 5px;
  overflow: hidden;
}

#column_left
{
  float: left;
  width: 169px;
  margin: 0 10px 0 55px;
}

#column_center
{
  margin-right: 20px;
  overflow: hidden;
}

#footer
{
  width: 914px;
  height: 34px;
  color: #FFFFFF;
  overflow: hidden;
  background: transparent url(../img/footer.jpg) no-repeat;
  text-align: center;
  padding: 44px 30px 0 30px
}

#footer p
{
  margin: 0;
}
/* CSS Anpassungen für das Dynamic Menü Chrome */


.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
/*
.chromestyle ul{
width: 100%;
padding: 4px 0;
padding-left: 20px;
margin: 0;
text-align: center;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 8px 12px;
margin: 0 0 0 5px;
text-decoration: none;
}

.chromestyle ul li a:hover{

}
*/
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-color:#ffffff;
border-style:solid;
border-width:1px 1px 0;
z-index:102;
background-color: #D6B568;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
padding: 2px 15px;
text-decoration: none;
color: #FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
  width: 100%;
}

.dropmenudiv a:hover{ /*Farbe im Menü bei Mouse Over*/
background-color: #464052;
}