/**
 * @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:
 *              |              1000             |
 *              |   xx   |     685      |   xx  |
 */

/**
 * @section reset
 * @see     ...
 */

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

img
{
  border: 0px;
}

.clear
{
  clear: both;
  width: 100%;
  height: 0px;
  overflow: hidden;
}

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

a, h1
{
  color: #13743D;
}

a.none
{
  text-decoration: none;
}

/**
 * @section WireFrame
 */

body
{
  font: 12px  Arial, Helvetica, sans-serif;
  color: #000000;
  text-align: left;
  background: #C9D962 url(../img/bg.jpg) -1px -1px no-repeat;
}

/* zieht image auf/zu fenster-groesse */
#bg
{
  position: absolute; 
  top: 0px;
  left: 0px;
  z-index: 1; 
}

#position
{
  position: relative;
  width: 990px;
  height: 685px;
  margin: 0px auto;
  z-index: 10; 
}

#center
{
  height: 685px;
}

#raster
{
  position: absolute;
  top: 106px;
  left: 80px;
  width: 902px;
  height: 639px;
  background: transparent url(/img/rahmen.png) 0px 0px no-repeat;
  z-index: 220;
}

/*
 * navigation
 */

#foot
{
  position: absolute;
  top: 706px;
  left: 80px;
  width: 890px;
  height: 33px;
  padding-right: 12px;
  text-align: right;
  font-weight: bold;
  font-size: 10px;
  color: #13743D;
  z-index: 990;
}

#logo
{
  position: absolute;
  top: 106px;
  left: 2px;
  width: 162px;
  height: 162px;
  background: transparent url(../img/logo_nurdie.png) 0px 0px no-repeat;
  z-Index: 500;
}

#logo a
{
  display: block;
  width: 162px;
  height: 162px;
  color: #C9D962;
  text-decoration: none;
}

#nav_home
{
  position: absolute;
  top: 64px;
  left: 93px;
  width: 78px;
  height: 25px;
  padding: 17px 0px 0px 0px;  /* o r u l*/
  text-align: center;
  background: transparent url(../img/bg_navi.png) 0px 0px no-repeat;
}

#nav_sogehts
{
  position: absolute;
  top: 64px;
  left: 177px;
  width: 195px;
  height: 25px;
  padding: 17px 0px 0px 0px;  /* o r u l*/
  text-align: center;
  background: transparent url(../img/bg_navi.png) -83px 0px no-repeat;
}

#nav_sogehts.over
{
  background: transparent url(../img/bg_navi_over.png) -83px 0px no-repeat;
}

#nav_tnb
{
  position: absolute;
  top: 64px;
  left: 377px;
  width: 195px;
  height: 25px;
  padding: 17px 0px 0px 0px;  /* o r u l*/
  text-align: center;
  background: transparent url(../img/bg_navi.png) -283px 0px no-repeat;
}

#nav_tnb.over
{
  background: transparent url(../img/bg_navi_over.png) -283px 0px no-repeat;
}

#nav_mehr
{
  position: absolute;
  top: 64px;
  left: 577px;
  width: 195px;
  height: 25px;
  padding: 17px 0px 0px 0px;  /* o r u l*/
  text-align: center;
  background: transparent url(../img/bg_navi.png) -483px 0px no-repeat;
}

#nav_mehr.over
{
  background: transparent url(../img/bg_navi_over.png) -483px 0px no-repeat;
}

#nav_handel
{
  position: absolute;
  top: 64px;
  left: 778px;
  width: 195px;
  height: 25px;
  padding: 17px 0px 0px 0px;  /* o r u l*/
  text-align: center;
  background: transparent url(../img/bg_navi.png) -684px 0px no-repeat;
}

#nav_handel.over
{
  background: transparent url(../img/bg_navi_over.png) -684px 0px no-repeat;
}



/*
 * items
 */

#partner
{
  position: absolute;
  top: 591px;
  left: 88px;
  width: 900px;
  height: 102px;
  z-Index: 820;
}

#partner a
{
  display: block;
  float: left;
  margin-right: 10px;
}

#partner a.off
{
  display: block;
  float: left;
  margin-top: 1px;
  margin-right: 12px;
}



/*
 * home
 */ 

#home_text
{
  position: absolute;
  top: 240px;
  left: 118px;
  width: 390px;
  height: 435px;
  z-Index: 820;
}

#home_text p, #tnb_text p, #how_to p, #handel_text p, #handel_results .result
{
  line-height: 18px;
}

#home_pic
{
  position: absolute;
  top: 144px;
  left: 536px;
  width: 435px;
  height: 435px;
  z-Index: 820;
}

#how_text
{
  position: absolute;
  top: 161px;
  left: 188px;
  width: 395px;
  height: 110px;
  z-Index: 820;
}

#how_to
{
  position: absolute;
  top: 356px;
  left: 188px;
  width: 370px;
  height: 110px;
  z-Index: 820;
}

#how_to ul
{
  list-style: none;
}

#how_to li
{
  padding: 0px 0px 5px 23px;
  background: transparent url(../img/list_numbers.gif) 0px 0px no-repeat;
  line-height: 18px;
}

#how_to li.l2
{
  background: transparent url(../img/list_numbers.gif) 0px -24px no-repeat;
}

#how_to li.l3
{
  background: transparent url(../img/list_numbers.gif) 0px -65px no-repeat;
}

#how_pic
{
  position: absolute;
  top: 164px;
  left: 596px;
  width: 350px;
  height: 404px;
  z-Index: 820;
}

#how_hd
{
  position: absolute;
  top: 306px;
  left: 79px;
  width: 273px;
  height: 38px;
  z-Index: 820;
}

#partner_pic
{
  position: absolute;
  top: 134px;
  left: 184px;
  width: 767px;
  height: 427px;
  padding: 9px 0px 0px 9px;  /* o r u l*/
  background: transparent url(../img/rahmen_partner.png) 0px 0px no-repeat;
  z-Index: 820;
}

#partner_hd
{
  position: absolute;
  top: 176px;
  left: 800px;
  width: 140px;
  height: 20px;
  text-align: center;
  z-Index: 820;
}

#partner_btn
{
  position: absolute;
  top: 245px;
  left: 799px;
  width: 140px;
  height: 123px;
  text-align: center;
  z-Index: 820;
}

#partner_nxt
{
  position: absolute;
  top: 466px;
  left: 801px;
  width: 140px;
  height: 123px;
  text-align: center;
  z-Index: 820;
}

#tnb_text
{
  position: absolute;
  top: 205px;
  left: 188px;
  width: 400px;
  height: 435px;
  z-Index: 820;
}

#handel_text
{
  position: absolute;
  top: 205px;
  left: 188px;
  width: 682px;
  height: 200px;
  z-Index: 820;
}

#handel_text ul
{
  list-style: none;
}

#handel_text li
{
  float: left;
  padding-right: 10px;
}

#handel_text li.first
{
  padding-top: 2px;
}

#handel_text li.second
{
  padding-top: 1px;
}

#handel_text li.txt
{
  padding-top: 2px;
}

#handel_results
{
  position: absolute;
  top: 398px;
  left: 188px;
  display: block;
  width: 773px;
  height: 163px;
  padding: 9px 0px 9px 9px;  /* o r u l*/
  background: transparent url(../img/rahmen_suche.png) 0px 0px repeat;
  overflow: hidden;
  overflow-y: scroll;
  z-Index: 990;
}


#handel_results .result
{
  float: left;
  display: block;
  width: 220px;
  height: 70px;
  margin-bottom: 10px;
}

#terms
{
  position: absolute;
  top: 155px;
  left: 188px;
  width: 770px;
  height: 430px;
  font-size: 10px;
  z-Index: 820;
  overflow: hidden;
} 

#terms p
{
  padding-top: 10px;
}
