
.rahmen
{
  width: 770px;  /* Breite des Rahmens */
  height:870px; /* Höhe des Rahmens*/
  border-top: #333333 1px solid;
  border-left: #333333 1px solid;
  border-right: #333333 1px solid;
  margin: 0px auto;
  background-color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.4em;
  color:#333333;
  text-align: left;
}

body
 {
  /*  background-color: #DFDFFF; Hintergrundfarbe ausserhalb des Containers*/
  background-image: url('hintergrund.gif');
  text-align: center;
}

.kopf
{
  height:150px;
  border-bottom: #333333 1px solid; /* kann z.B. auch weiss bleiben */
  background-image: url(kopf.jpg);
  background-repeat: no-repeat;
}

.menueleiste
{
   background-color: #F0A70F; /* Farbe Menüleiste oben */
   height:23px;
   width:100%;
}

.menuepunkt
{
  width: 130px;  /* Breite der Menüpunkte */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px; /*Schriftgröße des Menüpunktes */
  line-height:23px;
  border-right: #FFFFFF 1px solid;
  color:#FFFFFF;
  background-color: #F0A70F; /* Farbe Menüleiste oben */
  text-align: center;
  float:left;
  text-indent: 10px;
}

.menueLink
{
  text-decoration:none;
  color: #FFFFFF;
}

.menueLink:hover
{
  text-decoration:none;
  background-color: #F4C053;
  color: #333333;
  display: block;
}

.menuepunktAn
{
  width: 130px;  /* Breite der Menüpunkte */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px; /*Schriftgröße des Menüpunktes */
  line-height:23px;
  border-right: #FFFFFF 1px solid;
  background-color: #F4C053;
  text-align: center;
  float:left;
  text-indent: 10px;
}

.menueLinkAn
{
  text-decoration:none;
  color: #000000;
}


.inhalt
{
  width: 640px; /*Breite Content-Bereich */
  text-align: justify;
  float: right;
}

p
{
  margin-left: 5px;
  margin-right: 15px;
  margin-top:0px;
  margin-bottom:5px;
}

h1
{
   clear: both;
   font-size: 14px;
   margin-top: 15px;
   margin-bottom: 5px;
   margin-left: 5px;
}

h2
{
   clear: both;
   font-size: 12px;
   font-weight:bold;
   margin-left: 5px;
   margin-bottom:5px;
   margin-top:0px;
   padding-top:8px;
}

.menueLinks
{
  width: 130px;
  margin-top: 40px;
  float: left;
}

.menuepunktLinks
{
  width: 130px;  /* Breite der Menüpunkte */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px; /*Schriftgröße des Menüpunktes */
  line-height:23px;
  color:#FFFFFF;
    background-color: #8080FF; /* Farbe Menüleiste oben */
  text-align: center;
  text-indent: 10px;
  margin-bottom:1px;
}

.fuss
{
  width: 770px;
  height:23px;
  line-height:23px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color:#333333;
  background-color: #F0A70F;
  margin: 0px auto;
  text-indent:5px;
  border-left: #333333 1px solid;
  border-right: #333333 1px solid;
  border-bottom: #333333 1px solid;
  text-align: left;
}

.fussLink
{
  color: #000000;
}

.copyright
{
  width: 770px;
  margin: 0px auto;
  text-align: right;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color:#333333;
}

img
{
  border: #333333 1px solid;
  margin-right: 10px;
  margin-bottom: 0px;
  float:left;
}

.linkInnen
{
  text-decoration:none;
  color: #E37300;
}

.km
{
  border: none;
}
