body {
   margin:0;
   padding:0;
   background-color: #152d46;
   color:#052d60;
   font-family:Arial,Helvetica,Sans Serif;
   font-size:12px;
   line-height:16px;
}


a {
   color:#032d60;
   text-decoration:none;
}

a:hover {
  font-weight: bold; 
}


#wrapper {
  margin: 0 auto;
  padding-top: 10px;
  width: 940px;
  min-height:700px;
}

#header {
  width: 940px;
  height: 114px;
  color:#6792bf;
}

#headerMenu {

   text-align: right;
   font-weight: bold;
   width: 940px;
   height: 16px;
}
#headerMenu a {color:#ffffff;}

#headerLogo {
   float: right;
   height: 94px;
   width : 770px;
   text-align: center;
}

#headerLogo h1 {
   margin: 0 auto;
   width:668px;
   height:94px;
   background: url(/fileadmin/template/_img/header-logo.gif) no-repeat;
   /* display: block; */
  }

#headerLogo h1 span  {
   display:none;
}

#main  {
  width: 100%;
}

#mainMenu {
/*
  background-color: #3366ff;
*/
  background-color: #152d46;
  margin-top: 0px ;
  margin-left: 0px ;
  width: 170px;
  float: left;
}

#mainMenu ul {
 list-style: none;
 margin: 0 0 0 0;
 padding: 0 0 0 0;
}


#mainMenu ul li .noncurrent {
  background:url("/fileadmin/template/_img/menu-pfeil.gif") no-repeat scroll 1px 6px ;
  border-bottom:1px solid #595959;
  color:#eeeeee;
  display:block;
  padding:6px 5px 6px 15px;
  text-decoration:none;
}

#mainMenu ul li  .current {
   background:url("/fileadmin/template/_img/menu-aktiv-weiss.gif") no-repeat scroll 1px 6px ;
  border-bottom:1px solid #595959;
  color:#eeeeee;
  display:block;
  font-weight: bold; 
  padding:6px 5px 6px 15px;
  text-decoration:none;
}


#mainMenu ul li ul {
   margin-left: 10px;
   padding: 6px 5px 6px 15px;
   background-color: #595959;
}
#content {
/*
  background-color: #6666ff;
*/
  background: #d9dce3 url(/fileadmin/template/_img/bg_grey_house.jpg) no-repeat 0px 150px;
  margin-left: 170px ;
  padding: 20px;
  width: 730px;
}

#content h1 {
  font-size: 1.1em;
  font-weight: bold;

}
#contentHeadLine {
  margin-top: 20px;
  margin-left: 20px;
  float: left;
  width: 400px;
  font-size: 2.2em;
  line-height: 1.5em;
}
#contentHeaderPic {
  margin-top: -20px;
  margin-left: 450px;
  width: 300px;
  height: 170px;
  
}

#footer { 
  width: 730px;
  padding-left: 170px;
  text-align: center;
  color: #ffffff;
}
#footer a{
  color: #ffffff;
}

/*
  special Fix for IE7
*/
*+html #contentHeaderPic {
  margin-top: -80px;
  margin-left: 450px;
  width: 300px;
  height: 170px;  
}

/*
  special Fix for IE6
*/

* html #contentHeaderPic {
  margin-top: -80px;
  margin-left: 460px;
  width: 300px;
  height: 170px;  
}

/* Specials for  POWERMAIL */

.powermail_label {
   float: left;
   width: 250px;
}

.powermail_fieldset, .powermail_confirmation , .powermail_create {
  clear: none;
}

/* Specials for  GALLERY */
.tx-rgsmoothgallery-pi1 {
  background-color: #000 !important;
  background: url(img/loading-bar-black.gif) center center no-repeat;
}

