/*
	CSS files kept in the 'styles' 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 versions as well as debug any potential
	problems.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: 	Christian Gaser
	Author Site	: 	http://dbm.neuro.uni-jena.de
	Style Name	: 	Lava
	Style URI	:	http://dbm.neuro.uni-jena.de
	Version		: 	0.5
	Comments	:
*/

body {
	font: 65% 'Lucida Grande', Verdana, Arial, Sans-Serif; 	
	}

body.flex #page { /* For the flexible-width setting. */
	width: 98%;
	max-width: 1200px;
	}

/* For the flexible-width setting. */
body.flex #primary  {
    width: 65%;
     } 

.flex .secondary {
    width: 25%;
     } 

#header {
	background: black url('home.jpg') left center repeat;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	height: 200px;
	}

#header .description a {
	padding: 3px;
	text-decoration: none;
	color:white;
	}

.secondary {
	border-left: 1px dotted #bbb;
	}

h1 a:hover {
	text-decoration: none;
	}

h2 {
	text-align: left;
	border-bottom: 1px solid #aaa;
	color: #222;
    }

#primary h3, #primary h4, .permalink #primary .aside h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 1.8em;
	letter-spacing: 0;
	color: #222;
	}

#primary .itemtext h3 {
	font-size: 1.3em;
	}

.secondary div {
	margin: 20px 10px 0;
	}

#primary a:visited {
	color: #082 !important;
	}

#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
	text-decoration: none;
	color: white !important;
	background-color: #028;	
	}

#header .description a:hover {
	background-color: white;
	color: #222;
	}

h2 a:hover, h2 span a:hover {
	color: white !important;
	}

a {
	color: #028;
	text-decoration: none;
	}

.itemtext a:visited {
	color: #006;
	}

#primary .itemtext img {
	margin-left: -5px;
	border: none;
	color: white;
	}

.caption {
	margin: 10px;
	padding: 10px;
	border: solid 1px black;
	font-size:90%; color: black;
	display: inline;
	}

ul.menu {
	font-weight: bold;
	border: none;
	}

ul.menu li a:hover {
	background: #fff;
	color: #000 !important;
	}

.secondary ul li {
	font-weight: bold;
	}

.secondary ul li li {
	font-weight: normal;
}
	
.secondary ul li li:before {
	list-style-type: none;
	content: "\00BB \0020";
}

img {
	border: none !important;
	text-decoration: none;
	}

.pagetitle { /* Used on static pages and archives */
	text-align: left;
	width: 100%;
	}

ebene0 {
	margin: -0px 0px;
	}

ebene1 {
	margin: -0px 10px;
	}

ebene2 {
	margin: -0px 20px;
	}

ebene3 {
	margin: -0px 30px;
	}

ebene4 {
	margin: -0px 40px;
	}

