/*

© 2009, maxpress UNTERNEHMENSGRUPPE

*/

body {               
  background         : #e6e6e6 ;
  color              : #58585a ;
  font-family        : Verdana, Helvetica, Sans-Serif ;
  font-size          : 1em ;
  font-size          : 100.01% ;
  margin             : 0 ;
  padding            : 0 ;
  text-align         : center ; 
}

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

table {
  font-size          : 1em ;
}

#box_main {
  background         : white ;
  border             : 1px solid #4f8196 ;
  height 			       : auto ; 
  margin             : 0 auto ; 
  margin-left        : auto ; 
  margin-right       : auto ; 
  position           : relative ;
  text-align         : left ;
  width              : 978px ;
}

#box_header {
  background         : #4f8196 ;
  height             : 119px ;
  position           : relative ;
}

#box_logo {
  position           : absolute ;
  right              : 0 ;
  top                : 0 ;
  width              : 183px ;
}

#box_body {
  background         : white url( '/images/body/bg.gif' ) repeat-y ;
  position           : relative ;
  z-index            : 1 ;
}

#box_tears {
  bottom             : 0 ;
  left               : 0 ;
  position           : absolute ;
  width              : 182px ;
  z-index            : 10 ;
}

#box_left_area {
  float              : left ;
  width              : 796px ;
}

#box_navigation {
  background         : url( '/images/navi/body.jpg' ) no-repeat ;
  float              : left ;
  width              : 182px ;
}

#box_navigation ul, #box_navigation li {
  list-style-type    : none ;
  margin             : 0 ;
  padding            : 0 ; 
}

#box_navigation ul.main {
  margin-top         : 100px ;
}

#box_navigation ul.sub {
  margin-top         : 50px ;
}

#box_navigation li {
  border-bottom      : 1px solid white ;
}

#box_navigation li.last {
  border-bottom      : none ;
}

#box_navigation li a {
  background         : url( '/images/navi/item.png' ) no-repeat ;
  color              : white ;
  display            : block ;
  font-size          : 0.7em ;
  line-height        : 4em ;
  padding-left       : 30px ;
  text-decoration    : none ;
}

#box_navigation ul.sub li a {
  line-height        : 3.1em ;
}

#box_navigation li a:hover, #box_navigation li.sel a {
  background         : url( '/images/navi/item_over.png' ) no-repeat ;
}

#box_content {
  background         : url( '/images/body/bg_top.gif' ) repeat-x ;
  float              : right ;
  font-size          : 0.7em ;
  padding            : 50px 20px ;
  width              : 574px ;
}

#box_content .home {
  color              : #596d83 ;
  display            : block ;
  margin-bottom      : 40px ;
  text-align         : center ;
}

#box_content .home p {
  font-size          : 1em ;
  font-weight        : bold ;
  margin-bottom      : 20px ;
}

#box_content a {
  color              : #596d83 ;
  text-decoration    : underline ;
}

#box_content h1 {
  font-size          : 1.7em ;
  font-weight        : bold ;
  margin             : 0 ;
  margin-bottom      : 1.2em ;
}

#box_content .home h1 {
  margin-bottom      : 0.05em ;
}


#box_content h2 {
  font-size          : 1.15em ;
  font-weight        : bold ;
  margin             : 0 ;
  margin-bottom      : 0.4em ;
}

#box_content .home h2 {
  font-style         : italic ;
}

#box_content h3 {
  font-size          : 1em ;
  font-weight        : bold ;
  margin             : 0 ;
  margin-bottom      : 0.2em ;
}

#box_content strong.blue {
  color              : #596d83 ;
}

#box_content .home_picture {
  color              : #596d83 ;
  display            : inline ;
  float              : left ;
  font-size          : 0.8em ;
  margin-right       : 10px ;
  margin-top         : 30px ;
  width              : 280px ;
}

#box_right_area {
  color              : white ;
  float              : right ;
  font-size          : 0.65em ;
  width              : 182px ;
}

#box_right_area .title {
  display            : block ;
  font-weight        : bold ;
  margin             : 10px 0 ;
  padding            : 0 15px 0 10px ;
}

#box_right_area .content {
  display            : block ;
  margin-bottom      : 10px ;
  padding            : 0 25px ;
}


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

/* Holly Hack Targets IE Win only \*/
* html .clearfix {
  height             : 1% ;
}

.clearfix {
  display            : block ;
}
/* End Holly Hack */