/*
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;
        }


