
/* Allgemeine Elementanweisungen */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

* {          /* Universalselektor */
padding: 0;
margin: 0;
}

body {
  color: #000;
  background: #666;
  font-family: verdana,arial,sans-serif;
  font-size: 100.01%;
  padding: 5px 0;
  margin: 0;
  text-align: center;   /* Zentrierung fuer alte IEs */
}

a { text-decoration: underline;}

a:link    { color: #234D60;}
a:visited { color: #628A9F;}
a:focus, a:hover, a:active { color: #BD1823;}

h1 {
  color: #666666;
  font-family: georgia,'times new roman',serif;
  font-size: 1.9em;
  font-weight: normal;
  line-height: 1.6em;
  margin: 0;
}

p {
  font-size: 1.0em;
  line-height: 1.0em;
  margin: 1em 0;
}

img { border: 0; }


/* Allgemeine Klassen
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

.stopFloat {
  display: block;
  float: none;
  clear: both;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
}



/* Rahmen, Kopf
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#rahmen {
  background: #FFF url(images/hintergrund.gif) repeat-y;
  width: 760px;            /* der Breite des Hintergrundbilds entsprechend */
  border: 1px solid #FFF;
  margin: 0 auto;          /* Zentrierung fuer moderne Browser */
  text-align: left;        /* text-align:center (body) "neutralisieren" */
}

* html #rahmen {   /* Box Model Hack - notwendig wegen border-Angabe */
  width: 762px;    /* fuer IE 5 und 5.5 */
  wid\th: 760px;   /* fuer IE 6 */
}

#kopf {
/* background: #FFF;*/
  height: 117px;
  background: #FFF url(images/Panorama_klein.jpg);
  padding: 10px 80px;
}
#rahmen #kopf p {
  float: left;
  }

#rahmen #kopf h1 {
  float: right;
  }
#rahmen #dsdr { /* Drucken soll rechts stehen */
  float: right;
  font-size: 70%;
  padding: 5px 5px 0 0;
}


/* Rote Menueleiste
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#menue {
  background: #BD1823;
  border-bottom: 1px  solid #FFF;   /* weisse Trennlinie zw. Menue u. Inhalt */
  border-top: 1px  solid #FFF;   /* weisse Trennlinie zw. Menue u. Kopf */
}


/* Spalte 1
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#spalte1 {
  float: left;
  background-color: #C9DEEA;
  width: 199px;    /* Breite ohne senkrechte weisse Linie */
  padding: 1em 0;
}

#spalte1 ul{
  list-style: none;
  padding: 0;
  margin: 0 10px 0 20px;
}
#spalte1 p {
  font-size: 80%;
  line-height: 150%;
  margin: 1em 20px;
}

#spalte1 li {
  margin: 0;
  font-size: 70%;
  line-height: 180%;
  margin: 0;
}

#spalte1 a:link, #spalte1 a:visited {
  color: #264F63;
  font-weight: bold;
  text-decoration: none;
}

#spalte1 a:focus, #spalte1 a:hover, #spalte1 a:active {
  text-decoration: underline;
}



/* Spalte 2
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#spalte2 {
  float:left;
  width: 360px;                  /* Breite ohne senkrechte Linien */
  background: #E4EEF3;
  padding: 1em 0 10px 0;
  border-right: 1px solid #FFF;  /* Senkrechte Linie rechts */
  border-left: 1px solid #FFF;   /* Senkrechte Linie links */
}

* html #spalte2 {  /* Box Model Hack - notwendig wegen border-Angabe */
  width: 362px;    /* Fuer IE 5 und 5.5 */
  wid\th: 360px;   /* Fuer IE 6 */
}

#spalte2 h1 {
  color: #BD1823;
  font-family: georgia,'times new roman',serif;
  font-size: 120%;
  line-height: 140%;
  border-bottom: 1px solid #BD1823;
  margin: 0 20px 1em 20px;
}

#spalte2 p {
  font-size: 80%;
  line-height: 150%;
  margin: 1em 20px;
}

#spalte2 a:link, #spalte2 a:visited {
  color: #BD1823;
  font-weight: bold;
}

#spalte2 a:focus, #spalte2 a:hover, #spalte2 a:active {
  color: #264F63;
}

.nachoben { text-align: right; }


/* Spalte 3
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#spalte3 {
  float:left;
  width: 199px;  /* Breite ohne senkrechte weisse Linie */
  background: #C9DEEA;
  padding: 1em 0 10px 0;
}

#spalte3 h1 {
  color: #2A5165;
  font-size: 80%;
  line-height: 160%;
  margin: 0 20px;
}

#spalte3 p {
  font-size: 70%;
  line-height: 150%;
  margin: 1em 20px;
}

#spalte3 img {
  margin: 1em 10px;
}


/* Menue Galerie */
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

ul.menue {
  float: left;
  background: #FFF;
  width: 740px;
  padding: 5px 0 5px 20px;
  margin: 0px;
  list-style: none;
}

ul.menue li {
  float: left;
  color: #CC0000;
  font-size: 0.8em;
  line-height: 1.2em;
  padding: 0 10px;
  border-right: 1px solid #EB9A97;
  margin: 3px 0 1px 0;
}

ul.menue li.titel { padding-left: 0; }

ul.menue li.blaettern { border-right: 0; }

li.blaettern img {
  position: relative;
  top: 1px;
}


/* Liste */
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#liste {
  background: #FFF;
}


/* Galerie */
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#galerie {
  background: #FFF;
}

#galerie a {
  float: left;
  height: 120px;
  width: 160px;
  padding: 4px;
  margin: 0 20px 20px 0;
}

#galerie a:link,
#galerie a:visited {
  border: 1px solid #CCCCCC;
}

#galerie a:hover,
#galerie a:focus,
#galerie a:active {
  border: 1px solid #CC0000;
}

#galerie img {
  vertical-align: middle;
  /* sonst Abstand in Firefox und Co. zur unteren Linie zu gross */
}

#galerieb {
  background: #FFF;
}

#galerieb a {
  float: left;
  height: 90px;
  width: 160px;
  padding: 4px;
  margin: 0 20px 20px 0;
}

#galerieb a:link,
#galerieb a:visited {
  border: 1px solid #CCCCCC;
}

#galerieb a:hover,
#galerieb a:focus,
#galerieb a:active {
  border: 1px solid #CC0000;
}

#galerieb img {
  vertical-align: middle;
  /* sonst Abstand in Firefox und Co. zur unteren Linie zu gross */
}

/* Tabellen */
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

table {
  /*border: 1px solid #628A9F;
  border-collapse: collapse;*/
}
caption {
  color: #BD1823;
  font-family: georgia,'times new roman',serif;
  font-size: 100%;
  font-style: italic;
  text-align: left;
  padding: 5px;
}
.tdeing, .theing {
  font-size: 100%;
  padding: 3px 1px;
/*border: 1px solid #F9D976;*/
}
td, th {
  font-size: 55%;
  padding: 3px 1px;
/*border: 1px solid #F9D976;*/
}
.getoent {
  background-color: #FAE3B4;
}
th {
	color: #222;
  background-color: #F0D070;
/*background: url(images/th_hintergrund.gif) 1px 1px no-repeat;*/
  text-align: left;
  padding-top: 3px;
}


/* Kontakt */
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#kontakt {
  padding: 1em 0;
  text-align: center;
  background: #FFF;
}
