html, body
{
background-color: #dddddd;
font-family: arial, helvetica, veranda;
color: #000;
}

#wrapper
{
background-color: #7eb8e0;
width: 850px;
margin: 0 auto;
}

/* navigation */
#navigation ul
{
margin: 0;
padding: 0;
width: 100%;
background-color: #99ccff;
float: left;
}

#navigation ul li
{
list-style-type: none;
display: inline;
}

#navigation ul li a
{
text-decoration: none;
padding: 0.2em 1em;
float: left;
border-right: 2px solid #6badde;
font-weight: bold;
color: #000;
}

#navigation ul li a:hover
{
background-color: #6badde;
color: #fff;
}

#content
{
width: 650px;
margin: 0 auto;
margin-bottom: 20px;
}

#content h2
{
text-align: center;
}

#content p
{
line-height: 140%;
font-size: 0.9em;
}

#lenke dl dt a
{
text-decoration: none;
font-weight: bold;
color: #000;
}

#lenke dl dt a:hover
{
text-decoration: underline;
}

#lenke dl dd
{
padding: 2px;
}

#lenke
{
line-height: 1.4em;
}

p.head
{
font-weight: bold;
}

#def dt
{
text-decoration: underline;
}

#def dd
{
font-size: 0.8em;
line-height: 140%;
}

#hilsen p
{
font-weight: bold;
}

#footer
{
background-color: #99ccff;
text-align: center;
font-size: 10px;
font-weight: bold;
width: 850px;
margin: 0 auto;
}

