@charset "utf-8";

/**
----------------------------------------------------------
Regeln für allgemeine Elemente
---------------------------------------------------------- */

/* Alle kritischen Werte instanziieren */
* {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

/* Farben und Hintergrund setzen */
body {
  color: #a5a3a3;
  background: #e2e2e2 url(../images/bg.gif) no-repeat;
}

/* Schriftgröße kontrollieren */
body, td, th {
  font: normal 80% Verdana, sans-serif;
}
td, th {
  f\ont-size: 100%;
}

/* Links und Anker */
a:link {
  color: #808080;
  background-color: transparent;
}
a:visited {
  color: #5D5D5D;
  background-color: transparent;
}
a:hover,
a:focus {
  color: #808080;
  background-color: #D3D3D3;
}
a:active {
  color: #808080;
  background-color: #D3D3D3;
}
a:link img, a:visited img,
a:hover img, a:focus img, a:active img {
  border: 0;
}

/* Überschriften */
h1, h2, h3, h4, h5, h6 {
  color: #454545;
  background-color: transparent;
}
h1 {
  font-size: 1.5em;
  margin: 0 0 1.0em 0;
}

h4 {
  margin-bottom: 0;
  
}

/* Absätze */
  p {
  margin: .8em 0;
}

p.italic{
font-style:italic;
}


/* Bilder */
img {
  vertical-align: bottom;
}


 .middle{
  vertical-align: middle;
  text-align:center ;
}

.clear
{
clear:both;
}


/**
----------------------------------------------------------
Regeln für besondere Bereiche
---------------------------------------------------------- */

/* Standardmäßig nicht sichtbare Inhalte zur Erleichterung der
   Orientierung mit assistiven Technologien */
.invisible {
  position: absolute;
  left: -9999px;
}


/** Hauptbereich
---------------------------------------------------------- */
/** Hauptbereich horizontal zentrieren
---------------------------------------------------------- */
div#top {
  color: #454545;
  background: #e2e2e2 url(../images/bg_top.gif) top left repeat-y;
  border: 1px solid #606060;
  border-top: 0;
  width: 920px;
  margin: auto; /* Reicht eigentlich */
}
/* Für kaputte Browser */
body {
  /* Alle Inhalte horizontal zentrieren */
  text-align: center;
}
body * {
  /* Textausrichtung korrigieren */
  text-align: left;
}


/** globale Navigation
---------------------------------------------------------- */
#head ul {
  font-size: .9em;
  margin: .8em 0;
}
#head ul,
#head li {
  float: left;
  list-style: none;
}
#head ul a,
#head ul strong {
  color: #908D8E;
  background-color: #e2e2e2;
  text-decoration: none;
  padding: .2em 1em;
}
#head ul a:hover,
#head ul a:focus {
  text-decoration: underline;
}

#head li.skiplink {
  padding: 0;
}
#head li.skiplink a {
  color: #EBE9DF;
  background-color: #EBE9DF;
}
#head li.skiplink a:focus {
  color: black;
  background-color: white;
}


/** Logo
---------------------------------------------------------- */
h1#logo {
  color: #908D8E;
  background: #9B9B9B url(../images/bg_logo.gif) left bottom no-repeat;
  text-align: right;
  margin: 0;
}


/** Seitenspalte
---------------------------------------------------------- */
#sidebar {
  float: left;
  width: 264px;
  margin: 0 0 160px 0;
  background: url(../images/bg_sidebar.gif) top left no-repeat;
}

/** Navigation
---------------------------------------------------------- */
ul#nav {
  margin: 84px 0 0 0;
  list-style: none;
}
#nav a,
#nav strong {
  color: white;
  background-color: #908D8E;
  display: block;
  padding: 5px 10px 7px 10px;
  text-align: right;
  border-bottom: 1px solid white;
  line-height: normal;
  text-decoration:none; 
  /* Breitenangabe notwendig, um den IE-Leerraum-Bug
     bei Listen zu umgehen */
  width: 263px;
  wid\th: 243px;
}
#nav a:hover,
#nav a:focus,
#nav a:active,
#nav strong {
  color: #908D8E;
  background-color: #e2e2e2;
  text-decoration:none; 
}


/** Kontaktfeld
---------------------------------------------------------- */
div#contact {
  color: #908D8E;
  background-color: white;
  padding: 20px;
}
#contact h2 {
  color: #908D8E;
  background-color: white;
  font-size: 1.3em;
  text-align: right;
  /**text-transform: uppercase;*/
}
#contact p.tel {
  font-size: 1.0em;
  font-weight: bold;
  text-align: right;
  margin: 0;
}
#contact p.address {
  text-align: right;
  margin: 0;
}


/** News
---------------------------------------------------------- */
div#news {
  color: #454545;
  background-color: #C0C0C0;
  font-weight: bold;
  padding: 0 10px 10px 20px;
  border-top: 50px solid #C0C0C0;
}

#news h2 {
  color: #D3D3D3;
  background-color: #908D8E;
  margin: 0 -10px 1em -20px;
  padding: 2px 0px 3px 20px;
  text-transform: uppercase;
  font-size: 1.1em;
}
#news a {
  color: #D3D3D3;
  background-color: #908D8E;
}
#news a:hover,
#news a:focus {
  color: #D3D3D3;
  background-color: #908D8E;
}

/** Inhaltsbereich
---------------------------------------------------------- */
div#main {
  background: url(../images/linksunten.gif) left bottom no-repeat;
}


/** Content
---------------------------------------------------------- */
div#content {
  margin: 0 100px 0 264px;
  padding: 54px 20px 40px 60px;
  /* Behebt den 3-Pixel-Textsprung-Bug und andere Bugs im IE 6 */
  height: 1%; }
#content p.text {
  margin: 0 132px 0 380px;
  padding: 20px 30px 20px 30px;	
  font-size: 1.0em;
  font-weight: bold;
  text-align: left;
  margin: 0;
 
}
#content p.trennung {

  font-size: 1.0em;
  font-weight: bold;
  text-align: center;
  margin: 0;  
}

#content p.maerchen {

  font-size: 1.0em;
  text-align: left;
  margin: 0;  
}

#content p.italic {

  font-size: 1.0em;
  font-style: italic;
  text-align: center;
  margin: 0;  
}

dt {  font-size: 0.9em;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}


/** Fußzeile
---------------------------------------------------------- */
p#footer {
  color: #D3D3D3;
  background-color: #9B9B9B;
  font-size: .9em;
  text-align: right;
  vertical-align: bottom;
  padding: 5px 20px;
  margin: 0;
  clear: both;
}
#footer a {
  color: #D3D3D3;
  background-color: #9B9B9B;
  vertical-align: bottom;
}
#footer a:hover,
#footer a:focus {
  color: #9B9B9B;
  background-color: #D3D3D3;
}
#footer img {
  vertical-align: bottom;
}

/**
----------------------------------------------------------
Regeln für besondere Dokumente
---------------------------------------------------------- */

/** tabelle
---------------------------------------------------------- */
table#material {
  border-collapse: collapse;
  /*empty-cells: hide;*/
  border: 0px  #5D5D5D;
}

#material td,
#material th {
  border: 1px solid #5D5D5D;
  color: #5D5D5D;
  background-color: #C0C0C0;
  padding: .5em 1em;
}

#material tbody th {
  color: #C0C0C0;
  background-color: #808080;/*DDE6CB;*/
  text-align: center;
  font-weight: bold;
}

#material tbody td {
  color: #5D5D5D;
  background-color: #C0C0C0;
}
/*
#material tfoot td {
  text-align: center;
  font-size: .9em;
}*/


table#uebersicht {
  border-collapse: collapse;
  /*empty-cells: hide;*/
  border: none;
}
#uebersicht td,
#uebersicht th {
  border: none;
  padding: .5em 1em;
}

#uebersicht th {
  text-align: left;
  margin-top: 35px;
  font-weight: bold;
}
#uebersicht td {
 border-bottom: 1px solid #5D5D5D;
}


