*{
	*/padding:0;
	margin:0;
	border:0;
}
html, body {
 	height: 100%; /* wichtig */
	font-family: Helvetica, Arial, sans-serif;
        
	background:#ffffff;
	text-align:center;
}
#header{
        
	padding-left:20px;
	height:160px;
	background:#9E987C;
        
}

#header_logo{
position: absolute;
left: 50%;
top: 20px;
width: 206px;
height: 122px;
margin-left: -103px;
}

#header_sprache{
position: absolute;
text-align: right;
left: 50%;
top: 120px;
width: 100px;
height: 26px;
margin-left: 270px;
color: #000000;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: normal;
}

#header_sprache span:hover {
color: #D8D4BF;
cursor:pointer;
}

#menu, #submenu{

      
	height: auto;
        
	background: #BFBBA8;
	padding-top:5px;
	padding-bottom:5px;
}

#menu a, #submenu a {
color: #000000;
font-size: 14px;
font-weight: normal;
padding: 5px;
padding-left: 8px;
padding-right: 9px;
text-decoration: none;
cursor:pointer;
}

#submenu a {
font-size: 12px;
}

#menu a:hover, #menu a:active, #menu a:visited, #submenu a:hover, #submenu a:active, #submenu a:visited {
color: #ffffff;
}

#submenu{
	background: #D8D4BF;
	visibility: hidden;
}

p {
  margin: 0;
  padding: 1em 0;
  line-height: 1.5em;
}

#box{
	width:100%;
	margin:0 auto;
	text-align:center;
  	position: relative;
  	min-height: 100%;
	height:auto !important;/* moderne Browser */
	height:100%; /* IE */
	background:#ffffff;
}

#inhalt {
  padding-bottom: 46px;
  padding-top: 20px;
  overflow: hidden;
  text-align: left;
}

#inhalt_left {
float: left;
width: 50%;
}

#content {
float: left;
width: 740px;
margin-left: -370px;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: normal;
}

#content a, #inhalt a {
color: #000000;
cursor: pointer;
}

#content a:hover {
color: #9E987C;
}

#content #Impressionen
{
position: absolute;
bottom: 30px;
}

#footer {
        width: 100%;
  	background: #9E987C;
  	position: absolute;
  	bottom: 0;
  	height: 20px;
 	line-height: 20px;
	text-align:center;
	height: 26px;
	left: 0px;
}

h1 {
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: bold;
color: #DA8D03;
}

h2 {
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: normal;
color: #000000;
}

h3 {
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: bold;
color: #000000;
}

.orange {
	color: #F30;
}