body {
  padding:0px;
  margin:0px;
  background-color:#1B8410; /*Definition Hintergrundfarbe*/
  font-family:verdana,arial,helvetica,sans-serif;
  color:#000000;
}
/*Definition oberer Balken*/
#logo {
  height:auto;
  margin:10px;
  padding:5px;
  background-color:#D2D4D6;
}
/*Inhalt mit fixer Hoehe*/
#inhalt {
  min-width:650px;
  width:auto;
  padding:5px;
  height:360px;
  margin:0px 180px;
  background-color:#F1F2f3;
}
/*Inhalt mit automatischer Hoehe*/
#inhaltfloat {
  min-width:120px; 
  width:auto;
  padding:5px;
  height:auto;
  margin:0px 180px;
  background-color:#f1f2f3;
}
/*SCHULE*/
/*Inhalt mit automatischer Hoehe*/
#pinboard {
background-image: url(./pics/schule/pinwand.jpg);
background-color:orange;
width:500px;height:200px;
border:5px solid brown;
padding:20px;
  min-width:120px;
  width:auto;
  padding:5px;
  height:auto;
  margin:0px 180px;
  background-color:#f1f2f3;
}
#schilager {
background-image: url(./pics/schule/schilager/landschaft.jpg);
background-color:orange;
width:500px;height:200px;
border:5px solid brown;
padding:20px;
  min-width:120px;
  width:auto;
  padding:5px;
  height:auto;
  margin:0px 180px;
  background-color:#f1f2f3;
}

/*Block links oben innerhalb Inhalt*/
#inhaltl1 {
  float:left;
  top:0px;
  left:0px;
  min-width:250px;
  width:auto;
  height:250px;
  padding:5px;
  background-color:#f1f2f3;
}
/*Block links unten innerhalb Inhalt*/
#inhaltl2 {
  float:left;
  top:0px;
  left:0px;
  min-width:250px;
  width:auto;
  height:250px;
  padding:5px;
  background-color:#f1f2f3;
}
/*Block rechts oben innerhalb Inhalt*/
#inhaltr1 {
  float:right;
  top:0px;
  left:300px;
  width:250px;
  height:250px;
  padding:5px;
  background-color:#f1f2f3;
}
/*Block rechts unten innerhalb Inhalt*/
#inhaltr2 {
  float:right;
  top:0px;
  left:300px;
  width:250px;
  height:250px;
  padding:5px;
  background-color:#f1f2f3;
}
/*Block links fuer Inhaltsverzeichnis*/
#links {
  position:absolute;
  top:170px;
  left:10px;
  width:150px;
  height:400px;
  text-align:left;
  background-color:#D2D4D6;
  display:blo k;
}
/*Block rechts fuer Inhaltsverzeichnis*/
#rechts {
  position:absolute;
  top:170px;
  right:10px;
  width:160px;
  min-height:400px;
  height:auto;
  text-align:center;
  background-color:#D2D4D6;
}
/*Definition fuer Text*/
.forText {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	line-height: 23px;
}
/*Blockdefinition fuer Inhaltsverzeichnis*/
#navcontainerv
{
background: #D2D4D6;
width: 100%;
margin: 0;
padding: 0;
font-family:verdana,arial,helvetica,sans-serif;
font-size: 13px; /*Schriftgroesse Menu*/
text-align: center;
}

ul#navlistv
{
text-align: left; /*Text im Schalter beginnt links*/
list-style: none;
padding: 0;
margin: 0;
width: 100%; /*Blockbreite*/
}

ul#navlistv li
{
display: block;
padding: 0; 
margin  0; /*Abstand der Schalter*/
}

ul#navlistv li a
{
display: block;
width: 140px; /*Schalterbreite*/
padding: 0.5em 0 0.5em 0; /*innenabstand*/
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: #000000; /* Schriftfarbe */
text-decoration: none;
background: #f7f2ea;
}

#navcontainerv>ul#navlistv li a { width: auto; }

ul#navlistv li#active a
{
background: #f0e7d7;
color: #800080;
}

ul#navlistv li a:hover, ul#navlistv li#active a:hover
{
color: #CE2C90; /* Schriftfarbe Cursor auf Schalter*/
background: transparent;
border-color: #aaab9c #fff #fff #ccc;
}

ul#navlistv li a:visited
{
background: #f0e7d7;
color: #2F6712;
}
