/* 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: 867px;
background: url(PICS/bgclear.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: 847px;
height: 25px;
padding-top: 152px;
padding-left: 20px;
}

#oben li
{
background-color: #000;
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 3px;
text-decoration:none;
list-style-type: none;
width:74px;
}

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


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

#neben
{
background: #333333;
color:#fff;
float:right;
overflow:auto;
width:179px;
padding: 20px;
}

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

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

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


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

#content
{
background: #fff;
float: left;
width: 548px;
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;
}
