body {
        background-color: #CCCCFF;
        color: black;
        font-family:Arial, Helvetica, sans-serif;
        text-align:left;
}

{
        font-size: 100%;
        margin: 0px;
        padding: 0px;
}

h1
 {
    font-weight: bold;
    font-family: 'Times New Roman', 'Trebuchet MS', serif;
    color: black;
    text-align:center;
    font-size: 2.5em;
    }

h2
 {
    font-weight: bold;
    font-family:'Times New Roman', 'Trebuchet MS', serif;
    color: black;
    text-align:center;
    font-size: 2.0em;

 }

h3
 {
    font-weight: bold;
    font-family: font-family: 'Times New Roman', 'Trebuchet MS', serif;
    color: black;
    text-align:center;
    font-size: 1.5em;
 }

h3.datum
 {
   color: red;
   font-size: 0.85em;
 }

a:link,
a:visitet
 {
   color: green;
   text-decoration:none;
 }

a:hover
a:focus,
a:active
 {
  color:blue;
  text-decoration:underline;
 }


.liste {
margin: 20 px auto;
padding: 17px 0 0 15 px;
}

.navi {
list-style-type: none;

}


.navi a {
text-decoration: none;
color: #b1b1b1;
float: left;
margin-right: 15px;
}

.navi a:hover{
color: white;
text-shaddow: 0 0 10px white;
}
/*----Layout
----------------*/

#container
 {
 width:924px;
 background-color:#ffffff;
 border:4px solid #dcdcdc;
 padding: 4px;
 margin: 0 auto;

 }

#header
{
background-color:#ffffff;
position: relative;
}

#content
{
background-color: aliceblue;
padding: 30px 20px;
}

#sidebarLinks
{
width:230px;
float:left;
background-color:#0060FF;
}

#mainContent
{
margin: 0;
float: right;
width: 376px;
}

#wrapper
{
float: left;
width: 630px;
}

#sidebarRechts
{
width:230px;
float: right;
}


#footer,
.clearfloat
{
clear: both;
}



#footer
{
font-size: 0.5em;
text-align:center
}