@charset "utf-8";

*{
  padding: 0;
  margin: 0;
  border: 0;
}

html, body {
  background: #ffffff;
  height: 100%; /* wichtig */
  font: 11px Verdana, Arial, Trebuchet MS, sans-serif;
  color: #525252;
}

img {
  border: none;
}

#abstand {
	padding-top:34px;
}

a {
    color:#fb940c;
    text-decoration:underline;
}

a:hover {
    color:#fb940c;
    text-decoration:none;
}

#header{
	height:80px;
	font-size:20px;
	text-transform:uppercase;
	background:#fb930d;
	line-height: 60px;
}

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

#inhalt {
    padding: 0 2em 60px 45px;
  	line-height:1.6em;
}

#footer {
    width: 100%;
  	background:#fd980c url("../../imgserver/back/footer_bg.gif") repeat-x;
  	position: absolute;
  	font-size:10px;
    bottom: 0;
  	color:#ffffff;
  	height: 80px;
 	line-height: 20px;
}

#footerTop {
    height:54px; 
    padding-left:52px;
    line-height:16px;
    padding-top:6px;

}

#footerTop a {
    color:#8f441f;
    text-decoration:none;

}

#footerTop a:hover {
    color:#8f441f;
    text-decoration:underline;
}

#footerBottom {
  	width: 100%;
  	background:#f56f00;
  	height: 18px;
 	line-height: 20px;
 	
}

#footerBottom a {
    color:#ffffff;
    text-decoration:none;
}

#footerBottom a:hover {
    color:#ffffff;
    text-decoration:underline;
}

.copyright {
    padding-left:52px;
    width:700px;
    float:left;
}

.copyrightmedialis {
    padding-left:52px;
    width:200px;
    float:left;
}
