/* Grundeinstellungen */

*{
margin:0px;
padding:0px;
}


body
{
background-color: #fff;
background-image: url(PICS/bgsand.jpg);
font:13px Arial, Helvetica, sans-serif;
margin:0px;
padding:0px;
color:#8f8f8f;
}

a
{
font-size: 0.8em;
color:#ff0000;
background: #afafaf;
list-style-type: none;
white-space: nowrap;
text-transform: uppercase;
}

a:hover {
list-style-type: none;
background:#ff0000;
color:#fff;
}


/* container-------------------------------------------------------------------------------------------------*/

#container
{
width: 884px;
background-color:#fff;
background: url(PICS/bg-clear.jpg)repeat-y left top ;
overflow:auto;
background:#fff;
border:2px;
border-color:#000;
margin: 0px auto;
padding: 0px;
}

/* oben-------------------------------------------------------------------------------------------------*/

#oben
{
background-image: url(PICS/oben.jpg);
width: 749px;
height: 43px;
padding-top: 165px;
padding-left: 135px;
}

#oben li
{
background-color: #fff;
border:1px;
border-color:#000;
float:left;
list-style-type: none;
margin: 4px;

}

#oben a
{
color:#000;
background: #fff;
display:block;
text-decoration: none;
border:1px;
border-color:#000;
font-size: 0.9em;
font-weight: bold;
list-style-type: none;
white-space: nowrap;
padding: 0px 5px;
text-decoration:none;
list-style-type: none;
width:68px;
}

#oben a:hover {
background:#afafaf;
color:#fff;
list-style-type: none;
}


/* neben-------------------------------------------------------------------------------------------------*/

#neben
{
background: #fff;
float:right;
overflow:auto;
width:159px;
height: 100%;
padding: 10px;
}

#neben li
{
list-style-type: none;
margin: 2px;
}

#neben li a
{
list-style-type: none;
border:1px;
font-size: 0.9em;
color:#fff;
background: #bf0000;
text-decoration: none;
font-weight: bold;
list-style-type: none;
white-space: nowrap;
display: block;
text-transform: uppercase;
letter-spacing: 1px;
width:125px;
height: 15px;
white-space: nowrap;
}

#neben li a:hover {
list-style-type: none;
background:#bfbfbf;
color:#ff0000;
}


/* content-------------------------------------------------------------------------------------------------*/

#content
{
background: #fff;
float: left;
width: 605px;
overflow:auto;
margin: 0px;
padding: 50px;
}

a
{
list-style-type: none;
border:1px;
font-size: 0.9em;
color:#fff;
background: #bf0000;
text-decoration: none;
font-weight: bold;
list-style-type: none;
white-space: nowrap;
white-space: nowrap;
}

a:hover {
list-style-type: none;
background:#bfbfbf;
color:#ff0000;
}