/*
© 2009, maxpress UNTERNEHMENSGRUPPE (www.maxpress.de)

Contentpapst ist das Content-Management-System der sandoba.de medien agentur (www.sandoba.de) aus Berlin. Weder ein Teil noch der gesamte Quellcode, Inhalte oder Grafiken sind ohne schriftliche Erlaubnis in anderen Medien (v.a. auf anderen Websites) einzusetzen, sofern nicht anderweitig angegeben.
*/

#frontend_editing_opener {
  height             : 19px ;
  left               : 5px ;
  position           : absolute ;
  top                : 5px ;
  width              : 20px ;
  z-index            : 99 ; 
}

#frontend_editing_content {
  left               : 5px ;
  position           : absolute ;
  top                : 5px ;
  z-index            : 99 ; 
}

body {
  background         : white ;
  font-size          : 1em ;
  font-size          : 100.01% ;
  margin             : 0 ;
  padding            : 0 ;
}

body#daehn {
  background         : #ccc url( 'custom/body_bg.gif' ) repeat-x ;
  text-align         : center ; 
}

p, table {
  margin             : 0 ;
  margin-bottom      : 1.5em ;
}

table {
  font-size          : 1em ;
}

#box_main {
  background         : white url( 'custom/main_bg.gif' ) repeat-x ;
  font-family        : Verdana, Helvetica, Sans-Serif ;
  margin             : 0 auto ; 
  margin-left        : auto ; 
  margin-right       : auto ; 
  padding-top        : 15.4em ;
  position           : relative ;
  text-align         : left ;
  width              : 990px ;
  z-index            : 1 ;
}

#box_logo {
  height             : 93px ;
  left               : 730px ;
  position           : absolute ;
  top                : 120px ;
  width              : 213px ;
  z-index            : 2 ;
}

#box_picture {
  background         : gray ;
  height             : 243px ;
  left               : 70px ;
  position           : absolute ;
  top                : 0px ;
  width              : 598px ;
  z-index            : 2 ;
}

#box_navigation {
  padding-bottom     : 7em ;
  position           : relative ;
  z-index            : 2 ;
}

#box_navigation #layer_1 {
  left               : 70px ;
  position           : absolute ;
  top                : 0 ;
  width              : 920px ;
  z-index            : 3 ;
}

#box_navigation a {
  border-right       : 2px solid white ;
  color              : white ;
  display            : block ;
  float              : left ;
  line-height        : 1.85em ;
  text-align         : center ;
  text-decoration    : none ;
  width              : 180px ;
}


#box_navigation #layer_1 a {
  color              : white ;
}

#box_navigation #layer_1 a.sel, #box_navigation #layer_1 a:hover {
  background         : #9c9d9e ;
}

#box_navigation #layer_2 {
  left               : 70px ;
  position           : absolute ;
  top                : 2em ;
  width              : 920px ;
  z-index            : 3 ;
}

#box_navigation #layer_2 a {
  border-right       : 2px solid #0069b3 ;
  color              : #9c9d9e ;
}

#box_navigation #layer_2 a.sel, #box_navigation #layer_2 a:hover {
  color              : #0069b3 ;
}

#box_navigation #layer_1 a.last, #box_navigation #layer_2 a.last {
  border-right       : none ;
}

#box_style {
  background         : #0069b3 ;
  border             : 3px solid white ;
  border-top         : none ;
  height             : 350px ;
  left               : 34px ;
  position           : absolute ;
  top                : 0 ;
  width              : 30px ;
  z-index            : 5 ;
}

#box_content_area {
  position           : relative ;
  z-index            : 2 ;
}

#box_reference {
  left               : 668px ;
  position           : absolute ;
  top                : 0px ;
  width              : 300px ;
  z-index            : 3 ; 
}

#box_reference a img {
  border             : 2px solid #9c9d9e ;
  margin-bottom      : 8px ;
}

#box_reference a:hover img {
  border             : 2px solid #0069b3 ;
}

#box_content {
  color              : #9c9d9e ;
  font-size          : 0.9em ;
  padding-left       : 90px ;
  padding-right      : 390px ;
  padding-bottom     : 0.75em ;
  text-align         : justify ;
  z-index            : 3 ; 
}

#box_content h1 {
  background         : url( 'custom/daehn_icon.gif' ) no-repeat ;
  color              : #0069b3 ;
  font-size          : 1.25em ;
  margin             : 0 ;
  margin-bottom      : 1.2em ;
  padding-left       : 2.75em ;
  padding-top        : 1.35em ;
}

#box_content label.contact {
  clear              : left ;
  float              : left ;
  width              : 12em ;
}

#box_content.full {
  margin-right       : 0 ;
}

#box_content .highlight {
  color              : #0069b3 ;
}

div#box_content div.item_reference {
  height             : 140px ;
  margin-bottom      : 1em ;
  position           : relative ;
}

div#box_content.full div.item_reference div.image {
  left               : 578px ;
  position           : absolute ;
  top                : 0 ;
}

div#box_content.full div.item_reference div.image img {
  border             : 2px solid #9c9d9e ;
}


div#box_content.full div.item_reference div.title {
  color              : #0069b3 ;
  font-weight        : bold ;
  margin-bottom      : 0.65em ;
}

#box_contact {
  bottom             : 2.8em ;
  color              : #0069b3 ;
  font-size          : 0.8em ;
  height             : 3.5em ;
  position           : absolute ;
  right              : 25px ;
  width              : 300px ;
  z-index            : 3 ;  
}

/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
content: ".";
display: block;
height: 0;
font-size: 0px;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */