/*                                                                        */
/*  ++++++++++++++++++++ blechtrottel brodaktschns +++++++++++++++++++++  */
/*       ___________                                                      */
/*      |.---------.|   |   |        |  _|__      _|_|__  |               */
/*      || (.) (.) ||   |__ |   _  _ |__ |    _  _ | |  _ |               */
/*      ||  .___.  ||   |  ||  |-´|  |  ||  |/  / \| | |-´|               */
/*      ||_________||   |__||__|_/|_/|  ||_ |   \_/|_|_|_/|_/             */
/*      `---.---.---´       |            |      _|__     |                */
/*      .---'---'---.       |__   _  _  _| _ |   |  _  _ |__  _  _        */
/*      | ° ° [] == |       |  ||/  / \| | _||_/ | |_ |  |  || ||_        */
/*      `-----------´       |__||   \_/|_||_|| \ |_ _||_/|  || | _|       */
/*                                                      web design        */
/*                                                                        */
/*     feigenhof.css                                                      */
/*     c) 2007-2011 by blechtrottel brodaktschns, written by mist         */
/*                                                                        */
/*     this css file saved from / diese css-datei stammt von:             */
/*     http://feigenhof.at																								*/
/*                                                                        */
/*  +++++++++++++++++++++ http://blechtrottel.net ++++++++++++++++++++++  */

/*
lila: #7a236a
grün: #abc526
beige: #ffe
grau: #efefef
*/

/* Allgemein */

body {
  position: relative; /* FIR in Moz und Co. */
  width: 800px;
  margin: 15px auto;
  background-color: #888; /*#efefef;*/
  color: #000;
  font: 0.9em/1.1 'Tahoma', 'Verdana', 'Arial', sans-serif;
  z-index: 0;
}

a { text-decoration: none; }
a:link { color: #7a236a; }
a:visited { color: #555; }
a:active { color: #abc526; }


/* Seitenkopf */

div.kopf {
  width: 800px; height: 150px;
  background-color: #abc526;
}

div.kopf img { border: none; }

#titelfeige {
  float: left;
  width: 225px; height: 150px;
}

#titel {
  margin: 2px 0 0 225px;
  width: 415px; height: 150px;
  background: #abc526 url(bilder/titel.gif) no-repeat;
}

#titel span {
  position: relative;
  font-size: 48px;
  line-height: 50px;
  color: #fff;
  z-index: -1;
}

#logo {
	float: right;
	width: 133px; height: 119px;
  position: relative;
  top: 18px; right: 10px;
}

/* Seite */

div.seite { width: 800px; overflow: hidden; }

div.navi {
  width: 225px;
  background-color: #d4d6d4;
  float: left;
  padding: 20px 0 1500px 0;
  margin-bottom: -1500px;
  text-align: right;
}

div.navi h3 {
  position: relative;
  font: bold 16px;
  color: #7a236a;
  margin: 0.25em 0.5em 0 0.5em;
  margin: 0.25em 10px 0 0.5em;
	padding-right: 0.75em;
}

div.navi img { border: none; }

div.navi ul {
  list-style-type: none;
  padding: 0.5em 10px 0.5em 0.75em;
  margin: 0.25em 0 0.5em;
}

div.navi li { padding-right: 0.75em; line-height: 1.45; }
div.navi li { padding-right: 0.75em; line-height: 1.1; }
div.navi li a:link { color: #7a236a; }
div.navi li a:visited { color: #555; }
div.navi li a:hover {
	color: #7a236a;
	letter-spacing: 0.1em;
}
div.navi li a:active { color: #000; }

div.text {
	min-height: 48em;
  padding: 15px 10px 10px 1em;
  margin-left: 225px;
  background-color: #f7f7f7;
}

img#header {
	float: none;
	width: 575px; height: 389px;
  margin: -15px 0 1em -1em;
}

a.sprache { float: right; }

div.text ol, ul {
  padding-left: 0.8em;
  margin-left: 0.8em;
  margin-top: 0.3em;
}

div.text li { margin-bottom: 0.30em; }

h1, h2, h3 { font-weight: 400; color: #000; font-family: 'Tahoma', 'Verdana', sans-serif; }
h1 { color: #7a236a; font-size: 1.4em; line-height: 1.5; margin: 0 0 1.2em; }
h2 { font-size: 1.1em; margin: 1.2em 0 1em; line-height: 1.2; }
h3 { font-size: 1em; margin: 1em 0 0.9em; }

h1 span {
  position: relative;
  z-index: -1;
}

p { margin: 0 0 1em; }

td { vertical-align: top; }

td.rechts {
  text-align: right;
}


/* Seitenfu&szlig; */

div.fuss {
	position: relative;
  background-color: #888;
  color: #70a;
  clear: both;
  border-top: solid #888 2em;
  font: 12px Verdana, Arial, sans-serif;
  line-height: 14px;
}

div.fuss span {
	position: absolute;
  right: 5px;
}
