
/* Abstände aller Elemente werden auf Null gesetzt + weitere Formatierungen
*/
html, body, div, p, h1, h2, h3, ul, ol,
span, a, table, td, form, img, li
{
   margin: 0;
   padding: 0;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


html, body
      {
      color: #000; background: #light grey; background-repeat:no-repeat;
      font-size: 101%;
}

h11 {
   font-size: 1.2em;
   color: #000;
   margin: 3.0em 3.0em 0.0em 3.0em;
   text-align:center; }

.start  {
        font-size: 1.2em;
        margin: 2em 3em 2em 3em;
        }

/* Anfang Navigation*/

#navcontainer
{
margin: 0em 0em 0em 0em;
padding: 5px 0 0px 5px;
width: 100%;
line-height: 1.75;
background-color: #669;
font-family: Arial, Helvetica, sans-serif;
font-size: 80%;
}

ul#navlist
{
display: inline;
list-style: none;
}

ul#navlist li
{
float: left;
width: auto;
margin-right: 15px;
border: 3px solid #fff;
background-color: #ddd;
}

ul#navlist li a
{
padding: 0px 10px;
line-height: 1.75;
text-decoration: none;
color: #03C;
}

ul#navlist li a#current
{
background-color: #669;
color: #fff;
}

ul#navlist li a:hover, ul#navlist a#current:hover
{
background-color: #777;
color: #fff;
}

ul#navlist li a:active, ul#navlist li#active a#current:active
{
background-color: #f63;
color: #fff;
}



/* Anfang muksoft*/
#muksoft { position:absolute;
        width:200px; height:20px;
        left: 765px; top: 600px;
        z-index: 1;
        border: 0px solid #007a7a;
        margin-left: 30px;
        background-color : #FF7F7F }

#muksoft p {  color:#000; margin: 5px; text-align:right; }

#muksoft a  { color: #000;
text-decoration: none;
font-weight: bold;
font-size: 0.7em;}

#muksoft a:hover  { color: #000;
text-decoration: none;
font-weight: bold;
font-size: 0.8em;}

/* ENDE muksoft */


background: #00FFDF;