/*  ===============================================
Stylesheet fuer papass"
Stand:  Layout
        dreispaltig, Header, Footer
        float und margin
Datei:  bildschirm2.css
Datum:  2011
Autor:  Alexandros Papassimos
Aufbau: 1. Kalibrierung und Restauration
        2. Allgemeine Styles
        3. Styles fuer Layoutbereiche
        4. Sonstige Styles
================================================ */

/* ======================================
  1. Kalibrierung und Restauration
  ====================================== */
/* Reset - alle Abstaende auf NULL */
*  { padding: 0; margin: 0; }
/* optional: erzwingt Scrollbar im Firefox */
html { height: 100%; margin-bottom: 1px; }
h2, h3, p, ul, ol { margin-bottom: 1em; }
ul ul { margin-bottom: 0; }
li { margin-left: 1em ; }
/* hier ggfs. Abstaende fuer weitere Elemente restaurieren */

/* ======================================
  2. Allgemeine Styles
  ====================================== */
body {
  background-color: #ebd9c1;
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
}
h1 { font-size: 150%; }
h2 { font-size: 130%; }
h3 { font-size: 100%; }
address {
  text-align: center;
  font-size: 80%;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 2.0;
  color: black; 
}
kopfbuchstabe {
  font-size: 170%;
  color: #696969; 
}
a {
  text-decoration: none;
  /* outline: none; */ /* nur wenn es Sie wirklich stoert */
}
a:link { color: white;}
a:visited { color: #696969;}
a:hover,
a:focus {

}
a:active {

}
/* Allgemeine Klassen und IDs */
img#logo {

}
/* Skiplink ausblenden */
.skiplink {
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
/* Bilder floaten und mit Rahmen versehen */
.bildlinks {
  float:left;
  padding: 3px;
  /*border: 5px solid #ccc;*/
  margin-right: 10px;
  margin-bottom: 30px;
}
.bildlinks2 {
  float:left;
  padding: 3px;
  /*border: 5px solid #ccc;*/
  margin-right: 10px;
  margin-bottom: 30px;
  margin-left: 20px;
}
.bildrechts {
  float:right;
  padding: 3px;
  /*border: 5px solid #ccc;*/
  margin-right: 120px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.textbild {
  font-size: 120%;
}
.clearing { clear: both; }

/* ======================================
  3.  Styles fuer die Layoutbereiche
  ====================================== */
#wrapper {
  background-color: white;
  color: black;
  width:auto;
  min-width: 400px;
  max-width: 44em;
  margin: 10px auto;
  border: 1px solid #6f5f4f;
}
/* Feste Breite fuer IE6 */
* html #wrapper { width: 760px; }

#kopfbereich {
  position: relative;
  background-color: white;
  color: black;
  padding: 10px 20px 10px 20px;
}
  #kopfbereich p {

  }
  div#kopfbereich p span {

  }
div.logo {
  overflow: hidden; /* zum Einschliessen der Floats */
  background-color: #a9a9a9;
  margin-bottom: 1px;
}
div.logo img {
    display:block;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}
  #bildschliessen a {
    display: block;
    text-decoration: none;
    background-image: url(wall2.png);
    background-color: #ebd9c1;
  }
  #bildschliessen a:hover,
  #bildschliessen a:focus {
    color: #6f5f4f;
    background-color: white;
    border-left-color: #d3d3d3;
    border-bottom: none;
  }
  #bildschliessen a:active {
   background-color: #ebd9c1;
  }
#bildschliessen {
  background-image: url(wall2.png);
  background-color: #96897c;
  color: white;
  text-align:right;
  margin-right: 8px;
  margin-left: 390px;
  margin-bottom: 4px;
}
#bildtext {
  font-size: 140%;
  color: #6f5f4f;
  text-align:center; 
  margin: 4px;
}
#bildtext2 {
  margin: 30px;
}
#textgruen {
  color: #556B2F;
}
#textrot {
  color: #ff0000;
}
#textdunkelrot {
  color: #8b0000;
}
#textorange {
  color: #ff8c00;
}

/* ====================================== 
  4. Sonstige Styles 
  ====================================== */
/* Das Kontaktformular */
form {
  background-color: #a9a9a9;
  width: 370px;
  padding: 20px;
  border: 1px solid #8c8c8c;
}
label {
  display: block;
  cursor: pointer;
}
input#absender,
textarea {
  width: 300px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
}
textarea {
  height: 7em;
}
input:focus,
textarea:focus {
  background-color: #faf0e6;
}

/* Die kleine Galerie */
div.galerie {
  overflow: hidden; /* zum Einschliessen der Floats */
  padding: 4px;
  margin: 3px;
}

/* Sternchen-Hack und Holly-Hack
   bewirkt hasLayout fuer IE6 */
* html div.galerie { height: 1%; }

div.galerie img {
  display:block;
  margin: 2px auto 2px auto;
  padding: 0px;
  border: 1px solid #ddd;
  border-right-color: #aaa;
  border-bottom-color: #aaa;
}

div.galerie2 {
  overflow: hidden; /* zum Einschliessen der Floats */
  padding: 10px 10px 10px 0;
  margin: 0 3px 3px 0;
}

/* Sternchen-Hack und Holly-Hack
   bewirkt hasLayout fuer IE6 */
* html div.galerie2 { height: 1%; }

div.galerie2 img {
  border: 1px solid #ddd;
  border-right-color: #aaa;
  border-bottom-color: #aaa;
  margin-left: 10px;
}


/* =======================================
   E N D E   D E S   S T Y L E S H E E T S
   ======================================= */