/*
	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	: Salomon Kronthaler
	Author Site	: http://www.miia.net
	Style Name	: green
	Version		: 0.3
	Comments	: DND -- DO NOT DISTRIBUTE
*/

body { 
	font: 62.5% Helvetica, 'Helvetica Neue', Arial, Verdana, Sans-Serif /* Resets 1em to 10px */;
	color: #307329;
	text-align: center;
	background: #307329;
	margin: 0;
	padding: 0;
	
}


#page {
	/* The entire design is contained within the 'page' id */
	padding: 0 0 10px;
	border: none;
	background: url('page_bg_euh_01.png') repeat-y center;
	}
	
#header {
	/* Contains the H1 and menu */
	background: transparent url('header_euh_01.png') top center no-repeat;
	height: 200px;
	padding-bottom: 10px;
	}

#footer {
	text-align: center;
	height: 100px;
	background: url('foot_bg_euh_01.png') no-repeat center bottom;
	/*margin-top: 0px;*/
	/*padding: 0;*/
}

	
/* Contains the header navigation */

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 19px;	
	right: 5px;
	width: 90%;
	background-color: #eee;
	border-top: 1px dotted #307329;
	border-bottom: 1px dotted #307329;
	background-image: url('menu_bg_01.png');
}
	
ul.menu li a {
	font: 1.3em Helvetica, 'Helvetica Neue', Arial, Verdana, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #307329;
	margin: 0;
}

ul.menu li a:hover {
	background: #ccc none;
	color:  #307329 !important;
	text-decoration: none;
}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color:  #555 !important;
	background: none;
	text-decoration: none;
	}

ul.menu, ul.menu li a {
	padding: 2px 10px 2px;
	}
	
.breadcrumb {
	padding: 10px 10px 30px 40px;
	color: #777;
	font-size: 1.0em;
}

.breadcrumb a {
	color: #aaa;
}

.breadcrumb a:hover {
	text-decoration: underline;
}
	
#primary {
	/* Contains the main column */
	}

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

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

.entry-content p {
	padding-bottom: 10px;
	margin: 0;
}


.secondary {
	/* Contains the sidebar */
	}

/* H1 is used for the title of your blog */
h1, h1 a, h1 a:hover, h1 a:visited,
#header .description {
/* following statement renders yours blog-title invsible without ungoogleing it */
	text-indent: -9999px;
/* end of statement*/
	}

h1, h2, h3, h4 {
	font-family: Helvetica, 'Helvetica Neue', Arial, Verdana, Sans-Serif;
	text-transform: uppercase;
	}


h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #555;
	}

h2 a:hover,
h3 a:hover,
h4 a:hover {
	text-decoration: none !important;
	color: #555 !important;
	}

h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: left;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: 0;
	margin-bottom: 10px;}

.secondary h2 { /* Secondary H2 is sidebar headlines */
	font-size: 1.3em !important;
	font-weight: bold !important;
	padding: 0 !important;
	display: inline;
	color: #555;
	text-transform: capitalize!important;
	}

#primary h3, #primary h4, .single #primary .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */	
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: -1px;
	padding-bottom: 5px;
}

	
#primary .entry-content h3 {
	font-size: 1.4em;
	font-weight: normal;
	color:  #307329;
	margin-top: 10px;
	margin-bottom: 15px;
}

#primary .entry-content h4 {
	font-size: 1.1em;
	font-weight: bold;
	color:  #444;
	margin-top: 10px;
	}

blockquote {
	margin: 20px 0;
	padding: 0 50px 0 50px;
	color: #999;
	background-color: #fff;
	background-image: none;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	}

h1 code, h2 code, h3 code, h4 code {
	text-transform: lowercase;
	}

code {
	font: 1.2em Monaco, 'Andale Mono', 'Courier New', Courier, Monospace;
	color:  #999;
	}
	
.anordnung1 {
	float: left;
	margin: 5px 2px !important;
	padding: 0 !important;
}

.clear{
	clear: both;
	height: 10px;
}

/* LISTEN */

h4 dt {
	/*font-size: 1.2em;
	font-weight: bold;
	color:  #307329;*/
	margin-top: 0px;
	}

.entry-content ul .ref2{
	list-style-type: none !important;
	padding: 0 0 0 0;
	font-weight: bold;
	margin: 0;
}

dt img {
	float: left;
	margin-right: 25px;	
}


.ref1 dt {
	font-size: 1.2em;
	font-weight: bold;
	color:  #307329;
	margin-top: 15px;
}



.ref1 dd {
	padding: 0 0 0 10px;
	font-size: 1.0em;
	font-weight: normal;
	color: #777;
	margin-top: 0;
	text-align: left;
}

dt.hundert {
	width: 370px;
	float: left;
}


ul  {
    list-style-image: url('green2.png');
}

/*ul ul { list-style-image: none; list-style-type: disc; }*/
/* .entry-content ul {} */
/* .entry-content ul li { list-style-image: url('green.png') !important; } */

.cv  {
	list-style: outside;
	list-style-type: none !important;
/*	border: 1px dotted #ddd;*/
}

ul.cv   {
    list-style-image: none !important;
	padding: 0 0 0 0;
}

ul.cv  ul {
    list-style-image: url('green.png') !important;
	list-style-type: disc !important;
/*	border: 1px dotted red;*/
	padding: 0 0 0 20px;
}

.cv h3 {
	padding: 9px 0 5px 0 !important;
	border-top: 1px dotted #ddd;
	margin-top: 10px !important;
	font-size: 1.2em !important;
	color: #C9EC22 !important;
}

.entry-content .cv {
/*	font-size: 1.2em;*/
	line-height: 1.2em;
/*	text-align: justify;*/
/*	color: red;*/
	}	

.table-cv td
	{
	vertical-align:top;
	padding: 5px 0 4px 0;
	border-bottom: 1px dotted #ddd;
	}


a {
	color: #5E7E42;
	}

/*	-----  Subnavigation ----- */

#subnavigation ul{
	border-top: 1px dotted green;
	background-color: #eeeeee;
	margin: 5px 0 0;
	padding: 0;
	/*padding-bottom: 5px;*/
	text-decoration: none;
	list-style: none;
}

#subnavigation li {
	border-bottom: 1px dotted green;
	/*padding-right: 5px;
	padding-left: 5px;*/
	/*background-image: url('submenu_bg_p.png');*/
}

#subnavigation li a:link, #subnavigation li a:visited{
	text-decoration: none;
	display: block;
	width: 88%;
	padding: 3px 6%;
	background-color: #eeeeee;
	color: #307329;
	font-weight: bold;
	font-size: 1.0em;
}

#subnavigation li a:hover {
	color: #ffffff!important;
	text-decoration: none;
	background-color: #307329;
}

/*.sb-pagemenu .page_item a:hover, .sb-pagemenu a:hover{
	font-weight: bold;
	text-decoration: none !important;
}*/

/*	-----  Subnavigation Ende ----- */

.alert {
	background: #F8FFD8;
	border-top: 2px solid #C9EC22;
	border-bottom: 2px solid #C9EC22;
	text-align: center;
	margin: 10px auto;
	padding: 5px 20px;
	}

.abstand10 {
	height: 10px;
}

.abstand20 {
	height: 20px;
}

.abstand30 {
	height: 30px;
}

.abstand40 {
	height: 40px;
}

.abstand50 {
	height: 50px;
}

.contactleft {
	width: 20%; 
	text-align: right;
	clear: both; 
	float: left; 
	display: inline; 
	padding: 4px; 
	margin: 5px 0; 
	}

.contactright {
	width: 75%; 
	text-align: left;
	float: right; 
	display: inline; 
	padding: 4px; 
	margin: 5px 0; 
	}

.contactright2 {
	width: 75%; 
	text-align: left;
	float: right; 
	display: inline; 
	padding: 4px; 
	margin: 5px 0;
	background-color: #eee;
	border: 1px dotted red;
}

