html, body {
  padding: 0;
  margin: 0 auto 0 auto;
}

body {
  font: 14px verdana, arial, helvetica, sans-serif;
  background:url(img/main_bg.jpg) center top no-repeat #273f0d;
}

#menu {
  text-align: left;
  width:950px;
  height:65px;
  margin: 0px auto 0 auto;
  padding: 0px 0 0px 0px;
  background-color:#273f0d;
  background: url(img/menu_box.png) repeat-x;
}

#header {
  width:268px;
  height:133px;
  margin: 0 auto 0 auto;
  background: url(img/header-bg.jpg) no-repeat;
  padding: 17px 0px 0px 682px;
}

#content {
  width:920px;
  min-height:830px;
  margin: 0 auto 2em auto;
  background-color: #f5f5f5;
  padding: 15px;
}

#content h2 {
  margin:10px 0px 5px 0px;
  padding:0px;
  font-size:16px;
  color: #273f0d;
}

#content a {
  color: #273f0d;
}

#content a.button{
  color: #fff;
  text-decoration: none;
  background-color: #273f0d;
  padding: 4px;
  line-height: 1.8em;
  font-size: 13px;
}

#content a:hover.button {
  color: #000;
  background-color: #599A0C;
}

#breadcrumb {
  font-size: 11px;
}

#breadcrumb a {
  color:#000000;
  text-decoration:none;
}

#breadcrumb a:hover {
  text-decoration:underline;
  color: #000000;
}

#ueberschrift {
  border-bottom:1px solid #015704;
  width:910px;
  padding-top:5px;
}

#ueberschrift h1 {
  margin:0px;
  padding:0px;
  font-size:20px;
  color: #273f0d;
}

#ueberschrift #testue {
  width:500px;
  float:left;
}

#ueberschrift #breadcrumb {
  width:400px;
  float:left;
  margin-top:10px;
  text-align:right;
}

hr {
  border-top: 1px solid #273f0d;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
  background-color: #273f0d;
  height: 1px;
  margin: 10px 0px 10px 0px;
} 

#footer {
  background-color: #1F3407;
  position:relative;
  top:-50px;
  height: 200px;
  z-index:1;
}

.clear {
  clear:both;
}

table {
  padding: 0px;
  margin: 0px;
  border-collapse:collapse;
}

td {
  padding: 2px;
  margin: 0px;
  border: 1px solid #999999;
}

th {
  padding: 2px;
  margin: 0px;
  border: 1px solid #999999;
}

.bildkasten {
  padding:5px;
  background-color:#EFEFEF;
  border:1px solid #CFCFCF;
  margin:5px 10px 5px 5px;
  float:right;
}

.bildkasten div {
  font-size:11px;
  font-style:italic;
}














/* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop2.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
=================================================================== */
/* style the outer div to give it width */
.menu {
width:950px;
font-size:0.85em;
padding-bottom:200px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:135px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:135px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
padding-top: 15px;
font-size:14px;
font-weight: bold;
text-align: center;
text-decoration:none;
color:#fff;
width:134px;
height:50px;
background:#5c9f0c;
background: url(img/menu.png) repeat-x;
line-height:16px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:135px;
w\idth:139px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#949e7c;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#c9ba65;
}
.menu ul ul :hover > a.drop {
background:#c9ba65;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:65px;
left:0;
width:190px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
border:1px solid #cDcCcC;
height:auto;
line-height:1.5em;
padding:3px 10px;
width:190px;
font-weight: normal;
text-align: left;
margin-top: 0px;
color:#273f0d;
background:#adadad;
background: url(img/menu_hover.png) repeat-x;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#273f0d;
background:#adadad;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#273f0d;
background:#adadad;
background: url(img/menu_hover.png) repeat-x;
}
.menu ul ul a:hover{
border:1px solid #6D6C6C;
color: #fff;
background:#5c9f0c;
background: url(img/menu.png) repeat-x;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}

.menu a.aktiv1 {
color:#273f0d;
background:#adadad;
background: url(img/menu_hover.png) repeat-x;
}

.menu ul ul a.aktiv2 {
border:1px solid #6D6C6C;
color: #fff;
background:#5c9f0c;
background: url(img/menu.png) repeat-x;
}

