html {
  height               : 100%;
  width                : 100%;
}

body {
  height               : 100%;
  width                : 100%;
  margin               : 0;
  background-attachment: fixed;
  background-color     : #B3C1FE;
  background-image     : url(../bilder/hintergrund.jpg);
  background-position  : top;
}

.artikel_listen_eintrag {
  margin-left          : 15px;
  width                : 650px;
  padding-top          : 15px;
  padding-bottom       : 15px;
}

.artikel_vorschau_klein {
  float                : left;
  margin-right         : 15px;
  border               : 1px solid #CCCCCC;
}

input,textarea,select {
  background-color     : #EEEEEE;
}

a {
  font-family          : Georgia, "Times New Roman", Times, serif;
  font-size            : 14px;
}

p {
  text-align           : justify;
  font-size            : 14px;
}

hr {
  border               : solid #CCCCCC 1px;
}

.rahmen {
  margin-bottom        : 15px;
  border               : 1px solid #CCCCCC;
  border-right         : 2px solid #999999;
  border-bottom        : 2px solid #999999;
}

.inhalt {
  width                : 680px;
  background-color     : #FFFFFF;
  color                : #000000;
  padding              : 20px;
}

.ueberschrift {
  width                : 700px;
  background-color     : #000000;
  background-image     : url(../bilder/verzierung.gif);
  background-repeat    : no-repeat;
  color                : #FFFFFF;
  text-align           : right;
  padding              : 25px 10px 10px 10px;
}

.ueberschrift a {
  font-size            : 18px;
  letter-spacing       : -1px;
  font-weight          : bold;
}

#hauptcontainer {
  position             : relative;
  margin               : 0 auto;
  top                  : 25px;
  width                : 865px;
}

#links {
  width                : 125px;
  float                : left;
  text-align           : right;

}

#rechts {
  width                : 720px;
  float                : right;
}

#unten {
  width                : 865px;
	float                : left;
}

#findercontainer {
  width                : 216px;
  height               : 180px;
  position             : relative;
  right                : 93px;
  background-color     : #FFFFFF;
  float                : right; 
}

#finder {
  width                : 196px;
  height               : 160px;
  position             : relative;
  top                  : 10px;
  left                 : 10px;
}

.platzhalter {
  margin-left          : 4px;
  margin-right         : 4px;
  width                : 108px;
  height               : 70px;
}

.platzhalter .normal {
  margin               : 0;
  clear                : both;
}

.platzhalter .roll {
  display              : none;
  clear                : both;
  margin               : 0;
}

.platzhalter a:hover .roll {
  display              : block;
}

.platzhalter a:hover .normal {
  display              : none;
}
