body 
{
 font-family:Verdana,Arial;
 font-size:12px;
 background-color:#FFB03B;
 margin:5px;
}



.cont1 {
border:1px solid #4C443C;
background-color:#E3BE6C;
width: 980px;
padding:5px;
}



h1 {
font-family: Courier New,Arial;
margin-top: 20px;
margin-left: 10px;
color: #B44835;
font-size: 45px;
}
 
h2 {
font-family: Courier New,Arial;
 text-align: left;
margin-bottom: 15px;
color: #B44835;
font-size: 25px;
}

h3 {
font-family: Courier New,Arial;
font-size: 20px;
}

a:link{
color:red;
}

a:active{
color: white;
}

/* Format f&uuml;r Navigationszeile */
 #navi {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: "100%";
  padding-top: 6px;
}

#menu {
  padding: 3px;
  border-bottom: 1px solid #4C443C ; 
}

#menu li {
  display: inline; 
}

#menu li a {
  padding: 3px 1em;
  margin-left: 3px;
  border: 1px solid #4C443C;
  border-bottom: 0;
  text-decoration: none; 
  background-color: #FFB03B;
}

#menu a:link {
  text-decoration: none;
  color: #4C443C;
}

#menu a:visited {
  color: #4C443C;
  text-decoration: none;
  width: 100%;
}

#menu a:hover {
  background-color: #B44835;
  width:100%;
  color: white;
}

#menu a#show {
  background-color: #B44835;
  color: white;
} 
/* Ende Navigationszeile */


/* Formate für den Kastenstil 2 */
.kasten2 {
  border-style: solid;
  border-width: 1px;
  border-color: #B44835;
}

.kasten2 h4 {
  font-size: 0.9em;
  text-align: left;
  text-indent: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: white;
  background-color: #B44835;
  margin-top: 0px;
  margin-bottom: 0px;
 }

.kasten2 div {
  font-size: 0.9em;
  padding: 5px;
  text-align: left;
  }

.kasten3 {
  border-style: solid;
  border-width: 1px;
  border-color: #008000;
}

.kasten3 h4 {
  font-size: 0.9em;
  text-align: left;
  text-indent: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: white;
  background-color: #008000;
  margin-top: 0px;
  margin-bottom: 0px;
 }

.kasten3 div {
  font-size: 0.9em;
  padding: 5px;
  text-align: left;
  }