@charset "utf-8";
/* CSS Document */

/* Hintergrund
----------------------------------------------------------------------------------------------------
*/
body {
  padding:0;
  text-align:left;
  margin: 10px;
  background-color: #FFFFCC;color:black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  }
  
a { color: #0B4D8C; text-decoration: underline; } /* Alle unbesuchten Links bekommen eine leicht bläuliche Farbe und werden unterstrichen, damit man Sie gleich im Text erkennt. */
a:visited { color: black; } /* Besuchte Links werden schwarz, bleiben dennoch unterstrichen. Somit erkennt man wo man sich schon befunden hat. */
.skip { /* Da ein wichtiger Screenreader das display: none; auch für sich versteht und nichts vorliest obwohl das hier sich vor allem an Blinde richtet, muss man es so lösen dass man diesen Link außerhalb des Sichtfeldes bringt. Somit wird er trotzdem vorgelesen. */
  position: absolute;
  margin-left: -1999px;
  width: 990px;
}

h1 { /* Die Überschrift jeder Seite stellen wir besonders da, denn sie ist sehr wichtig. */
  font-size: 2.7em;
  font-weight: normal;
  line-height: 0.8em;
  padding: 0.6em 0 0.2em 2%;
  text-align:center;
  margin: 0 0 10px 0;
  border-bottom: 1px dashed #E6E6FA;
}
h2, h3, h4 { font-weight: normal; }
h1, h2, h3, h4, h5, h6 { /* Alle Überschriften bekommen eine besondere Farbe, und da sie sehr groß sind, können wir es uns erlauben hier eine Schrift mit Serifen zu wählen. Wir spielen hier ein wenig mit Typographie, und entgegen dem Einheitsbrei auf vielen Seiten. */
  color: #6699CC;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container { /* Ist dafür gedacht dass die viele Formatierungen einfacher werden, und auch ein gemeinsammer Rand entstehen kann, der nicht ganz außen am Fenster ist. */
  font-size: 0.8em; /* Ein Kompromiss über den man sicherlich streiten kann, aber viele Leute empfinden die von Ihnen selbst eingestellte Textgröße für zu groß, wissen aber nicht wie man das ändert. */
  width: 984px; /* Eine Begrenzung der Breite auf höhstens 70em. Das machen wir um nicht zu lange Textbreiten zu erhalten, welche dann schlecht zu lesen sind. Für den IE gibt es in ielte6.css einen Woraround. */
  margin: auto; /* Hiermit zentrieren wir unsere Seite. */
  border: 1px solid #aaa; /* Eine kleine optische Abgrenzung. */
  border-top: 0; /* Ganz oben allerdings würde es mit dem grauen komisch aussehen, deshalb weg damit. */
  background: #ccafcf;
}

#header {
  width:100%; 
  margin:0 auto;
  /*border:1px dashed #FF007F;*/
  background-color:#CCAFCF;color:black;
  }
#headnav {
  width:100%;
  height:15px;
  margin:0 auto; 
  padding:5px 0;
  text-align:center;
  font-size:80%;
  border:1px #fff;
  background-color:#A67CAC;
  color:white;
  }
#topmenu {
  float: left;
  text-align:left;
  width: 500px;
  margin: auto;
  background-color:#A67CAC;
  color:white;
  }  
#language {
  float: right;
  width: 200px;
  margin: auto;
  background-color:#A67CAC;
  color:white;
  }

.rootline {
  text-align:left;
  margin-left:10px;
}

#main {
  width:100%;
  margin:0 auto;
  /*border:1px dashed #333;*/
  background-color:#CCAFCF;
  color:black;
  }
#nest {
  padding-top:10px;
  }
#content {
  margin-left: 205px;
  margin-right: 205px;
  margin-bottom:10px;
  /*margin:0 205px 10px 205px; --> Kurzschreibweise*/
  border: 1px solid #000000;
  background-color:white;
  color:black;
}
#content p {
  padding: 0.4em 0 0.4em 2%;
  font-size:110%;
  font-weight: normal;
  line-height: 1.5em;
}
#leftbox {
  border: 1px solid #000000;
  width: 200px;
  float: left;
  margin-right: 10px;
  background-color:white;
  color:black;
  margin-bottom:10px;
  }
#rightbox {
  margin-left: 15px;
  padding-left: 5px;
	border: 1px solid #000000;
  width: 195px;
  float: right;
  background-color:white;
    color:black;
  margin-bottom:10px;
  }
#rightbox h1 { 
  font-size: 1.3em;
  font-weight: normal;
  line-height: 1.0em;
  padding: 0.3em 0 0.3em 2%;
  text-align:center;
  margin: 0 0 5px 0;
  border-bottom: 1px dashed #E6E6FA;
}
  
#left {
  /*margin-left: 15px;
  padding-left: 5px;*/
	/*border: 1px solid #000000;
  width: 195px;
  float: right;*/
  background-color:white;
  color:black;
  margin-top:10px;
  margin-bottom:10px;
  }
#left h1 { 
  font-size: 1.3em;
  font-weight: normal;
  line-height: 1.0em;
  padding: 0.3em 0 0.3em 2%;
  text-align:center;
  margin: 0 0 5px 0;
  border-bottom: 1px dashed #E6E6FA;
}  
#footer {
  width:100%;
  margin:0 auto;
  text-align:center;
  /*border:1px dashed #333;*/
  background-color:#A67CAC;
  color:white;
  }
#footer p {
  text-align:center;
  } 
  
.Stil1 {font-weight: bold}
.Stil2 {
	color: #FF0000;
	font-weight: bold;
} 