/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	:
	Author Site	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/

body {
    background:url(http://www.zweitfrau.com/wp-content/hintergrund.png) top center repeat;
    margin: 0px;
    }  

#page {
	/* The entire design is contained within the 'page' id */
	}
	
#header {
	/* Contains the H1 and menu */
	height: 350px !important;
	background: #FFFFFF;
	}
	
h1{
display: none;
}

#header .description {
display: none;
}

ul.menu li a {
/* font: 1.4em Verdana, Helvetica, Arial, Sans-Serif; */
font: 1.4em Tahoma, Helvetica, Arial, Sans-Serif; /* 1.5em hauts zsam... */
color: #000000;
font-weight: bold;
}

ul.menu li a:hover{
background: #D8BE95 !important; /* hover background menu item color */
color: #ffffff !important; /* text color when hovered */
}
ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
color: #D8BE95 !important; /* active tab hover text color */
background: #ffffff !important; /* active tab background color */
}

.alert {
background: #E0E79D !important; /* background color of alert */
border-top: 2px solid #9B883D !important; /* these two override the borders in style.css */
border-bottom: 2px solid #9B883D !important;
border-left: 2px solid #9B883D !important; /* these two lines set up a border on the left and right */
border-right: 2px solid #9B883D !important;
}

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


