/* Grundeinstellungen */

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


body
{
font:13px Arial, Helvetica, sans-serif;
line-height:1.5;
margin:0px;
padding:0px;
color:#7f0000;
background-color:#600;
}


a
{
color:#fff;
background: #9F0000;
text-decoration: none;
border:3px;
border-color:#FF9F00;
font-size: 0.9em;
font-weight: bold;
list-style-type: none;
white-space: nowrap;
padding: 0px 5px;
text-decoration:none;
list-style-type: none;
}

a:hover {
background:#AFAFAF;
color:#9F0000;
list-style-type: none
}

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

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

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

#oben
{
background-image: url(PICS/oben.jpg);
width: 855px;
height: 50px;
padding-top: 156px;
padding-left: 145px;
}

#oben li
{
background: #663300;
border:1px;
border-color:#FF9F00;
float:left;
list-style-type: none;
margin: 2px;

}

#oben a
{
color:#fff;
background: #9F0000;
display:block;
text-decoration: none;
border:3px;
border-color:#FF9F00;
font-size: 0.9em;
font-weight: bold;
list-style-type: none;
white-space: nowrap;
padding: 0px 15px;
text-decoration:none;
list-style-type: none;
}

#oben a:hover {
background:#AFAFAF;
color:#9F0000;
list-style-type: none;
}




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

#content
{
background-image: url(PICS/bg.jpg);
background-repeat:no-repeat;
background:#fff;
float: right;
overflow:auto;
width: 810px;
margin:0px;
padding-left:0px;
padding-right:50px;
}

#neben
{
background-image: url(PICS/bg-links.jpg);
list-style-type: none;
float:left;
overflow:auto;
width:100px;
padding-left:40px;
}
#neben li a
{
color:#fff;
background: #9F0000;
width:80px;
display:block;
text-decoration: none;
border:3px;
border-color:#FF9F00;
font-size: 0.9em;
font-weight: bold;
list-style-type: none;
white-space: nowrap;
padding: 0px 5px;
text-decoration:none;
list-style-type: none;

}

#neben li a:hover
{
background:#AFAFAF;
color:#9F0000;
list-style-type: none;
}