/*  
+++++++++++++++++++++++++++++++++++
  Reset und allgemeine Angaben 
+++++++++++++++++++++++++++++++++++
*/

* {
  margin: 0;
  padding: 0;
}
#seite {
  font: 100% Verdana, Geneva, Helvetica, Arial, sans-serif;
}
a:link { 
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  color: #000;
}
a:active {
  color: #000;
}
a img { border: none; }
p {
  margin: 1em 0 1em 1px;
}
h1 {
  font-size: 125%;
  font-weight: bold;
}
h2 {
  font-size: 125%;
  font-weight: bold;
}
h3 {
  font-size: 100%;
  font-weight: bold;
}
/* 
  versteckte Elemente 
*/
#facewrapper h1,
#kopf h2,
#navigation {
  display: none;  
}

/* Angaben zum Spaltenlayout */
body {
  padding: 20px 0;
}
#seite {
  width: 100%;
}
#kopf {
  position: relative;
}
#inhalt {
  width: 95%;
}
#logowrapper { position: absolute; top: 0; right: 0; }
#hauptteil hr {
  clear: both;
  height: .1px;
  border: none;
  visibility: hidden;
}

/*
Allgemeine Formatierungen f�r die Inhaltsbereiche der Spaltenlayouts;
die Anordnung der Spalten erfolgt je Beispiel im style-Element
*/

/*  
+++++++++++++++++++++++++++++++++++
  Farben 
+++++++++++++++++++++++++++++++++++
*/

body {
  background: #fff;
  color: #000;
}
#hauptteil {
  padding-top: 130px;
}

/*  
+++++++++++++++++++++++++++++++++++
  SEITENKOPF  
+++++++++++++++++++++++++++++++++++
*/

#kopf {
  position: relative;
}
/* IE <= 6: hasLayout noetig fuer containing block */

#kopf h1 {
  position: absolute;
  right: 10px;
  bottom: 5px;
  overflow: hidden;
  line-height: 100%;
  font-size: 100%;
  font-weight: bold;
  padding: 0;
  color: #999;
}
#kopf h1 a:link { text-decoration: none; color: #999; } 
#kopf h1 a:visited { text-decoration: none; color: #999; } 
#kopf h1 a:hover { text-decoration: underline; color: #ccc; } 
#kopf h1 a:active { text-decoration: underline;  color: #ccc; } 
#kopf hr {
  display: none;
}
#facewrapper {
  position: relative;
	height: 94px;
  padding-left: 2px;
}
#facewrapper img {
  padding: 0;
  margin: 2px 2px 2px 0;
}

/*  
+++++++++++++++++++++++++++++++++++
  HAUPTTEIL
+++++++++++++++++++++++++++++++++++
*/

/* Inhalt */

#inhalt h1, #inhalt h2, #inhalt h3, #inhalt h4  {
  color: #660033;
}
#inhalt h2 {
  margin: .5em 0 1em 0;
}

/*
+++++++++++++++++++++++++++++++++++
  FUSS
+++++++++++++++++++++++++++++++++++
*/

#fuss {
  border-top: 2px solid #9f0000;
  padding: .75em 0;
  position: relative;
}
#mailcontact { width: 200px; padding-left: 12px; } 
#mailcontact a { 
	font-weight: bold; 
	color: #999;
  text-decoration: none;
} 
#mailcontact a:link { text-decoration: none; } 
#mailcontact a:visited { text-decoration: none; } 
#mailcontact a:hover { text-decoration: underline; color: #603; } 
#mailcontact a:active { text-decoration: underline;  color: #603; } 
#copyright {
	font-weight: bold; 
	position: absolute; 
  top: 10px;
  left: 300px;
  color: #999;
	} 
#footerlogo {
	position: absolute; 
  bottom: 10px; 
  right: 10px; 
}

#address {
  position: absolute;
  right: 0px;
  top: 80px;
}
