/*
Theme Name: BCIX Theme
Theme URI: http://www.bcix.de
Description: Thorleif BCIX K2 Extension
Author: ThorleifWiik
Author URI: http://www.wiik.de/
Template: k2_103
*/


#page {
	/* The entire design is contained within the 'page' id */
	}
	
h1 {
	color: #CC3333;
	        }

a  {
        color: #CC3333;
	                }
.entry-content a:visited {
	color: #CC3333;
		}
#header {
	/* Contains the H1 and menu #CC3333 */
	height: 200px;
	background: white url('bcix_header.jpg');
	}

#header .description {
	color: #CC3333;
	}


.primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

.secondary {
	/* Contains the sidebar */
	}

ul.menu li a {
	/* Farbe der inaktiven seitenreiter */
	color: black;
	}



ul.menu li a:hover {
	/* mit der Maus über das menu fahren */
        background: white;
	color: #CC3333;
        }

ul.menu li.current_page_item a:hover {
	color: #CC3333;
	background: white;
	}
.table-content {
	padding: 2px 2px 2px 4px;
	border: 1px  solid black; 
	}

.table-content {
      padding: 2px 2px 2px 4px; 
      border: 1px  solid black; 
        }


.table-kopf {
 	padding: 2px 2px 2px 4px; 
	border: 1px  solid black;
	background: #EEEEEE;
	}

.footerpoweredby {
        display: none;
        }

.footerfeedlinks {
        display: none;
        }

/* ======================
      BCIX FOOTER 
====================== */

.footer {
  clear: both;
}

.footer .footer_wrapper {
	padding: 0 0 20px 0;
	min-width: 980px /* prevents weird background cutoff of browser window shrink */;
}

.footer .w980px {
  color: #FFF;
  font-family: Arial, sans-serif;

}

.footer .footer-link-set {
	float: left;
	width: 240px;
	clear: none;
	padding: 3px 0 0px 23px;
	margin: 15px 0 45px;
}

.footer .footer-link-set.set1 {
	margin-left:13px;
	padding:0 20px 0 0;
	width:207px;
}

.footer .footer-link-set.set1 h1 {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 15px;
	color:#e9ffbb;
	float:left;
	clear:left;
	width: 100%;
}

.footer .footer-link-set.set1 h6 {
	float:left;
}

.footer .footer-link-set.set1 h1.readmore {
	font-size: 13px;
	color: #4d7100;
	font-weight: normal;
	
}
.footer .footer-link-set.set1 h1 a {
	width: 100%;
	display:block;
	margin-bottom: 10px;
	text-decoration: none;
	font-size: 16px;
}

.footer .w980px ul#int {
	float:right;
	width: auto;
}

.footer .w980px ul#int li {
	float:left;
	width: 16px;
	height: 11px;
	margin-right: 7px;
}

.footer .w980px ul#int li a {
	height: 16px;
	width: 21px;
	display:block;
}

.footer .footer-link-set.set2 {
	background: url(footer_divide_2.png) 0 0 no-repeat /* Vertikaler Balken image*/ ;
}

.footer .footer-link-set.set3 {
        background: url(footer_divide_2.png) 0 0 no-repeat /* Vertikaler Balken image*/ ;
}

.footer .footer-link-set.set4 {
        background: url(footer_divide_2.png) 0 0 no-repeat /* Vertikaler Balken image*/ ;
}



