/* ----- CSS ----- */
 
*{
    margin:0;
    padding:0;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    /*color:#54521C;*/ /* #043f4a; */
    color:#54521C; /* #043f4a; */

    text-align:left;
}
body, html{
    margin:0;
    padding:0;
    background:#e7e7e7;
    text-align:center;
    margin-bottom:10px;
    text-align:left;
}
a{
    color:#87B220;
    text-decoration:underline;
}
    a:hover{
        color:#717171;
        text-decoration:none;
    }

/* ----- IDS ----- */

#container{
    width:950px; /* 780px; */
    margin:10px auto;
    padding:0;
    background:url('images/background.png'); /* #fff; */
    text-align:left;

}

/* ----- HEADER ----- */
#bar{
    margin:0;
    padding:0;
    top:0;
    height:22px;
    background:#394E06;
}
#logo{
    margin:0;
    padding:0;
    
  position:absolute;
  top:0px;
  width:950px;
  height:95px;
  background-image:url('images/header.jpg');
}

#bubble {
  position:absolute;
  width:100%;
  text-align:right;
  z-index:1;
  float:left;
  visibility:hidden;
}


.subContainer, #navigation ul{
    width:950px; /* 780px; */
    margin:0 auto;  
}
#header{
top:0px;
    text-align:left;
    margin:0;
    padding:10px 0 0 0px;  /*30px 0 0 10px; */
    height:64px;
    background:#87b220;
}
#banner{
    margin:0;
    padding:0;
    padding-bottom:5px;
    background:#e7e7e7;
}

/* ----- NAVIGATION ----- */

#navigation{
    margin:0;
    padding:0;
    background:#7fa71f;
    height:34px; /*34px; */
    list-style:none;

}
    #navigation li{
        float:left;
        clear:none;
        list-style:none;
    }
    #navigation li a{
        color:#fff;
        display:block;
        font-size:13px; /* 12px;*/
        text-decoration:none;
        font-weight:bold;
        padding:10px 10px; /* 10px 18px; */
    }
    #navigation li a:hover{
        color:#fff;
        background:#739B1F;
    }
    #active a{
        background:url('images/nav_bg.gif');
    }
    
    


/* ----- HEADINGS ----- */


h1{
    font-family:'Georgia';
    font-size:25px;
    letter-spacing:-1px;
    margin-top:15px;
    margin-bottom:20px;
    font-weight:normal;
    color:#718e3e;
    text-align:left;
}
h2{
    font-size:16px; /* 11px; */    
    font-weight:bold;
    color:#666;
    margin:5px 0;
    text-align:left;
}
h3{
    font-family:'Georgia';
    font-size:16px;
    font-weight:bold;
    color:#666;
    margin:5px 0;
    text-align:left;
}

/* ----- PARAGRAPHS ----- */

p{
    color:#54521C; /* #043f4a; */
    font-size:9pt; /* 11px; */    
    line-height:25px;
    text-align:left;
}
#primaryContent ul{
    color:#54521C;
    font-size:9pt; /* 11px; */       
    margin:20px 0;
    list-style:none; 
}
#primaryContent li{    
    padding-left:25px;
    margin:8px 0;
    list-style:none;
    background:url('images/content_bullet.png') left top no-repeat;
}
#secondaryContent p{
    font-size:13px; /*  */ 
}

/* ----- FORMS ----- */

input{
    background-color: #FFF;
    color: #999999;
    border: 1px solid #CCC;
    font-size: 9pt;
    padding: 3px;        
}
.checkbox {
    background-color: #FFF;
    color: #999999;
    border: 1px solid #CCC;
    font-size: 9pt;
    padding: 3px;
}
button{
    background-color:#EFEFEF;
    line-height:9pt;
    color: #000;
    border: 1px solid #CCC;
    font-size: 11px;
    height:20px;
    margin: 0;
    padding: 0 5px;
}
select{
    background-color:#FFF;
    line-height:9pt;
    color: #999999;
    border: 1px solid #CCC;
    font-size: 9pt;
    /*height:20px;*/
    margin: 0;
    padding: 3px;
}
form p{
    padding:2px 0;
}
textarea{
    background-color: #FFF;
    color: #999999;
    border: 1px solid #CCC;
    font-size: 9pt;
    padding: 3px;            
}

/* ----- IMAGES ----- */

img{
    border:0;
}
img a{
    border:0;
    text-decoration:none;
}
img a:hover{
    border:none;
}

/* ----- CONTENT ----- */


#primaryContent{
    width:600px; /*576px; 406px; */
    padding:20px 55px;
    /*border-right:5px solid #e7e7e7;*/
    font-size:9pt;
    float:left;
    clear:none; 
}
    #primaryContent img{
        float:right;
        clear:none;
        margin:10px;
        margin-right:0;
        padding:1px;
        border: 1px solid #E7E7E7;
    }
#secondaryContent{
    width:207px;/*228px;*/
    padding:10px 14px;
    font-size:13px; 
    float:right;
    clear:none; 
}
#secondaryContent h1{
    font-size:12pt;
    margin-top:20px;
    margin-bottom:5px;
}
/*#secondaryContent h2{
    padding:11px 15px;
    background:url('images/intro_bg.gif') no-repeat;
    color:#fff;
    margin-bottom:0;
    line-height:21px;
    font-size:13px;
    font-weight:normal;
}*/
#secondaryContent h3{
    color:#87b220;
    margin-top:20px;
}
#secondaryContent ul{
    list-style:none;
}
#secondaryContent li{
    list-style:none;
    padding-left:20px;
    margin:8px 0;
    background:url('images/tiny_bullet.png') left bottom no-repeat;
}
#secondaryContent li a{
    color:#54521C;
    font-weight:bold;
    text-decoration:none;
}
#secondaryContent li a:hover{
    color:#E7E7E7;
    font-weight:bold;
    text-decoration:underline;
}
#secondaryContent .links li{
    padding-left:0px;
    margin:8px 0;
    background:none;
}
#sidebar-submenu li{
    padding-left:40px;
    margin:8px 0;
    background-position: 20px;
}

/* ----- COMMENTS ----- */

#comments{
    margin:15px 0;    
}
    #comments #status{
        color:#546d17;
        background:#f8f8f8;
        border:2px solid #ececec;
        padding:10px;
        margin-bottom:15px;    
    }
        #comments #status dd, #comments #status dt{
            display:inline;
        }
    #comments a{
        color:#546d17;
        font-weight:bold;
        text-decoration:none; 
    }
    #comments a:hover{
        color:#666;
        text-decoration:underline; 
    }
    #comments .comment{
        padding:10px 5px;
        border-top:3px solid #7fa71f;  
    }
        #comments .comment dt{
            float:left;
            clear:none;
        }
        #comments .comment dd{
            clear:both;
            color:#656565;
            line-height:20px;
            font-size:10px;
            margin-bottom:10px;
        }
        #comments .comment .date{
            float:left;
            clear:none;
            margin-left:5px;
            line-height:12px;
            font-size:11px;
            color:#585858;
        }

/* ----- FOOTER ----- */

#footer{
    margin:0 auto;
    margin-bottom:10px;
    height:10px;
    padding:18px 20px;
    clear:both;
    width:910px; /* 740px; */
    text-align:left;
    font-size:10px;
    color:#484848;
    background:#f4f4f4;
}
    #footer ul{
        list-style:none;    
    }
    #footer li{
        list-style:none;
        display:inline;    
    }
    #footer #copyright{
        float:left;
        clear:none;
    }
    #footer #links{
        float:right;
        clear:none;
    }
    #footer a{
        color:#606060;
        text-decoration:none;
    }
    #footer a:hover{
        color:#ccc;
        text-decoration:underline;
    }

/* ----- CLASSES ----- */

.clear{
    clear:both;
}
.newloginbox{
  width:110px;
  float:left;
}
/* Kontaktformular */
.csc-mailform{
	border: 0px;
	}
div.mailform-label  {
  width:120px;
  float:left;
}

.csc-mailform-label {
    width:120px;
    float:left;
    color:#54521C; /* #043f4a; */
    font-size:9pt; /* 11px; */    
    line-height:25px;
    text-align:left;
}
.csc-mailform-field div {
  height:24px;
vertical-align:middle;
clear:left;
}
div.csc-mailform-label  {
  height:24px;
}

.csc-mailform-check  input {
    background-color: #FFF;
    color: #999999;
    border: 1px solid #CCC;
    font-size: 9pt;
    padding: 3px; 
}

div.tx_ablinklist_treeView_category *{
     color:#E7E7E7;
}

div.csc-textpic-imagewrap {
  padding-right:20px;
}
