/*-- Generelles --*/
html, body, div, h1, h2, h3,h4,h5, ul, ol,p
span, a, table, td, form, img, li {
   margin: 0;
   font-size: 11px;
   padding: 0;
   color: #4f4e4c;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   border: none;
   z-index: 1;
}


a{
   color: #9f9e9c;
   text-decoration: none; 
}

a:hover{
   color: #6d6865;
   text-decoration: underline;
}

body {
    background: url( background.png );
    font-size: 11px;
    font-family: Verdana, sans-serif;
}

#page{
    height: 100%;
    background: url( background-page.png ) repeat-y;
}


.bordered,.error{
    border: 3px #f0f0f0 solid;
    background: #FFFFFF;
    padding: 3px;
}

#error ul,.error ul,.error li{
    list-style-type: square;
    list-style-position: inside;
    padding-left: 5px;
}

#imagearea{
    background: #FFFFFF;
    position: absolute;
    border: 2px solid #FFFFFF;
    display: none;
    top: 0px;
    text-align: center;
    z-index: 2;
}

#lightbox{
    z-index: 100;
    text-align: center;
    line-height: 0pt;
    background: #000000;
}

object{
    z-index: 0;
}

#imagearea img{
    vertical-align: middle;
    cursor: pointer;
    z-index: 2;
}

.center{
    text-align: center;
}

#content h3{
    height: 14px;
    font-family: helvetica;
    background: url( contentheader.png ) no-repeat right;
    text-align: right;
    font-weight: bolder;
    font-size: 11px;
    padding-right: 5px;
    color: #818181;
    text-transform: uppercase;
    border-bottom: 3px #dbdbdb solid;
    margin-top: 5px;
}

#content h3 a{
    font-family: helvetica;
    font-size: 11px;
}

#error h3 ,.error h3{
    background: url( errorheader.png ) no-repeat right;
    color: #FFFFFF;
}

.nodisplay{
    display: none;
}

#content{
    float: left;
    background: #f2f2f2;
    width: 484px;
}

#main{
    width: 788px;
    border-right: 3px #FFFFFF solid;
    border-bottom: 3px #FFFFFF solid;
    background: url( navibg.png );
}

/*-- Header --*/
h1{
    background: url( header.png );
    height: 98px;
    text-indent: -1000px;
}

#header{
    height: 150px;
    width: 788px;
    border-right: 3px #FFFFFF solid;
    border-bottom: 3px #FFFFFF solid;
}

#headnavi{
    height: 26px;
    width: 788px;
    background: #000000;
    
}

#headnavi ul{
    padding-top: 5px;
    padding-right: 10px;
    float: right;
    list-style-type: none;
}

#headnavi li{
    display: inline;
    padding-left: 15px;
}

#headnavi li img{
    vertical-align: middle;
    padding-right: 3px;
}

#headnavi a{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
}

#headnavi a:hover{
    text-decoration: underline;
}

#login{
    background: #827167 url( loginbg.png ) repeat-y;
    border-top: 3px #FFFFFF solid;
    height: 22px;
}

#login .submit{
    border: none;
    background: #6d5f56;
    margin-top: 4px;
    color: #443b36;
    text-transform: uppercase;
    letter-spacing: 0px;
    display: inline;
    float:left;
    width: 84px;
    height: 15px;
}

#login .left{
    float: left;
    width: 474px;
    padding-left: 10px;
    margin-top: 4px;
}

#login input{
    float: none;
    background: #ada49b;
    height: 12px;
    border: 1px #6c5f57 solid;
    font-size: 10px;
    width: 93px;
    margin-top: 0;
}

#login label{
    float: none;
    color: #392d2d;
    letter-spacing: 0px;
    font-size: 10px;
    margin-left: 5px;
    margin-top: 0;
}

.pink{
   color: #ff0466;
}


a.pink:hover{
    color: #ff0466;
}


/*-- LEFT --*/
#left{
    float: left;
    width: 304px;
    height: 100%;
    background: #FFFFFF;
    overflow: hidden;
}

#left h2{
    padding-left: 6px;
    text-transform: uppercase;
    width: 298px;
    font-size: 11px;
}

#navi{
    background: url( navibg.png ) repeat;
    border-bottom: 3px #FFFFFF solid;
}

#navi h2{
   background-color: #b6b6b6;
   color: #6e6e6e;
   height: 12px;
   border-bottom: 3px #a3a3a3 solid;
   padding-top: 7px;
   
}

#navi ul{
   width: 304px;
   background: url( navibg.png ) repeat;
   
}

#navi li{
   background-color: #FFFFFF;
   height: 17px;
   float: left;
   margin-top: 2px;
   list-style-type: none;
   color: #717171;
   text-transform: uppercase;
   font-weight: bold;
   font-size: 11px;
}

#navi li.left,#navi li.leftinactive{
   margin-left: 2px;
}

#navi a.left,#navi a.leftinactive{
   border-left: 5px #b7b7b7 solid;
   
}

#navi a.right,#navi a.rightinactive{
   border-right: 5px #b7b7b7 solid;
}

#navi a{
    display: block;
    width: 140px;
    color: #717171;
    font-size: 11px;
    height: 15px;
    font-size: 10px;
    padding-top: 2px;
    padding-left: 6px;
}

#navi a:hover{
    text-decoration: none;
    border-color:  #ff0466;
    background: #dbdbdb;
    color: #FFFFFF;
}

#kalender{
   width: 304px;
   height: 135px;
   background: url( kalenderbg.png);
   border-top: 7px #b3a9a0 solid;
   border-bottom: 3px #FFFFFF solid;
}

#kalender h2{
   background: url( kalenderheader.png) no-repeat #b3a9a0;
   color: #4d3f36;
   height: 14px;
   border-bottom: 3px #978a82 solid; 
}

#termine{
   background: #b3a9a0;
   height: 90px;
}


#newposts,#online{
    width: 304px;
    border-top: 7px #b3a9a0 solid;
    border-bottom: 3px #FFFFFF solid;
    background: url( kalenderbg.png );
    padding-bottom: 8px;
}

#newposts li{
   background-color: #e2dedb;
   border-left: 6px #a89f9a solid;
   margin-bottom: 1px;
   height: 17px;
   padding-top: 2px;
   padding-left: 6px;
   padding-right: 6px;
}

#online{
   border-bottom: 0;
}

#newposts h2,#online h2{
    background: url( kalenderheader.png) no-repeat #b3a9a0;
    color: #4d3f36;
    height: 14px;
    border-bottom: 3px #a89f98 solid;
}

#useronline{
    background: #dcd8d5;
    padding-top: 4px;
}

#useronline ul{
   height: 105px;
   overflow: auto;
}

.muser,.wuser{
    width: 146px;
    float: left;
}

#posts{
    padding-top: 6px;
    background: #cbc4be;
    padding-bottom: 1px;
}

#posts ul{
    list-style-type: none;
}

#useronline li{
    background-color: #e2dedb;
    list-style-type: none;
    border-left: 6px #a89f9a solid;
    margin-top: 1px;
    height: 19px;
}

#useronline a{
    padding-left: 5px;
    height: 17px;
    padding-top: 2px;
    display: block;
}

#useronline a:hover{
    background: #cbc4be;
}

#footer{
    clear: both;
    padding-top: 18px;
    background: url( footerbg.png ) repeat-x #FFFFFF;
    border-right: 3px #FFFFFF solid;
    border-bottom: 3px #FFFFFF solid;
    height: 41px;
    width: 788px;
    text-align: center;
}

#navi .leftinactive,#navi .rightinactive{
    color: #9f9e9c;
}

#termine{
    padding-left: 9px;
    padding-top: 5px;
}

#termine li{
   float: left;
   height: 25px;
   width: 25px;
   background: #9a8b84;
   font-size: 9px;
   text-align: center;
   color: #5b4c45;
   margin-bottom: 1px;
   margin-right: 1px;
   list-style-type: none;
}



#termine li a{
   display: block;
   color: #5b4c45;
   font-size: 10px;
}

#termine li a:hover{
   text-decoration: none;
   background: #7f7269;
}

#termine span{
    color: #b9aaa3;
}
#termine li.current a,#termine li.currentactiv a{
   color: #f9005d;
}

#termine li.activ a,#termine li.currentactiv a{
    background: #7f7269;
}


#termine li.activ a:hover,#termine li.currentactiv a:hover{
    background: #e2dedb;
}

.button{
    color: #4f4e4c;
    background-color: #f2f2f2;
    border: #dbdbdb 1px solid;
}

.button:hover{
    background-color: #dbdbdb;
}

#status a{
    color: #FFFFFF;
}

#status img{
    vertical-align: middle;
}

#status a.pink{
    color: #ff0466;
}


.fieldset h4{
    background-color: #b6b6b6;
    font-weight: bold;
    margin: 0;
    padding: 2px;
    text-align: center;
    border-bottom: 1px  #b6b6b6 solid;
    margin-bottom: 5px;
}

.fieldset{
    background-color: #f0f0f0;
    border: 0;
    margin: 0;
    padding: 0;
}

.fieldset label{
    float: left;
    width: 150px;
    font-weight: bold;
    margin-left: 5px;
}

.fieldset .textfield,fieldset textarea{
    background-color: #FFFFFF;
    width: 300px;
}

#help_box_news_text{
    background: transparent;
    border: 0;
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    margin-top: 5px;
}

.fieldset input,.fieldset textarea{
     background-color: #FFFFFF;
     border: #dbdbdb 1px solid;
}

.kopf{
    background-color: #b6b6b6;
    font-weight: bold;
    margin: 0;
}

.quote{
    border: 1px #dbdbdb solid;
    background-color: #FFFFFF;
    padding: 5px;
}

.text .newsimage{
    float: right;
    padding: 3px;
    background: rgb(243, 243, 243);
    border: 1px solid rgb(219, 219, 219);
    -moz-border-radius: 3px;
}