/* default-Einstellungen */
*
{
    margin: 0;
    padding: 0;
    border:0px;

    text-align:left;

     font-weight:normal;
    font-family: verdana,tahoma, sans-serif;
    font-size:14px;

    font-weight:normal;
    color:#f0f000;
}


b{
    font-weight:bold;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                   DIV-Boxen-Positionierung         */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */


#page {
    margin:0 auto;                     /* die 0 steht f&uuml;r oberen Rand, auto:steht damit zentriert */
    margin-top:10px;
    position:relative;                 /* damit die Untermen&uuml;position stimmt */
    width: 1000px;

    /* Farbe dient nur zur Entwicklung, die eigentlichen Farben stehen weiter unten */
    background-color: red;

}

#oben {
    width:auto;
    height:auto;
/*    padding:8px;*/
}

#oben img{
    border:0px;
}

#rootline {
    width:auto;
    height:14px;
    padding-left:220px;

}

#content {
    width:auto;
    height:570px;

}

#links {
    float: left;
    width: 159px;
    height:100%;
    min-height:550px;
    padding:20px;
    padding-top:0px;
    padding-bottom:20px;

}

#rechts {
    float: left;
    width: 261px;
    height:100%;
    min-height:550px;
    padding:20px;
    padding-top:0px;
    margin-top:1px;
}

#mitte {
    float:left;
    width: 458px;
    min-height:500px;
    padding:20px;
    margin-bottom:22px;
    margin-top:1px;
}

#footer{
    clear: both;
    padding-left:220px;

}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*                   DIV-Boxen-Gestaltung             */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++ */
body{
    background-color: #ffff00 ;

}



#page{
    background-color: #000000 ;
/*    border-width: 1px;
    border-color:#f0f000;
    border-style:solid;
    */
}

#content{
    background-image:url(band_back.jpg);
    background-repeat:no-repeat;

}

#oben{
}

#rootline{

    font-size:11px;

    border-top-width: 1px;
    border-top-color:#f0f000;
    border-top-style:solid;
    border-bottom-width: 1px;
    border-bottom-color:#f0f000;
    border-bottom-style:solid;

}

#links{
/*    background-color:#000000;*/
/*    background-image:url(band_back.jpg); */


}

#links a{
    color:#000000;
    display:block;
    text-decoration:none;
    font-size:16px;
    font-weight:bold;
    margin-top:2px;
    padding:2px;
    padding-left:4px;

    background-color:#ffff00;

}

#links a:hover{

    background-color:#e0e000;

}

#links div.level1{

    border-left-width: 8px;
    border-left-color: #808080;
    border-left-style:solid;

}


#links div.level2{

    border-left-width: 8px;
    border-left-color:#000000;
    border-left-style:solid;

    margin-left:8px;
}

#links div.level3{

    border-left-width: 8px;
    border-left-color:#ffffff;
    border-left-style:solid;

    margin-left:16px;
}


#mitte{

    background: #000000;

    border-width:1px;
    border-color:#f0f000;
    border-style:solid;

}

#oben img{
    border:0px;
}
#mitte h1{
    color:#000000;
    padding-bottom:10px;
    font-size: 20px ;
    font-weight:normal;

}

#mitte h2{
    /*color:#000000;*/
    padding-bottom:6px;
    font-size: 16px ;
    font-weight:bold;

}

#mitte h3{
    color:#000000;
    padding-bottom:4px;
    font-size: 14px ;
    font-weight:bold;

}

#mitte h1.pagename{

    width:auto;
    margin-bottom:8px;
    padding:0px;

    color: #ffffff;

    font-size: 14px ;
    font-weight:normal;

    border-bottom-style:solid;
    border-bottom-width: 1px;
    border-bottom-color:#f0f000;
}

#mitte .contentend{
    margin-top:24px;
    font-size:10px;
    color: #ffffff;
    border-top-width: 1px;
    border-top-color:#f0f000;
    border-top-style:solid;

}

#mitte a {
    color: #ffffff;
    text-decoration:none;
}

#mitte a:link {
}

#mitte a:visited {
}

#mitte a:hover {
    text-decoration:underline;
}

#mitte a:active {
}

#mitte hr{
    margin-top:4px;
    margin-bottom:4px;
    border-style: solid;
    border-width: 0px;
    border-top-width: 1px;
    
}

#mitte p.bodytext{
    margin:0px;
    text-align:left;
    line-height:1.4em;
    font-family: verdana,tahoma, sans-serif;

}

#rechts{
    font-size:18px;
    color:#000000;
}

#rechts h6{
    font-weight:bold;
    font-size:12px;
    color:#000000;
    margin-bottom:8px;
    border-bottom-width: 1px;
    border-bottom-color:#000000);
    border-bottom-style:solid;

}

#rechts div.panel{
    color:#000000;

    font-size:10px;
    float:left;
    width:230px;
    padding:15px;
    margin-bottom:2px;

    background-color:#ffff00;

}

#rechts a{
    color:#000000;
    font-size:12px;
    text-decoration:none;
}

#rechts a:hover{
    text-decoration:underline;
}

#footer{

    font-size:11px;
/*    background-color:#f4f400;*/

    border-top-width: 1px;
    border-top-color:#f0f000;
    border-top-style:solid;
}
