/* DWF */

* {
  margin: 0;
  padding: 0;
}

body {
  background: #eee url(/gfx/verlauf.jpg) repeat-x bottom;
  font-family: georgia, serif;
  font-size: 75%;
  height: 100%;
  margin: 0;
  text-align: center;
}


h1 {
  color: #222;
  display: none;
  font-size: 12px;
  font-weight: normal;
  margin: 0 0 15px 0;
  padding: 5px;
}


h2 {
  font-size: 20px;
  font-weight: normal;
  margin: 15px 0 5px 251px;
  padding: 5px;
}

h3 {
  color: #851519;
  font-size: 12px;
  font-weight: bold;
  line-height: 150%;
  margin: 5px 10px;
  padding: 5px;
}

h4 {
  color: #851519;
  font-size: 12px;
  font-weight: normal;
  line-height: 150%;
  margin: 5px 10px;
  padding: 5px;
}

p {
  font-family: arial;
  font-size: 13px;
  line-height: 150%;
  padding: 8px 15px 8px 15px;
}


ul {
  font-family: arial;
  line-height: 150%;
  list-style-type: square;
  margin-left: 30px;
}









/*Strukturelemente */

#kasten {
  background: url(/gfx/verlauf2.jpg) repeat-x top;
}

#seite {
  background: url(/gfx/vogel.gif) no-repeat top right;
  margin: auto;
  padding-top: 140px;
  text-align: left;
  width: 760px;
}

#navigation {
  font-size: 125%;
  line-height: 140%;
  list-style-type: none;
  text-align: right;
}


/* Globale Klassen */

.devide25 {
  float: left;
  margin: 25px 25px 0 0;
  width: 156px;
}

.devide50 {
  float: left;
  margin: 15px 25px 0 0;
  width: 210px;
}

/* Formatierung globaler Elemente */

div.links {
  background-color: #fff;
  border: 1px solid #ddd;
  float: left;
  padding: 10px 15px 25px 15px;
  margin: 0 6px 6px 0;
  width: 470px;
}

* html div.links { width: 500px; }

div.ganz {
  background-color: #fff;
  border: 1px solid #ddd;
  float: left;
  padding: 10px 15px 25px 15px;
  margin: 0 0 8px 0;
  width: 730px;
}

* html div.ganz { width: 760px; }

div.rechts {
  background-color: #fff;
  border: 1px solid #ddd;
  float: left;
  margin: 0 0 8px 0;
  padding: 10px 0 25px 0;
  width: 250px;
}


/* Linkformatierungen */

#navigation {
  font-family: georgia;
}

#navigation a:link,
#navigation a:visited {
  color: #851519;
  text-decoration: none;
}

#navigation a:hover,
#navigation a:active,
#navigation a:focus,
#navigation a.markiert {
  color: #851519;
  text-decoration: underline;
}

#fuss {
  margin-top: 15px;
  text-align: right;
}

h3 a:link,
h3 a:visited,
h4 a:link,
h4 a:visited,
ul a:link,
ul a:visited {
  color: #851519;
  text-decoration: underline;
}

h3 a:hover,
h3 a:active,
h3 a:focus,
h3 a.markiert,
h4 a:hover,
h4 a:active,
h4 a:focus,
h4 a.markiert,
ul a:hover,
ul a:active,
ul a:focus,
ul a.markiert {
  color: #851519;
  text-decoration: none;
}

a:link,
a:visited {
  color: #851519;
  text-decoration: underline;
}

a:hover,
a:active,
a:focus {
  color: #851519;
  text-decoration: none;
}

.flusslinks { float: left; }
.zentriert { text-align: center; }


img.rahmen { border: 1px solid #ddd; margin: 5px 20px 10px 15px; padding: 5px; }

.aus { display: none; }
.clear { clear: both; }
img.rechts { text-align: right; }

.samen {
  background-image: url(/gfx/samen.gif);
  background-position: top right;
  background-repeat: no-repeat;
}

a img { border: 0; }

div.top { text-align: right; }
