/* Grundeinstellungen */

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


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

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

a:hover {
list-style-type: none;
background:#39c;
color:009;
}


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

#container
{
width: 900px;
height: 700px;
background-color:#fff;
border:2px;
border-color:#000;
margin: 0px auto;
padding: 0px;
}

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

#oben
{
background-image: url(PICS/oben.jpg);
width: 700px;
height:50px;
padding-top: 105px;
padding-left:200px;
}

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

}

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

}

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


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

#neben
{
background-image: url(PICS/links.jpg);
background: #c96;
float:right;
overflow:auto;
width:205px;
height:645px;
padding-left:20px;
padding-right:20px;
margin: 0px;

}

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

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

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


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

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

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

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

#footer
{
background-image: url(PICS/footer.html);
background: #630;
clear:both;
width: 880px;
height:23px;
padding-top:10px;
padding-left:20px;
}