html{
margin:0;
padding:0;
}

body{
height: auto;
margin:0;
padding:0;
background: #fff;
text-align:center;
}

#content{
height:auto;
min-height:500px;
width: 804px; /* 704 minus 16 padding */
margin:auto;
padding:0;
text-align:left;
}

body>#content{height:auto;}


#header {
width: 804px;
height: 351px;
padding-bottom: 22px;
}

#logo {
height: 78px;
padding-bottom: 11px;
}

#cntwrapper {
width: 804px;
height: auto;
min-height: 330px;
}


#menue {
width: 143px; /* 165px - 22px padding */
float: left;
text-align:left;
padding: 33px 0 66px 22px;
border-right: 1px solid #762824;
}

#textarea {
float:left;
width: 500px; /* 429px - 22px padding */
text-align:left;
padding: 30px 22px 22px 22px;
}
#textarea_half {
float:left;
width: 385px; /* 429px - 22px padding */
text-align:left;
padding: 30px 22px 22px 22px;
}
#textarea_long {
float:left;
width: 580px; /* 429px - 22px padding */
text-align:left;
padding: 30px 22px 22px 22px;
}
#sidebar {
float:left;
width: 204px; /* 498px - 140px padding */
text-align:left;
padding: 30px 0 22px 0;
}

/* font-styles */
p, body, #textarea, a, #textarea_half, #sidebar, #textarea_long {
color:#5c5958;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#textarea, #textarea_half, #sidebar, #textarea_long {
line-height: 1.5;
}
h1 {
color: #762824;
font-size:14px;
font-weight:bold;
line-height: 1;
text-transform: uppercase;
}
h2 {
color: #762824;
font-size:11px;
font-weight:bold;
line-height: 1;
}
#sidebar h1{
color: #5a6d28;
font-size:14px;
font-weight:bold;
line-height: 1;
text-transform: uppercase;
padding-bottom: 11px;
border-bottom: 1px solid #5a6d28;
}
#sidebar h2 {
color: #5c5958;
font-size:11px;
font-weight:bold;
line-height: 0.5;
margin: 20px 0 0 0;
}

#menue {
color: #5a6d28;
font-size:14px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#menue p.adresse {
color: #5a6d28;
font-size:9px;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin: 55px 0 0 0;
line-height: 1.5;
}

p label {
width: 150px;
float: left;
}
p label.longer {
width: 250px;
}


.linkstext {
float:left;
width: 200px; /* 429px - 22px padding */
text-align:left;
padding: 30px 11px 22px 0;
}
.rechtstext {
float:left;
width: 352px; /* 429px - 22px padding */
text-align:left;
margin-top: 30px;
padding: 0 0 22px 11px;
border-left: 1px solid #762824;
}

/* format styles */
.leftpic {
float: left;
margin: 0 10px 10px 0;
padding: 0;
border: 1px solid #5a6d28;
}
.unfloater {
height: 0;
font-size: 0px;
clear: both;
margin: 0;
}
.badge {
float: left;
margin: 0 22px 22px 0;
padding: 0;
}
.badge-last {
float: left;
margin: 0 0 22px 0;
padding: 0;
}

.linie {
        border-bottom: 1px solid #5a6d28;
        font-size: 0;
        line-height: 1;
}

.pdf {
        background-image: url(../img/pdf.gif);
        background-repeat:no-repeat;
        background-position:left;
        padding-left: 20px;
}



/* ------ navigation level 1 ---------*/
#menue ul{
  margin: 0;
  padding: 0em;
  list-style-type: none;
  color: #5a6d28;
}

#menue ul li {
 /* background-color: #b1b2b4;  */
	color: #5a6d28;
}

#menue ul li#li_nav1_open{  /* special layout for open links */
/*  background-color: #b1b2b4;  */
	height: auto !important;
	height: 1.9em;
}

#menue ul li a{
  display: block;
  background-repeat: no-repeat;
  font-size: 14px;
  height: 2em;
  line-height: 1.9em;
  color: #5a6d28;
  text-decoration: none;
}

#menue ul li a:hover, #menue ul li a:focus{
  font-weight: normal;
  color: #762824;
}

#menue ul a#a_nav1_open, #menue ul a:hover#a_nav1_open{
  font-weight: bold;
  color: #762824;
}
#menue ul a#a_nav2_open, #menue ul a:hover#a_nav2_open{
  font-weight: bold;
  color: #762824;
}

/* ------ Design for submenu --------*/
#menue li li{
  display: block;
  padding-left: 15px;
  line-height: 1.1em;
  color: #5a6d28;
  border-bottom: 0px solid #e0f0f5;
}

#menue ul ul a{
  position: relative;
  display: inline;
  background-repeat: no-repeat;
  padding: 0em;
  padding-left: 0px;
  padding-top: 0.28em;
  padding-bottom: 0px;
  color: #5a6d28;
  font-size: 11px;
  text-decoration: none;
}

#menue ul ul a:hover, #menue ul ul a:focus {
  color: #762824;
  font-weight: normal;
}
#menue ul ul a#a_nav2_open{
  color: #762824;
  font-weight: bold;
}