/* CSS-Reset */
html,body{height:100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,em,strong,pre,code,form,fieldset,input,textarea,p,blockquote{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6,ul,li,em,strong,address,caption,cite,pre,code,dfn,th,var{line-height:1;font-size:100%;font-weight:normal;font-style:normal;}
fieldset,img{border:0;}
caption,th{text-align:left;}
td{vertical-align:top;}
table{font-size:inherit;table-layout:fixed;}
ol,ul{list-style:none;}
ul,ol,dl{position:relative;}
hr{clear:both;}
strong{font-weight:bold;}
/* Rahmen bei Inputfeldern entfernen IE <= 6 */
* html input{margin:-1px 0;}
/* Rahmen bei Inputfeldern entfernen IE > 6 */
*:first-child+html input{margin:-1px 0;}
/* CSS-Reset */

html, body, table, textarea, input {
  line-height: 1.3;
  font-size: 12px;
  font-family: Georgia, Georgia, serif;
  /*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
  font-style: italic;
  color: #000000;

}
body {
  background: #3d5f13;
}
li {
  padding-left: 20px;
  background: url(../images/icon_pfeil.gif) no-repeat 8px 1px;
}
a {
  color: #5b8d1d;
  text-decoration: none;
}
a.white {
  color: #e1d3ae;
}
a.white:hover {
  color: #fff;
}
h1 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: -1px;
}
div#navi {
  height: 40px;
  text-align: center;
  padding: 10px 5px;
}
div#hauptnavi {
  height: 20px;
  text-align: center;
  font-size: 14px;
  color: #e1d3ae;
}
div#hauptnavi a {
  /*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
  /*letter-spacing: -1px;*/
  font-family: "Times New Roman", Times, serif;
  color: #e1d3ae;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
}
div#hauptnavi a:hover {
  color: #5b8d1d;
}
div#hauptnavi a.active {
  color: #5b8d1d;
}
div#subnavi {
  height: 20px;
  text-align: center;
  color: #e1d3ae;
}
div#subnavi a {
  /*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;*/ 
  color: #e1d3ae;
  font-style: normal;
  text-decoration: none;
}
div#subnavi a:hover {
  color: #5b8d1d;
}
div#subnavi a.active {
  color: #5b8d1d;
}
div#content {
  height: 310px;
  padding: 30px 10px 20px;
  overflow: hidden;
}






