
body {
    font-family: arial, helvetica, sans-serif;
    font-size: 0.9em;
}

/* index.php */

.boardGeneralContentBanner {
 
    margin-left: 50px;
    margin-top: 10px;
    width: 800px;
    height: 100px;
    background-image: url('/pics/banner.png');
    
}

.boardGeneralContentWrapper {
    
    margin-left: 50px;
    min-width: 900px;
    min-height: 300px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    margin-right: 50px;
    
}

.boardGeneralContentFooter {
    
    padding: 20px 10px;
    margin-left: 50px;
    margin-right: 50px;
    min-width: 880px;
    background-color: #474747;
    overflow: hidden;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    color: #fff;
    font-size: 0.8em;
    
}

/* general classes */

.boardContentWrapper {
    border-bottom: 1px solid #000;
    min-height: 200px;
    
}

.boardActionHeadline {
    
    padding: 20px 10px;
    font-weight: bold;
    border-top: 1px solid #000;
    
}

.boardInputLine {
    
    overflow: hidden;
    padding: 5px 10px;
}

.boardInputLabel {
    
    width: 200px;
    float: left;
    margin-right: 10px;
    
}


.boardInputField {
    
}

.boardInputSubmit {
    
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 3px 10px;
    background-color: #eee;
    border: 1px solid #000;
    
}

.boardInputSubmit:hover {
    cursor: pointer;
    background-color: #ddd;
}

.boardRowWrapper {
    
    overflow: hidden;
    padding: 10px 10px;
    min-height: 20px;
    
}

.boardRowWrapperPostsHtml {
    border-top: 1px solid #000;
}

.boardHeadlineRow {
    
    padding: 5px 10px;
    background-color: #eee;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
        
}

.boardHeadlineText {
    
    color: #000;
    
}

.boardEditRef {
    text-decoration: none;
    color: #444;
    font-size: 0.9em;
    margin-right: 5px;
}

.boardEditRef:hover {
    color: #ee0000;
}

.boardDeleteRef {
    text-decoration: none;
    color: #444;
    font-size: 0.9em;
}

.boardDeleteRef:hover {
    color: #ee0000;
}

/* main headline */

.boardMainHeadlineWrap {
    
    overflow: hidden;
    padding: 5px 10px;
    padding-top: 15px;
    
}

.boardMainHeadlineLeftPart {
    
    float: left;
    overflow: hidden;
    
}

.boardMainHeadlineRightPart {
    
    float: right;
    overflow: hidden;
    
}

.boardMainHeadlineRegisterRef {
    text-decoration: none;
    display: block;
    float: left;
    margin-right: 10px;
    color: #474747;
}

.boardMainHeadlineRegisterRef:hover {
    text-decoration: underline;
    
}

.boardMainHeadlineLoginRef {
    text-decoration: none;
    display: block;
    float: left;
    color: #474747;
}

.boardMainHeadlineLoginRef:hover {
    text-decoration: underline;
    
}

.boardMainHeadlineNameInfo {
    color: #444;
    display: block;
    float: left;
    margin-right: 10px;
}

.boardMainHeadlineEditRef {
    text-decoration: none;
    color: #00589A;
    margin-right: 10px;
    display: block;
    float: left;
}

.boardMainHeadlineEditRef:hover {
    text-decoration: underline;
}

.boardMainHeadlineLogoutRef {
    text-decoration: none;
    color: #ee0000;
    display: block;
    float: left;
}

.boardMainHeadlineLogoutRef:hover {
    text-decoration: underline;
}

/* info line */

.boardInfoLineWrapper {

    overflow: hidden;
    padding: 10px 10px;
    
} 

.boardInfoLineLeft {
 
    float: left;
    max-width: 70%;
    
}

.boardInfoLineBreadCrumb {
    text-decoration: none;
    color: #00589A;
    display: block;
    float: left;
}

.boardInfoLineBreadCrumb:hover {
    text-decoration: underline;
}


.privacyTermsRef {
    text-decoration: none;
    color: #00589A;
}

.privacyTermsRef:hover {
    text-decoration: underline;
}


.boardInfoLineBreadCrumbSeperator {
    color: gray;
    display: block;
    float: left;
    margin: 0 5px;
}

.boardInfoLineRight {
 
    float: right;
    
}

.boardInfoLineCreateNewRef {
    text-decoration: none;
    color: #00589A;
    display: block;
    float: left;
}

.boardInfoLineCreateNewRef:hover {
    text-decoration: underline;
}

/* status */

.boardThreadOverviewStatusClosed {
    
    display: block;
    width: 37px;
    height: 34px;
    
    background-image: url('/pics/buttons.png');
    background-position: -76px -28px;
    background-repeat: no-repeat;
    
    float: left;
    margin-right: 10px;
    margin-left: 13px
    
}

.boardThreadOverviewStatusOpen {
 
    display: block;
    width: 37px;
    height: 34px;
    
    background-image: url('/pics/buttons.png');
    background-position: -1px -28px;
    background-repeat: no-repeat;
    
    float: left;
    margin-right: 10px;
    margin-left: 13px
    
}

.boardThreadOverviewStatusDiscussion {
    
    display: block;
    width: 37px;
    height: 34px;
    
    background-image: url('/pics/buttons.png');
    background-position: -38px -28px;
    background-repeat: no-repeat;
    
    float: left;
    margin-right: 10px;
    margin-left: 13px
    
}

.boardInfoLineThreadResolved {
    display: block;
    float: left;
    margin-left: 10px;
    text-decoration: none;
}

.boardInfoLineThreadResolved:hover {
    color: green;
    text-decoration: underline;
}

/* messages */

.boardFailureMsg {
    
    margin: 10px;
    padding: 5px 20px;
    background-color:lightpink;
    border: 1px solid red;
    
}

.boardSuccessMsg {
    
    margin: 10px;
    padding: 5px 20px;
    background-color:lightgreen;
    border: 1px solid green;
    
}

.boardInfoMsg {
    
}


/* areas */

.boardAreaOverviewAreaName {
    
    overflow: hidden;
    
}

.boardAreaOverviewUsername {
    
    float: right;
    width: 150px;
    padding-right: 10px;
    
}

.boardAreaOverviewThreadCount {
    
    float: right;
    width: 70px;
    
}

.boardAreaOverviewPostCount {
    
    float: right;
    width: 70px;
    
}

.boardAreaOverviewAreaRef {
    
    text-decoration: none;
    color: #000;
    
}

.boardAreaOverviewAreaRef:hover {
    color: #00589A;
}

.boardAreaOverviewEditBlock {
    
    float: right;
    margin-left: 10px;
    margin-right: 20px;
    
}

/* threads */

.boardThreadOverviewThreadName {
    display: inline;
}

.boardThreadOverviewNoThreadsAvailable {
    display: inline;
}

.boardThreadOverviewThreadStarter {
    float: right;
    width: 150px;
    min-height: 3px;
    margin-left: 20px;
    padding-right: 10px;
}

.boardThreadOverviewThreadLastEntry {
    float: right;
    width: 120px;
    min-height: 3px;
}

.boardThreadOverviewPosts {
    float: right;
    width: 80px;
    min-height: 3px;
       
}

.boardThreadOverviewStatus {
    float: right;
    width: 50px;
    min-height: 3px;
}

.boardThreadOverviewThreadRef {
    
    text-decoration: none;
    color: #000;
    
}

.boardThreadOverviewThreadRef:hover {
    color: #00589A;
}

/* posts */

.boardPostsOverviewRowEven {
    
}

.boardPostsOverviewRowOdd {
    
    background-color:#f5f5f5;
    
}

.boardPostsOverviewUserInfoWrap {
    float: left;
    width: 200px;
}

.boardPostsOverviewEntryWrap {
    margin-left: 210px;
    border-left: 1px solid #ccc;
    padding-left: 10px;
    min-height: 100px;
    padding-bottom: 20px;
}

.boardPostsOverviewDatetimeWrap {
    overflow: hidden;
    padding-bottom: 10px;
    color:#888;
}

.boardPostOverviewEditBlock {
    float: right;
    width: 400px;
}

.boardPostOverviewPlusMinusWrap {
    float: right;
    width: 200px;
}

.boardPostPlusRef {
    text-decoration: none;
    display: block;
    float: left;
    width: 30px;
    height: 28px;
    
    background-image: url('/pics/buttons.png');
    background-position: -2px 0;
    background-repeat: no-repeat
    
}

.boardPostPlusCount {
    text-decoration: none;
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    color: #000;
    
}

.boardPostMinusRef {
    text-decoration: none;
    display: block;
    float: left;
    width: 30px;
    height: 28px;
    
    background-image: url('/pics/buttons.png');
    background-position: -32px 0;
    background-repeat: no-repeat
    
}

.boardPostMinusCount {
    text-decoration: none;
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    color: #000;
    
}

.boardPostsOverviewEntry {
    
}

.boardPostsOverviewEntryRef {
    text-decoration: none;
    color: #00589A;
    display: block;
    float: left;
}

.boardPostsOverviewEntryRef:hover {
    text-decoration: underline;
}

.boardLoginPwForgottonRef {
    font-size:0.9em;
    color:#444;
    text-decoration: none;
}

.boardLoginPwForgottonRef:hover {
    text-decoration: underline;
}

.boardMainHeadlineLeftPartSearchWrap {
    overflow: hidden;
}

.boardMainHeadlineLeftPartSearchField {
    float: left;
    margin-right: 10px;
}

.boardMainHeadlineLeftPartSearchBtn {
    float: left;
    padding: 3px 10px;
    background-color: #eee;
    border: 1px solid #000;
    
}

.boardMainHeadlineLeftPartSearchBtn:hover {
    cursor: pointer;
    background-color: #ddd;
}

.boardFooterRef {
    text-decoration: none;
    color: #eee;
}

.boardFooterRef:hover {
    text-decoration: underline;
    cursor: pointer;
}

/* ### Cokie-Gedöns ### Anfang */  
#cookiedingsbums a {color:#000; text-decoration:none;}

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

#cookiedingsbums div {padding:10px; padding-right:40px;}

#cookiedingsbums { 
   outline: 1px solid #7b92a9; 
   text-align: left; 
   border-top:1px solid #fff;
   background: #d6e0eb; 
   background: -moz-linear-gradient(top, #d6e0eb 0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6e0eb), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
   background: -ms-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #d6e0eb 0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#d6e0eb', endColorstr='#f2f6f9',GradientType=0 ); 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   padding: 10px;
   width:100%; 
   height: 50px;
   font-family: verdana, arial, serif;
   font-size: 80%;

}

#cookiedingsbumsCloser {
   color: #777;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 40px;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   top: 5px;
   cursor:pointer;
   border-top:1px solid white; 
   border-left:1px solid white; 
   border-bottom:1px solid #7b92a9; 
   border-right:1px solid #7b92a9; 
   padding:4px;
   background: #ced6df; /* Old browsers */
   background: -moz-linear-gradient(top, #ced6df0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6df), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -ms-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #ced6df0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#ced6df', endColorstr='#f2f6f9',GradientType=0 ); 
 }

#cookiedingsbumsCloser:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #7b92a9; border-left:1px solid #7b92a9;}  
  
  /* ### Cokie-Gedöns ### Ende */ 