/* Grundlagen *****************************************************************/
body
{
margin: 0; 
padding: 0;
color:#000000;
background-color:#404040;
}
.zentr
{ text-align: center; }
.rechts
{ text-align: right; }
h2
{ font-size: 24px; }
h3
{ font-size: 18px; }
ul
{
  list-style-type: square;
  color:#E0E070;
}
 .LehrerImg
  {
  border: 7px dotted #E0E070;
  }

/* Veschiedene Überschriftendefinitionen --------------------------------------------------------*/
/* Elementeigenschaften ohne Angabe left, right, usw. */
/* Einträge position: 1 top, right, bottom, left */
/* Einträge position: 12 top, right und left */
/* Einträge position: 123 top, right und left bottom */
/* Einträge position: 1234 top, right, bottom, left */
/* Menü oben ------------------------------------------------------------------------------------*/

/* Linker Bereich *************************************************************/
div #TopMenu
{
position:absolute;
top:0px; left:0px;
/* Eigenschaften: width, style, color; */
border-width:20px 20px 0px 0px;
border-style:solid;
/*border-color:#802040;*/
border-color:rgb(255,128,0);
padding:0px;
/* Kernbereich */
width:840px;
height:60px;
/* Farben */
background-color:#000;
}
div #TopMenu .MItem
{
padding-top:10px;
padding-left:20px;
float:left;
font-family:Arial,sans-serif;
font-style:normal;
font-size:14px;
font-weight:bold;
/*line-height:40px; */
}
div #TopMenu a
{
background-color:#000;
color:#A0A070;
text-decoration:none;
}

div #TopMenu a:hover
{
background-color:#000;
color:#E0E070;
text-decoration: underline;
}

/* Mittlerer Bereich -----------------------------------------------------------------------------------*/
div #MidContent
{
position:absolute;
top:60px; left:0px;
/* Eigenschaften: width, style, color; */
border-width:0px 20px 20px 0px;
border-style:solid;
border-color:rgb(255,128,0);

/*If padding > 0 then mininize width and height */
padding: 20px;
/* Kernbereich */
width:800px;
height:500px;
/* Farben */
background-color:#000;
color:#E0E070;
}
/*Rechter Bereich -----------------------------------------------------------------------------------*/
div #RightDeco
{
position:absolute;
top: 0px; left:860px;
/* Eigenschaften: width, style, color; */
border:0px solid black;
padding:0px;
/* Kernbereich */
height:620px;
width:143px;
/* Farben */
background-color:#777;
color:#000000;
}

