
html, body {
font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
font-size: 100.01%;
background-color: #0066FF;
text-align: left; /* fuer IE */
}

* {
margin: 0;
padding: 0;
}

#wrapper {
margin: 5px auto;
width: 800px;
text-align: left;
border: 0px solid #FFFFFF;
}


#header {
background-color: #0066FF;
color: #000;
padding: 0px 0px 0px 0px;
}



 ul#Navigation {
    padding: 10px 1px 10px 1px;
    text-align: center;
    border: 0px solid black;
    background-color: #0066FF;
    color: #000;
  }

  ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0px;
  }

  ul#Navigation a, ul#Navigation span {
    padding: 2px 10px 2px 10px;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: maroon; background-color: #CCC;
  }


  ul#Navigation a:hover, ul#Navigation span {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: maroon;
  }


#content {
background-color: #FFFFFF;
color: #000;
border: 1px solid #0066FF;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
padding: 10px 15px 0px 15px;
}

#content h1 {margin: 10px 0 0 4px}
#content h3 {margin: 8px 0}
#content h3 {font-family:Tahoma, Verdana, Helvetia, Arial, sans-serif;font-size:20px;}

#content p{margin: 6px 10px 0px 0px}
#content p{font-family:Tahoma, Verdana, Helvetica, Arial, sans-serif;font-size:17px;}
#content p:first-letter{font-size: 20px;}
#content p{text-align: justify;}

.bildwir {
     float:left;
     width:250px;
     height:188px;
     margin:10px 20px 10px 10px;
     border:1px solid black;
     -webkit-box-shadow: 5px 5px 10px #000000;
     -moz-box-shadow: 5px 5px 10px #000000;
     box-shadow: 5px 5px 10px;
}
.bildgal {
     float:left;
     width:202px;
     height:135px;
     margin:10px 20px 10px 0px;
     border:1px solid black;
     -webkit-box-shadow: 3px 3px 8px #000000;
     -moz-box-shadow: 3px 3px 8px #000000;
     box-shadow: 3px 3px 8px;
}



.box3{
font-size: 14px;line-height: 15px;
font-family: trebuchet ms,arial, helvetica, tahoma ,verdana,  sans-serif;
background-color:#;
float:right;
padding:2px;
width:220px;
margin-top:35px;
margin-left:20px;
margin-right:10px;
margin-bottom:0px;
text-align:left;

color:#7f7f7f;
}

#content a {
text-decoration: none;
border-bottom: 1px solid #0B0B61;
background-color: transparent;
color: #0B0B61;
/*font-weight: bold;*/
}
#content a:visited {
background-color: transparent;
color: #610B5E;
}
#content a:hover {
background-color: transparent;
color: #0066FF;
}
#content a:active {
background-color: transparent;
color: #610B5E;
}
#content a:focus {
background-color: transparent;
color: #610B5E;
}


#footer {
background-color: #0066FF;
color: #000;
height: 30px;
padding: 10px 0px 0px 0px;
border-top: 0px solid #B79348;
}
#footer p {
font-size: 15px;
color: #CCD9D9;
padding: 0px 0px 5px 20px;
text-align: left;
}
#footer a {
text-decoration: none;
border-bottom: 1px solid #CCD9D9;
background-color: transparent;
color: #CCD9D9;
font-weight: bold;
}
#footer a:visited {
background-color: transparent;
color: #450000;
}
#footer a:hover {
background-color: transparent;
color: #000000;
}
#footer a:active {
background-color: transparent;
color: #000000;
}
