html{
margin:0;
padding:0;
}

body{
height: auto;
margin:0;
padding:0;
margin-bottom: 22px;
margin-top: 0;
background-color: #554d38;
text-align:center;
}

/* --------------------------- */
/* --- content-containers ---- */
/* --------------------------- */

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

body>#content{height:auto;}

#logo {
height: 53px;
text-align: center;
padding-bottom: 66px;
}

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

#menue, #textarea, #sidebar, .col1, .col2 {
float: left;
text-align:left;
}

#menue {
width: 121px; /* 132px - 11px padding */
padding: 0 0 0 11px;
}

#textarea {
width: 551px; /* 617px - 66px padding */
padding: 0 33px 44px 33px;
}

#maincontent {
padding: 0 0 0 22px;
}

#sidebar {
width: 132px; /* 154px - 22px padding */
padding: 11px;
border-bottom: 1px dotted #fff;
border-top: 1px dotted #fff;
}

#copyright {
width: 529px; /* 154px - 22px padding */
margin-left: 165px;
border-bottom: 1px dotted #fff;
border-top: 1px dotted #fff;
padding: 0 0 0 33px;
}

.col1, .col2 {
border-bottom: 1px dotted #fff;
border-top: 1px dotted #fff;
margin-bottom: 33px;
}

.col1 {
width: 176px;
}
.col2 {
width: 353px;
}

/* ------------------- */
/* --- font-styles --- */
/* ------------------- */

p, body, #textarea, a, input, select, #sidebar, #copyright {
color:#fff;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#textarea, #menue, #sidebar {
line-height: 1.6;
}

#menue {
font-size:14px;
}

#copyright p, #copyright p a {
font-size:10px;
line-height: 1;
color: #796F5C;
}

.col1, .col2 {
line-height: 1;
}
.col1 a {
font-weight: bold;
text-decoration: none;
}

h1 {
font-size:16px;
font-weight:normal;
line-height: 2;
border-bottom: 1px dotted #fff;
margin-bottom: 33px;
}

h2 {
font-size:14px;
font-weight:normal;
}

h3 {
font-size:12px;
font-weight:bold;
line-height: 2;
border-bottom: 1px dotted #fff;
border-top: 1px dotted #fff;
margin-bottom: 22px;
}

/* --------------------- */
/* --- format-styles --- */
/* --------------------- */

h1.abstand {
margin-top: 44px;
}

.leftpic {
float: left;
margin: 0 10px 10px 0;
padding: 0;
border: 1px solid #FFF;
}
.leftpiclast {
float: left;
margin: 0 0 10px 0;
padding: 0;
border: 1px solid #FFF;
}
.headimg {
margin: 0 0 44px 0;
}
.unfloater {
height: 0;
font-size: 0px;
clear: both;
margin: 0;
}
.unfloaterpadding {
height: 0;
font-size: 0px;
clear: both;
margin-bottom: 22px;
}
.unfloatborder {
height: 0;
font-size: 0px;
clear: both;
margin-bottom: 22px;
border-bottom: 1px dotted #fff;
}
.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 dotted #fff;
        font-size: 0;
        line-height: 1;
}

.linie-mb {
        border-bottom: 1px dotted #fff;
        font-size: 0;
        line-height: 1;
        margin-bottom: 33px;
}

.longer {
padding-left: 158px;
}

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

form {
background-color: #796f5c;
border: 1px solid #867e6c;
padding: 11px 5px 11px 5px;
margin: 22px 0 22px 0;
}

fieldset {
border: none;
}

input, select {
border: 1px solid #867e6c;
color: #554D38;
}

#maincontent li {
padding-bottom: 22px;
}

/* -------------------------- */
/* --- navigation level 1 --- */
/* -------------------------- */

#menue ul{
  margin: 0;
  padding: 0em;
  list-style-type: none;
  color: #fff;
  border-top: 1px dotted #fff;
}

#menue ul li {
	color: #fff;
}

#menue ul li#li_nav1_open{  /* special layout for open links */
	height: auto !important;
	height: 2.5em;
}

#menue ul li a{
  display: block;
  padding: 7px 0 7px 0;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
}

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

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

/* ------------------------------ */
/* --- navigation level 2,3.. --- */
/* ------------------------------ */
#menue li li{
  display: block;
  padding-left: 15px;
  line-height: 1.1em;
  color: #fff;
  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: #fff;
  font-size: 11px;
  text-decoration: none;
}

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