body {
 font-family: Arial;
 font-size: small;
 color: #DC5229;
 background: #DFE2BA ;
 margin: 0px;
}

#mittig {
margin: 0 15% 0 15%;
}

th, td {font-size: 10pt;}

#navigation {
 position: absolute;
 left: 10px;
 top: 100px;
 width: 140px;
}

#navigation a{
  display: block;
  margin-top: 5px;
  background: gold;
  width: 140px;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  color: crimson;
  border: crimson solid 1px;
  padding: 2px;

}

#navigation a:hover {
  background: #FFE8C0;
  border: brown solid 1px;
  color: crimson;
}
#navigation a#aktiv {
  background: goldenrod;
  color: crimson;
}

#banner {
 position: absolute;
 top: 0px;
 left: 0px;
 background: #66CCFF url(/Mathe/images/links_oben.gif) repeat-x;
 width: 100%;
 height: 60px;
 padding: 10px 200px;
 font-size: 26pt
 }

#inhalt {
 position: absolute;
 top: 10px;
 left: 10px;
 
 }

table#vordef_var { background: burlywood; }
table#vordef_var th { background: gainsboro; }
table#vordef_var td { background: firebrick; line-height: 14pt}

dt  {font-weight: bold;} /* Definitionslisten Term */
dd  {font-weight: normal;font-size: 10pt;}
dd tt  {font-weight: bold;}
dd b {line-height: 20pt}

h4 {
	font-size: 12pt;
 margin-left: center;
 color: darkorange;
}

 h3 {
	font-size: 12pt;
 margin-left: center;
 color: mediumblue;
}

h5 {
 font-size: 12pt;
 color: forestgreen;
}

pre i { color: darkorange;} /* Komentar-Simulation */
pre b { color: darkblue;}   /* Anweisung-Simulation */
pre tt { color: darkblue;}   /* Anweisung-Simulation */

input.rea {
 width: 100px;
 height: 30px;
 background: sandybrown;
 border: double 3px saddlebrwn;
}

table#aufgaben { border: 1px solid burlywood; }
table#aufgaben th { background: gold; color: crimson; width: 150px; }
table#aufgaben td { border: 1px solid burlywood; background: #66CCFF; line-height: 14pt; text-align: center; color:black;
}
