/**
 * @style       Standard Layout
 * @media       screen
 * @version     1.0
 * @author      Susan Lau ><> abados.de
 * @copyright   Susan Lau ><> abados.de
 * @licensor    Susan Lau ><> abados.de
 * @layout      in pixels:
 *  
 *  |                     960px                   | 
 *  | 8 | 256   | 8 |  264   | 8 |       400  | 8 | 
 *  | 8 | 536                | 8 |       400  | 8 | 
 */

/**
 * @section reset
 */

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

img, form
{
  border: 0px;
}

a
{
  color: #FFFFFF;
}

h1
{
  font-size: 15px;
  color: #FFFFFF;
}

h2
{
  font-size: 0px;
  color: #FFFFFF;
  padding: 0px 0px 7px 0px;
  margin: 0px;
}

h3
{
  font-size: 15px;
  padding: 0px;
  margin: 0px;
}

.clear
{
  clear: both;
}


/**
 * @section WireFrame
 * @todo
 */
body
{
  font: 12px Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  margin: 10px;
  background-color: #E5E7DE;
}

#logo
{
  width: 944px;
  height: 60px;
}


/*
 * navigation elements
 */ 

#navi, #btn
{
  width: 944px;
}

#navi ul, #btn ul
{
  width: 944px;
  list-style: none;
}

#navi li, #btn li
{
  display: block;
  float: left;
  height: 127px;
  overflow:hidden;
}

#navi a, #btn a
{
  display: block;
  height: 127px;
  overflow:hidden;
}

#navi .home
{
  width: 264px;
  background: transparent url(../img/nav_home.png) 0px -1px no-repeat;
  padding-left: 8px;
}

#navi .service
{
  width: 264px;
  background: transparent url(../img/nav_service.png) 0px -1px no-repeat;
  padding-left: 8px;
}

#navi .contact
{
  width: 400px;
  background: transparent url(../img/nav_contact.png) 0px -1px no-repeat;
}

#navi .home:hover
{
  background: transparent url(../img/nav_home.png) 0px -129px no-repeat;
}

#navi .service:hover
{
  background: transparent url(../img/nav_service.png) 0px -129px no-repeat;
}

#navi .contact:hover
{
  background: transparent url(../img/nav_contact.png) 0px -129px no-repeat;
}

#navi .homeOn
{
  width: 264px;
  padding-left: 8px;
}

#navi .serviceOn
{
  width: 264px;
  padding-left: 8px;
}

#navi .contactOn
{
  width: 400px;
}


/*
 * PDF-buttons
 */ 
#btn
{
  float: left;
  padding-top: 7px;
}

#btn .voucher
{
  width: 264px;
  background: transparent url(../img/btn_voucher.png) 0px 0px no-repeat;
  padding-left: 8px;
}

#btn .relocation
{
  width: 264px;
  background: transparent url(../img/btn_relocation.png) 0px 0px no-repeat;
  padding-left: 8px;
}

#btn .staging
{
  width: 400px;
  background: transparent url(../img/btn_staging.png) 0px 0px no-repeat;
}

#btn .residenz
{
  width: 400px;
  background: transparent url(../img/btn_residenz.png) 0px 0px no-repeat;
  margin-left: 8px;
}

#btn .voucher:hover
{
  background: transparent url(../img/btn_voucher.png) 0px -128px no-repeat;
}

#btn .relocation:hover
{
  background: transparent url(../img/btn_relocation.png) 0px -128px no-repeat;
}

#btn .staging:hover
{
  background: transparent url(../img/btn_staging.png) 0px -128px no-repeat;
}

#btn .residenz:hover
{
  background: transparent url(../img/btn_residenz.png) 0px -127px no-repeat;
}


#s2 ul
{
  width: 350px;
  list-style: disc;
  float: left;
}

#s2 li
{
  padding-left: 10px;
  margin-left: 15px;
}

/*
 * content elements
 */ 

#wrap
{
  width: 944px;
  padding: 8px;
  background-color: #FFFFFF;
}

.block
{
  float: left;
}

.block a
{
  display: block;
  background: transparent url(../img/arrow.gif) 0px 4px no-repeat;
  padding-left: 50px;
  text-decoration: none;
}

.block a:hover
{
 text-decoration: underline;
}

.pt
{
  padding-top: 8px;
}

.pr
{
  padding-right: 8px;
}

.pb
{
  padding-bottom: 8px;
}

#b2
{
  width: 300px;
  height: 300px;
  background: transparent url(../img/b_home2.jpg) 0px 0px no-repeat;
  padding: 100px 146px 0px 90px;
}

#b3
{
  padding-top: 5px;
}
/*
 * service
 */
 
.mt
{
  margin-top: 8px;
}

.mr
{
  margin-right: 8px;
}

#s1
{
  width: 226px;
  height: 244px;
  background: transparent url(../img/b_service1.jpg) 0px 0px no-repeat;
  padding: 360px 290px 0px 20px; /* o r u l */
}

#s2
{
  width: 360px;
  height: 564px;
  background: transparent url(../img/b_service2.png) 0px 0px no-repeat;
  padding: 20px 20px 20px 20px;
}

#s3
{
  width: 446px;
  height: 380px;
  background: transparent url(../img/b_service3.png) 0px 0px no-repeat;
  padding: 20px 70px 0px 20px;
}

/*
 * kontaktformular
 */

#c1
{
  width: 224px;
  height: 304px;
  line-height: 18px;
  background: transparent url(../img/b_contact1.jpg) 0px 0px no-repeat;
  padding: 300px 20px 0px 20px;
}

#c2
{
  width: 486px;
  height: 574px;
  background: transparent url(../img/b_contact2.png) 0px 0px no-repeat;
  padding: 30px 20px 0px 30px;
  margin-right: 8px;
  overflow: hidden;
}

#contact
{
  width: 944px;
  list-style: none;
}

#contact li
{
  padding-top: 15px;
}

#contact label
{
  display: block;
  float: left;
  width: 60px;
  padding-right: 10px;
}

#contact input, textarea
{
  width: 400px;
}

#contact textarea
{
  height: 120px;
}

#contact .btn
{
  width: 130px;
  height: 25px;
}

#contact li.error
{
  color: #FF8888;
}

#contact input.error, #contact textarea.error
{
  background-color: #FF8888;
}



#agb1
{
  width: 224px;
  height: 370px;
  line-height: 18px;
  background: transparent url(../img/b_contact1.jpg) 0px 0px no-repeat;
  padding: 300px 20px 0px 20px;
}

#agb2
{
  width: 628px;
  height: 655px;
  background: transparent url(../img/b_contact2.png) 0px 0px repeat;
  padding: 15px 20px 0px 20px;
  font-size: 10px;
  overflow: hidden;
}

#agb2 img
{
  float: right;
}