
* {
 margin: 0;
 padding: 0;
 }

html, body, div, p, td, li {
 font-family: verdana, arial, helvetica;
 font-size: 8.5pt;
 color: #333;
 }

body {
 background: #fff;
 }

img {
 border: none;
 }
 
h1 {
 font-family: "Courier New", Georgia;
 font-size: 16pt;
 font-style: bold;
 line-height: 16pt;
 color: #ff6600;
 margin: 12px 0 30px 0;
 }
 
p.standardtext {
 line-height: 11pt;
 }
 
/* Basis Layout-Elemente */

#stage_body {
 width: 896px;
 /* height: 545px; */
 height: auto;
 overflow: hidden;
 background: #fff url(../styles/bg_wallpaper.jpg) 0 0 repeat-x;
 text-align: left;
 margin: 80px 0 0 0;
 }
 
#Navigation {
 width: 896px;
 height: 25px;
 overflow: hidden;
 margin: 16px 0 0 0;
 }
 
#stage_banner {
 width: 896px;
 height: 105px;
 overflow: hidden;
 clear: both;
 }
 
#stage_content {
 width: 894px;
 height: 400px;
 background: #fff;
 border-top: none;
 border-left: solid 1px #999;
 border-right: solid 1px #999;
 border-bottom: none;
 margin: 1px 0 0 0;
 }
 
#stage_footer {
 width: 894px;
 /* height: 30px; */
 background: #fff url(../styles/punktlinie.jpg) 29px 0 no-repeat;
 border-top: none;
 border-left: solid 1px #999;
 border-right: solid 1px #999;
 border-bottom: solid 1px #999;
 text-align: right;
 }
 
#stage_footer_inner {
 margin: 0 10px 14px 0;
 }
 
/* Inhalt-Elemente */
 
#Navigation ul {
 float: right;
 }
 
#Navigation ul li {
 width: 114px;
 height: 25px;
 list-style-type: none;
 background: #666;
 line-height: 25px;
 text-align: center;
 margin: 0 0 0 1px;
 clear: right;
 float: left;
 }
 
#Navigation ul li a, #Navigation ul li a:link, #Navigation ul li a:visited {
 text-decoration: none;
 color: #fff;
 display: block;
 }
 
#Navigation ul li a:hover, #Navigation ul li a:active {
 text-decoration: none;
 color: #ff6600;
 display: block;
 }
 
#Navigation ul li a span {
 color: #ff6600;
 font-weight: bold;
 }
 
#Logo {
 margin: 14px 0 0 32px;
 }
 
#content_bild {
 width: 365px;
 height: 310px;
 overflow: hidden;
 margin: 40px 0 0 35px;
 float: left;
 }
 
#content_data {
 width: 430px;
 float: left;
 margin: 40px 0 0 40px;
 }
 
#Impressum {
 height: 250px;
 overflow: auto;
 padding: 0 20px 0 0;
 }

#Referenzen {
 margin: 20px 0 0 0;
 }
 
#Referenzen_innen {
 width: 300px;
 text-align: center;
 /* display: inline-block; */
 }
 
#referenzbild {
 margin: 0 16px 0 16px;
 border: none;
 }
 
#referenztext {
 width: 400px;
 margin: 14px 0 0 0;
 }
 
#stage_footer_inner a, #stage_footer_inner a:link, #stage_footer_inner a:visited {
 text-decoration: none;
 color: #333;
 }
 
#stage_footer_inner a:hover, #stage_footer_inner a:active {
 text-decoration: none;
 color: #ff6600;
 }

