body {
  text-align: center; 
  min-width: 990px;
  background-image: url(../image/layout/BEM_hintergrund.jpg);
  background-repeat: repeat-x;
  font-family: arial, san-serif;
  color: #5D5D5D;
  background-color: #FD8103;
}
#wrapper {
  width: 990px;
  margin: 0 auto; 
  text-align: left;
  font-family:arial, sans-serif;
}

#content /* 2nd "column" */ {
  /* position: relative; */
  width: 850px;
  margin-top: 500px;
  padding-left: 140px;
  float: left;
  background-color: #fff;
}
#main {
	width: 710px;
	float: left;
  font-size: 10pt;
  line-height: 12pt;
  font-family:arial, sans-serif;
  background-color: transparent;
  padding-top: 20px;
}

#main a {
  outline:none;
  color: #5D5D5D;
  text-decoration: italic;
}
#main ul {
  margin-top: 0px;
  padding-top: 0px;
}

#main li {
  line-height: 14pt;
}
.spacer_bullets {
  padding-top: 12px;
  width: 10px;
}
#sidebar_rechts {
	width: 102px;
	float:right;
  font-size: 10pt;
  padding-right: 18px;
}
#sidebar_rechts a {
	color: #000;
}
.sidebar_headline {
  font-size: 11pt;
  font-weight: bold;
  padding-bottom: 2px;
}


body {
  font-family: arial, san-serif;
}
img {
  border: 0px none;
}
a {
  outline:none;
  color: #5D5D5D;
  text-decoration: none;
}
td.dashed {
border-left: 1px dashed #000;
margin-left: 5px;
}
h1 {
  font-size: 10pt;
  color: #0032A1;
  font-family:arial, sans-serif;
  margin-bottom: 2px;
}
h1 span {
  font-size: 10pt;
  color: #5D5D5D;
  font-family:arial, sans-serif;
  font-weight: normal;
}
h2, h3 {
  font-size: 11pt;
  color: #000;
  font-family:arial, sans-serif;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 3px;
  }
b {
  font-family:arial, sans-serif;
  }
#header {
  position: absolute;
  top: 0px;
  height: 255px;
  width: 990px;
  background-color: #ffffff;
  -moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
 border-top-left-radius: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
border-top-right-radius: 10px;
margin-top: 30px;
}
ul {
 padding-left: 0.6em; 
 margin-left: 0.6em;
 padding-bottom: 0px;
 margin-bottom: 0px;
}
li {
line-height: 14pt;
}
hr {
  border: 0px; /* Für Firefox und Opera */
  border-top: solid 2px #000;
  border-bottom: #000;
  height: 2px;
}

strong {
color: #459EC4;
font-weight: normal;
font-family:arial, sans-serif;
}

#other {
	font-size: 10px;
}
#other p {
	padding-right: 5px;
	padding-left: 15px;
	}
  
.dottet {
width: 100%;
border-bottom: 1px solid dashed;
}

#sidebar {
  position: absolute;
  top: 255px;
  width: 100px;
  float: left;
  margin: 0;
  padding: 0;
  font-size: 12px;
  margin-left: 16px;
}
#adresse {
  clear: both; 
  height: 210px;
  background-color: #ffffff;
  padding-left: 140px;
  font-size: 10pt;
}
#adresse img {
  margin-top: 20px;
  left: -95px;
  position: relative;
}
#footer {
  clear: both; 
  height: 50px;
  background-color: #5D5D5D;
  -moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
border-bottom-left-radius: 10px;
}
#footer a {
color: #fff;
font-size: 10pt;
background-color: transparent;
padding-left: 140px;
top: 14px;
position: relative;
}
/* additional Sidebars */
#maincontent {
  clear: left;
  float: left:
  width: 434px;
  padding: 20px 0;
  margin: 0 0 0 30px;
  display: inline;
  background-color: yellow;
}

.margin-100px {
  margin-left: 100px;
}
.margin-130px {
  margin-left: 130px;
}
textarea.text_fullwidth {
background: #ECECED;
width: 430px;
border: 1px solid #ECECED;
}

input.text_fullwidth {
height: 30px;
background: #ECECED;
width: 430px;
border: 1px solid #ECECED;
}
input.text_half {
height: 30px;
background: #ECECED;
width: 205px;
margin-right: 10px;
border: 1px solid #ECECED;
}
input.text_one_third {
height: 30px;
background: #ECECED;
width: 75px;
margin-right: 10px;
border: 1px solid #ECECED;
}
input.text_two_third {
height: 30px;
background: #ECECED;
width: 335px;
margin-right: 10px;
border: 1px solid #ECECED;
}
input:hover { background: #fff; color: black; border: 1px solid #000; }
input:active { background: #fff !important; color: black; }
input:focus { background: #fff; color: black; }

input.none { border 0px none; }

textarea:hover { background: #fff; color: black; border: 1px solid #000; }
textarea:active { background: #fff !important; color: black; }
textarea:focus { background: #fff; color: black; }