/*----------------------------------------------------------------------------------------------------------------------------------*/
  *{
    margin: 0;
    padding: 0;
  }
  body{
    padding-top: 10px;
    background: #493019;
    text-align: center;
    font: 12px Tahoma, verdana, arial;
    line-height: 20px;
    color: #493119;
  }
a {
        font: 12px tahoma, verdana, arial;

        color: #e8230a;
        text-decoration: none;
}

a:hover {
    color: #28231e;
    text-decoration: none;
}
  #container{
    margin: 0 auto;
    width: 740px;
    background: #493019 url(../images/content_bg.jpg) center top repeat-y;
    text-align: left;
  }
  h1{
    color: #666;
    font-size: 18px;
    font-weight: normal;
  }
  h2{
    color: #fff;
    font-size: 30px;
  }
  h3{
    color: #766454;
    font: 14px Calisto MT, Times New Roman;
    font-weight: strong;
  }
  h4{
    color: #493119;
    font: 16px Calisto MT, Times New Roman;
    font-weight: strong;
  }
  fieldset{
    border: 0;
  }

/*----------------------------------------------------------------------------------------------------------------------------------*/
  #header{
    width: 740px;
    height: 260px;
    background: #493019 url(../images/header_bg.jpg) center top no-repeat;
    text-align: center;
  }
  h1#logo{
    padding-top: 15px;
    background: transparent url(../images/page_title_ornament.gif) center bottom no-repeat;
  }
  h1#logo a{
    color: #666;
    text-decoration: none;
  }
  h1#logo a:hover{
    text-decoration: underline;
  }
  #header h2{
    float: left;
    padding: 167px 0 0 40px;
  }
  #barWrapper{
    clear: both;
    padding: 0 10px;
    height: 24px;
    background: #493019;
  }
  #barWrapper form{
    float: left;
    width: 25%;
  }
  #blauerBereich {
   position:absolute;
   top:1000px;
   left:160px;
}
  input.word{
    border: 1px solid #e0ccad;
    padding: 0 2px;
    width: 120px;
    background: #493019;
    color: #fff;
    font-size: 11px;
  }
  input.searchBtn{
    border: 0;
    margin-left: 5px;
    width: 17px;
    height: 17px;
    background: transparent url(../images/search_btn.jpg) no-repeat;
  }
  ul#mainNav{
    float: left;
    border-right: 1px solid #bba489;
    list-style: none;
  }
  ul#mainNav li{
    float: left;
    border-left: 1px solid #bba489;
  }
  ul#mainNav a{
    display: block;

    padding: 5px 10px 5px 10px;
    width: auto;
    color: #fff;
    font: 11px Calisto MT, Times New Roman;
    text-align: center;
    text-decoration: none;
  }
  ul#mainNav a:hover{
    background: #766454;
    color: #efdab9;
  }
#vertmenu {
font-family: Calisto MT, Times New Roman;
font-size: 12px;
width: 160px;
padding: 0px;
margin: 0px 0px 40px 0px;
}


#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {
font-weight: bold;
font-size: 12px;
display: block;
border-bottom: 1px dashed #C39C4E;
padding: 5px 10px 5px 4px;
text-decoration: none;
color: #493019;
width:160px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #ad3f03;
background-color: #eeeeee;
text-decoration: none;
}



/*----------------------------------------------------------------------------------------------------------------------------------*/
  #contentWrapper{
    clear: both;
    padding: 40px;
    background: transparent url(../images/top_content_bg.jpg) no-repeat;
  }
  #addColumn{
    float: left;
    background: #f4f3f3 ;
    width: 220px;
    padding: 5px;
  }
  #addColumn h4{
    padding-left: 0px;
  }
  #addColumn p{
    margin-bottom: 20px;
    color: #493119;
  }
  #content{
    margin-left: 260px;
  }
  #content h3{
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
  }
  #content p{
    margin-bottom: 20px;
  }

/*----------------------------------------------------------------------------------------------------------------------------------*/
  #footer{
    clear: both;
    height: 50px;
    background: transparent url(../images/footer_bg.jpg) no-repeat;
    text-align: center;
    color: #666;
    font-size: 11px;
  }
  #footer a{
    color: #888;
    text-decoration: none;
  }
  #footer a:hover{
    color: #666;
    text-decoration: underline;
  }
  ul#metaLink{
    background: transparent url(../images/page_footer_ornament.gif) center top no-repeat;
    list-style: none;
  }
  ul#metaLink li{
    display: inline;

  }
  li.copyright{
    margin-left: 5px;
  }
/*----------------------------------------------------------------------------------------------------------------------------------*/
  .clearFix{
    clear: both;
  }
