/**
 * Styles for Campur.de
 * (c) 2009, Benjamin Zaiser, info@benjamin-zaiser.de
 */
*{
  margin: 0px;
  padding: 0px;
}  


/**
 * Allgemeines
 */ 
body{
  background: #eae8e0 url(../images/bg.body.png) no-repeat;
  font-family: verdana, sans-serif;
  font-size: 12px;
  color: #b1ad9c;
}

a span{ display: none; }
a{ text-decoration: none; }
ul, ol{ list-style-type: none; }
h1, h2, h3{ font-size: 13px; margin-bottom: 5px; }
.clearer{ clear: both; }
.spacing{ height: 30px; }
img{ border: 0px; }
.bodytext p{ line-height: 23px; }
address{ display: none; }


/**
 * Logo
 */
.logo{
  display: block;
  width: 180px;
  height: 190px;
  position: absolute;
  top: 60px;
  left: 40px;
}
.logo img{ display: none; }


/**
 * Topicnavi
 */
.topicnavi{
  position: absolute;
  left: 581px;
  width: 378px;
  height: 74px;
} 
.topicnavi li{
  display: inline;
}
.topicnavi li a{
  display: block;
  height: 74px;
  float: left;
  background: url(../images/bg.topicnavi.png) no-repeat top left;
}
.topicnavi li a.id_8{ background-position: 0px 0px; width: 77px; }
.topicnavi li a.id_9{ background-position: -77px 0px; width: 131px; }
.topicnavi li a.id_10{ background-position: -208px 0px; width: 85px; }
.topicnavi li a.id_11{ background-position: -293px 0px; width: 85px; }

.topicnavi li a:hover,
.topicnavi li a.active{
  background-image: url(../images/bg.topicnavi.active.png);
}


/**
 * Haupt-Navi
 */
.navi{
  position: absolute;
  top: 390px;
  left: 0px;
} 
.navi li{
  width: 201px;
  height: 33px;
  margin-bottom: 4px;
  text-align: right;
}
.navi li a{
  display: block;
  padding-top: 3px;
  padding-right: 10px;
  text-transform: uppercase;
  color: #b1ad9c;
  height: 29px;
}
.navi li a:hover,
.navi li a.active{
  background: url(../images/bg.navi.active.png) no-repeat top right;
  font-weight: bold;
}



/**
 * E-Mail Link
 */
.email{
  display: block;
  width: 40px;
  height: 25px;
  background: url(../images/email.png) no-repeat top left;
  position: absolute;
  top: 628px;
  left: 161px;
}




/**
 * Contentbereich - Headline
 */
.headlinewrapper{
  margin-left: 239px;
  margin-top: 100px;
  display: block;
  position: absolute;
  width: 720px;
  height: 102px;
  overflow: hidden;
}
.headline{
  position: absolute;
  bottom: 0px;
}



/**
 * Contentbereich - Content
 */
.content{
  position: absolute;
  left: 238px;
  top: 213px;
  width: 690px;
  height: 356px;
  overflow: auto;
  overflow-x: hidden;
  background: #eeede7;
  
  padding-left: 29px;
  padding-top: 27px;
}

.content a{
  color: #43b700;
  background: url(../images/bg.a.content.png) no-repeat 0px 3px;
  padding-left: 15px;
}

.content .left{
  float: left;
  width: 250px;
}
.content .right{
  float: left;
  width: 420px;
}

.content ul,
.content ol{
  list-style-type: disc;
  margin-top: -10px;
  margin-left: 15px;
  margin-bottom: 10px;
}

/** Listenansicht / Messen etc. */
.content .liste{
  width: 670px;
  border-bottom: 1px solid #43b700;
}
.content .liste p{
  float: left;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.content .liste .t1{ width: 167px; }
.content .liste .t2{ width: 275px; }

.content .liste .title{ width: 250px; }
.content .liste .meta{ width: 123px; }
.content .liste .view{ width: 203px; }

/**
.content .liste_ttl p a,
.content .liste_ttll p a{
  font-size: 11px;
  background-image: url(../images/bg.a.list.png);
}
**/

/** Detailansicht Katalog */
.content .catalog_view .tracing{
  width: 670px;
  border-bottom: 1px solid #43b700;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.content .catalog_view .tracing a.download{
  display: block;
  position: absolute;
  right: 40px;
  top: 28px;
}
.content .catalog_view #gallery{
  height: 255px;
  margin-top: 30px;
}
.content .catalog_view #gallery img{
  background: url(../images/bg.image.gallery.png) no-repeat top left;
  display: block;
  padding: 5px 0px 12px 7px;
}

/** Bildergalerie allgemein (Themenbereiche) */
.content .gallery_big{
  margin-top: -27px;
  margin-left: -29px;
  height: 383px;
  width: 720px;
  overflow: auto;
  overflow-x: hidden;
  background: #000000;
}

/* Bugfix, Über uns Navi, erstes Slide beim ersten Move verkleinert sich sonst */
.slideIt div.bodytext{
  width: 680px;
  height: 346px;
}

/** Fließtext */
.content .bodytext p{
  margin-bottom: 20px;
  padding-right: 30px;
}




/**
 * Blätter-Navigation
 */
.pagebrowser{
  width: 720px;
  position: absolute;
  top: 628px;
  left: 238px;
}
.pagebrowser li a{
  display: block;
  float: left;
  width: 40px;
  height: 19px;
  background-position: top left;
  background-repeat: no-repeat;
}
.pagebrowser li a#back{ background-image: url(../images/arrow_back.png); }
.pagebrowser li a#next{ background-image: url(../images/arrow_next.png); float: right; }




/**
 * Kontaktformular
 */
.forminfo{
  position: absolute;
  top: 50px;
}
.formgen label{ display: none; }
.formgen fieldset{ border: 0px; }
.formgen fieldset legend{ display: none; } 
.formgen input.formtext{
  width: 390px;
  height: 22px;
  color: #c5c7c8;
  padding: 3px 3px 3px 10px;
  border: 0px;
  background: url(../images/bg.input.png) no-repeat top left;
  margin-bottom: 3px;
  font-family: verdana, sans-serif;
  font-size: 12px;
}
.formgen textarea{
  width: 387px;
  height: 86px;
  color: #c5c7c8;
  font-family: verdana, sans-serif;
  font-size: 12px;
  padding: 5px 3px 3px 10px;
  border: 0px;
  background: url(../images/bg.textarea.png) no-repeat top left;
}
.formgen br{
  margin-bottom: 10px;
}
.formgen input.formsubmit{
  border: 0px;
  background: none;
  color: #43b700;
  background: url(../images/bg.a.content.png) no-repeat 0px 5px;
  width: 133px;
  margin-left: 18px;
  text-align: right;
}
.formgen .formcaptcha{
  float: left;
  margin-right: 10px;
}
.formgen input#el_8{
  width: 115px;
  background-image: url(../images/bg.captcha.png);
}

.formgen .formblock{
  position: relative;
  top: -23px;
  left: 250px;
}

