body {
  background: #575757;
  margin: 20px;
  font: normal 11px Arial;
}

.schattenoben {
background-image:url(images/schatten_oben.gif);
height:7px;
}

.schattenlinks {
background-image:url(images/schatten_links.gif);
width:7px;
}

.schattenrechts {
background-image:url(images/schatten_rechts.gif);
width:7px;
}

.schattenunten {
background-image:url(images/schatten_unten.gif);
height:7px;
}

.schattenuntenrechts {
background-image:url(images/ecke_rechtsunten.gif);
height:7px;
width :7px;
}

.schattenuntenlinks {
background-image:url(images/ecke_linksunten.gif);
height:7px;
width :7px;
}

.schattenobenrechts {
background-image:url(images/ecke_rechtsoben.gif);
height:7px;
width :7px;
}

.schattenobenlinks {
background-image:url(images/ecke_linksoben.gif);
height:7px;
width :7px;
}

hr{
 border: 0px; /* Für Firefox und Opera */
 border-bottom: solid 1px #26A0EC; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
}


#menu {
  padding:0.1em;
  text-align:center;
  width: 80px;
  
  border-left-style:solid;
  border-left-color:#FFFFFF;  
  border-left-width:1px;
  border-bottom-style:solid;
  border-bottom-color:#FFFFFF;  
  border-bottom-width:1px;

  height: 25px;
  background: #d2542b;
  color : #FFFFFF;
  font-size: 12px;
}

#menu a {
  color: #FFFFFF;
  text-decoration:none;
}

div.logo {
  margin-left:20px;
}

div.headertext {
  margin-top:10px;
  margin-left:10px;
  margin-right: 20px;
  font-size: 14px;
  color: #000000;
}

div.inhalt {
  margin-left    : 20px;
  margin-right   : 15px;
  margin-top     : 15px;
  margin-bottom  : 30px;
  font-size: 13px;
}

div.inhalt p {
  color: #504e4e;
}

div.inhalt img {
  border:1px solid #504e4e;
}


ul li {
  color: #504e4e;
}

div.ueberschrift {
  font-size: 14px;
  text-align: right;
  font-weight: bold;
}

div.menurechts {
  margin-left   : 20px;
  margin-right  : 10px;
  margin-top    : 15px;
  margin-bottom : 130px;
  font-size     : 12px;
}

div.menurechts a {
  text-decoration:none;
  color:#cd8f54;  
}

div.menurechts a:hover {
  text-decoration:underline;
}

div.menurechts p {
  color: #bc6110;
}

.footer {
  color: #26A0EC;
  font-size: 12px;
}

.footer a {
  color: #26A0EC;
  font-size: 12px;
  text-decoration:none;  
}

tr.mainrow{
	background:#86C4EA;
	font-size: 13px;
}

tr.row1{
  background:#EBF4F9;
  color : #504e4e;
  font-size: 12px;
  height: 20px;
}

tr.row2{
  background:#FFFFFF;
  color : #504e4e;
  font-size: 12px;
  height: 20px;
}

span.head {
 color: #bc6110;
 font-weight: bold;
}

span.inhalt {
  color: #cd8f54;
  margin-left: 10px;
}

tr.error {
  color: red;
  height:40px;
  margin: 20px;
  font-size: 12px;
}

tr {
  font-size: 11px;
}

a {
  text-decoration:none;
}