html {
  height:100.1%;
  font-size:62.5%;
}
body {
  margin:0;
  padding:0;
  font:normal 1.1em Verdana, Arial, Helvetica, sans-serif;
  color:#646262;
}
img {
  border:0;
}
br {
  clear:both;
}




/* ********** Navigation ********** */
.top {
  position:relative;
  width:720px;
  left:50%;
  margin-left:-403px;
  padding:20px 43px 10px 43px;
  background:url(images/bground1.gif);
}
.top img {
  margin-right:8px;
  border:0;
}
.sub {
  position:relative;
  padding-bottom:1.6em;
}
.btm {
  position:relative;
  width:806px;
  left:50%;
  margin-left:-403px;
  background:url(images/bground1.gif);
  text-align:center;
  padding-bottom:500px;
}
.nav, .nav a {
  color:#808080;
  text-decoration:none;
}
.nav a:hover {
  text-decoration:underline;
}
a.kb {
  display:block;
  position:absolute;
  top:0;
  right:70px;
  width:137px;
  height:21px;
  padding-top:6px;
  text-align:center;
  color:#FFFFFF;
  background:url(images/btn_kb.gif) no-repeat;
}




/* ********** Fotos ********** */
.image_bg {
  position:relative;
  width:100%;
  background:#F3EFEB;
}
.image {
  position:relative;
  width:762px;
  left:50%;
  margin-left:-403px;
  padding:0 22px;
  background:url(images/bground2.gif);
}
.thumb {
  border-left:1px solid #D0D0D0;
  border-top:1px solid #D0D0D0;
  border-right:1px solid #808080;
  border-bottom:1px solid #808080;
  margin:2px 10px 14px 0;
  padding:6px;
}
* html .thumb {
  margin-bottom:8px;
}




/* ********** Content ********** */
.content_bg {
  position:relative;
  width:806px;
  left:50%;
  margin-left:-403px;
  background:url(images/bground1.gif);
}
.content {
  position:relative;
  padding:30px 50px 50px 50px;
}


.index_text {
  position:relative;
  float:left;
  width:206px;
  padding:0 20px;
  margin:50px 0;
  left:33px;
  overflow:hidden;
}
.ctr {
  border-left:1px solid #808080;
  border-right:1px solid #808080;
  padding-bottom:12px;
}



.artikel_text {
  display:block;
  position:relative;
  float:left;
  width:330px;
  margin-bottom:3.2em;
}
.lft {
  padding-right:20px;
}
.rgt {
  padding-left:20px;
}



h1 {
  font:bold 1.8em "Times New Roman", Times, serif;
  color:#B28F57;
  text-transform:uppercase;
  margin:0 0 0.8em 0;
}
h2 {
  font:bold 1.5em "Times New Roman", Times, serif;
  color:#B28F57;
  text-transform:uppercase;
  height:3.6em;
}
h3 {
  font-weight:normal;
  font-size:0.9em;
  margin-bottom:1.8em;
}
h4 {
  font-weight:bold;
  font-size:1.0em;
  margin-bottom:4px;
}



a {
  color:#B28F57;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}



p {
  margin:0 0 1.6em 0;
}
p a {
  text-decoration:underline;
}



table {
  border-collapse:collapse;
  margin-bottom:1.8em;
}
th, td {
  line-height:1.6em;
  padding:0 5px;
  border:1px solid #EEEEEE;
}



.left {
  text-align:left;
}
.right {
  text-align:right;
}
.nowrap {
  white-space:nowrap;
}
.bold {
  font-weight:bold;
}
.noborder {
  padding:1px 6px;
  border:0;
}
.space {
  padding-top:1.6em;
  margin:0;
}
.nospace {
  margin:0;
}
.italic {
  font-style:italic;
}
.blind {
  color:#FFFFFF;
}



.spalte {
  /* Pseudo-Spalte in Chronologie */
  line-height:1.6em;
  padding-right:12px;
}
.banner {
  /* Bannerplatz im Footer */
  margin-top:50px;
}
.anker {
  /* Anker-Links in Kaufberatung */
  float:right;
}
.anker img {
  margin:0 4px;
}



/* ********** Formulare ********** */
form {
  margin:0;
  padding-bottom:1.6em;
}
label, input, textarea, select {
  margin-right:8px;
}
input, textarea, select {
  font:normal 1.0em Verdana, Arial, Helvetica, sans-serif;
  color:#646262;
  margin-bottom:8px;
}
label {
  padding:0 0 2px 1px;
}
.short, .middle {
  display:block;
  float:left;
}
.short {
  width:110px;
}
.middle {
  width:234px;
}
.large {
  width:640px;
}
.button {
  margin-right:10px;
  margin-bottom:4px;
}

* html label.short, * html select.short {
  width:116px;
}
* html label.middle, * html select.middle {
  width:240px;
}
* html label.large, * html select.large {
  width:646px;
}


