/**************
Dunkel-Gruen:		#478D2A
Hell-Grün:				#478D2A
Hellgrau:				#eee
Schrift:					#fff
Dunkelgrau:			#666
Gelb:					#fc0
**************/

html, body{margin:0; padding:0;}

body{
	background: #478D2A;
	color: #333;
	font: 0.8em Verdana, 'Trebuchet MS', Helvetica, Sans-Serif;
	}


h1{
	display: none;
	}
	
h2{
	font: 1.9em "Nimbus Sans L", Helvetica, Arial, Sans-Serif;
	padding-top: 0.3em;
	color: #478D2A;
	}
	h2 a {color: #478D2A;}

h3{
	font: 1.5em "Trebuchet MS", Helvetica, Sans-Serif;
	margin: 1.2em auto 0 auto;
	}

h4, h4 *{
	font: 1.3em "Nimbus Sans L", Helvetica, Arial, Sans-Serif; 
	color: #fc0;
	}

h2:target, h3:target, h4:target, h5:target {background: #478D2A;}

a{
	color: #478D2A;
	border-bottom: 1px solid #fc0;
	text-decoration: none;
	}

a:visited {
	border-bottom-color: #ddd;
	}

a:hover, a:active {
	border-color: #fc0;
	color: #fc0;
	}

a img{border: none; text-decoration: none;}

blockquote, q {
	padding: 1px 10px;
	font: 1.1em Georgia, Serif;
	line-height: 150%;
	}

blockquote {
	background: transparent;
	margin-left: 2em;
	font-style: italic;
	}

blockquote h3 {font: 1.5em Georgia, Serif; color: #fc0;}

blockquote a {color: #fc0;}

q {
	padding: 0;
	quotes:"\00AB" "\00BB";
	background: transparent;
	}

cite{
	display: block;
	text-align: right;
	}

cite.imgsrc, .teaser cite, .caption cite {
	text-align: center;
	font-style: normal; 
	font-size: smaller;
	color: #333;
	}

.teaser a {
	border: none;
	color: #fc0;
	border-color: #80BA68;
	}

q.specialquote {
	display: block;
	background: #478D2A;
	color: #fc0;
	margin-left: 1em;
	padding-left: 12px;
	float: right;
	font-style: italic;
	font-size: 1.5em;
	max-width: 40%;
	quotes:"\00AB" "\00BB";
	text-indent: .7em;
	line-height: 1.4em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

q.specialquote:before {
	content:open-quote;
	font-size: 1.5em;
	}
	
q.specialquote:after {
	content:close-quote;
	font-size: 1.5em;
	}

ul{list-style: square;}

ins {
	text-decoration: none;
	background: #478D2A;
	color: #eee;
	padding: 0 5px;
	}

code, samp, tt, kbd{
	font-size: 1.2em;
	color: #fc0;
	}

code.codeblock{
	margin-left: 1em;
	padding-left: 5px;
	display: block;
	background: #3B6B9C;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

strong em, .highlight {
	background: #478D2A;
	color: #fc0;
	font-weight: 100;
	font-style: normal;
	}

dt{font-size: larger;}
dd{padding-left:0; margin: 0 0 1.5em 0;}

ol#inhverz, .furtherread{
	border-bottom: 1px solid #46AF20;
	border-top: 1px solid #46AF20;
	padding: .5em;
	list-style: inside decimal-leading-zero;
	}
	ol#inhverz li{margin:0;}
	.furtherread ul li{list-style-image: url(grafik/further.png);}
	.furtherread h3{text-align: center;}

img.photo{
	float: left;
	border: 1px solid #46AF20;
	padding: 3px;
	margin-right: 5px;
	}

img.screenshot{
	border: 1px solid #46AF20;
	display: block;
	padding: 3px;
	margin: auto;
	}

.note {
	border: 3px solid #ddd; 
	background: #eee;
	padding: 3px; 
	}

/*  Formulare	*/
fieldset{
	border: none; 
	padding: 0;
	margin: 0;
	}

legend{
	border: 1px solid #000;
	background: #FBE9A1;
	display: block;
	width: 100%;
	margin: auto;
	}

input, textarea{
	width: 90%;
	border: 1px solid #222;
	background: #478D2A;
	font: .9em Verdana, Sans-Serif;
	padding: 3px;
	color: #fff;
	}

input{width: auto;}

input#submit{
	width: 96%;
	font-weight: bold;
	}

#ed_toolbar input.ed_button {
	margin-right: 0.3em;
	margin-bottom: 0.3em;
	background: #478D2A;
	border: 1px solid #222;
	color: #fff;
	}

textarea#comment, textarea#wpcf_msg{width: 95%; height: 300px;}

.button{
  font: bold 1em Verdana, Sans-Serif;
  width: 45%;
  text-align: center;
  margin: 0.5em auto;
  }

.crypt, .send, #contactsubmit {margin-top: 0.5em;}

input.crypt {
  padding-left: 15px;
  background: #478D2A url(/grafik/lock.png) left center no-repeat;
  }

.ctsr_more {display: none;}

.radio{display: inline; width: auto;}

span.contr a{
	background: #478D2A;
	padding-left: 5px;
	padding-right: 5px;
	margin: auto 0.25em;
	border: 1px solid #AD0800;
	text-decoration: none;
	}

label{display: block;}

.contacterror {
	border: 2px solid #f00;
	}

table{
  border-collapse: collapse;
  }

table.wide {width: 100%;}

tr {border-bottom: 1px solid #478D2A;}
th{
	font-weight: normal;
	background: #3B6B9C;
	color: #fc0;
	border-bottom: 1px solid #fc0;
	}

td, th{padding: 0 0.5em;}

tr.row2{background: #478D2A;}

#wrap{
	background: #fff url(/grafik/faux.png) top right repeat-y;
	width: 90%;
	max-width: 1280px;
  }

#kram {
	float: right;
	width: 290px;
	margin: auto;
	color: #fc0;
	padding: 0 30px;
	}
	#kram h2 {color: #fc0;}

	#kram a {
		color: #fc0;
		border-color: #80BA68;
		}

#cont{
	line-height: 190%;
	margin: -30px 350px 0 0;
	padding: 0 0 2em 1em;
	}
	
#sidebar{
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
	background: #478D2A url(/grafik/gm_komplett.jpg) top right no-repeat;
	height: 169px;
	}
	#sidebar ul{
		margin: 0; 
		padding: 0; 
		text-align: left;
		padding-top: 90px;
		max-width: 650px;
		}
	#sidebar li {
		display: inline;
		list-style-type: none;
		}
	#sidebar a{
		color: #eee;
		text-decoration: none;
		border: none;
		margin: 0;
		display: block;
		float: left;
		width: 20%;
		height: 30px;
		padding-top: 5px;
		text-align: center;
		}
	#sidebar .current_page_item a, #sidebar .current_page_parent a, #sidebar a:hover{
		color: #fc0;
		}
	
.weg {display: none;}

#search{
	width: 300px;
	padding: 1em .5em;
	text-align: center;
	margin: auto;
	margin-top: 80px;
	float: right;
	}
	
	#search input {
		background: #478D2A;
		border: 1px inset;
		color: #eee;
		}
	#search input:focus {
		border: 1px solid #fc0;
		background: #478D2A;
		}
	#search input#s {
		width: 15em;
		}
	#search input#searchsubmit {
		border-style: outset;
		}

/*** BLOG & POSTS & COMMENTS ***/
.details {
	margin-top: -1.5em;
	font-size: smaller;
	}

.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	.commentlist h4 {margin-bottom: .0em;}
	.commentlist .comment_date {font-size: smaller;}

.post  {
	border-bottom: 1px solid #ddd;
	margin-bottom: 2em;
	padding-bottom: 1em
	}

.commentlist li {
	border-bottom: 1px solid #478D2A;
	margin-bottom: 1em;
	padding-bottom: 1em
	}

label.subscribe, .subscribe-to-comments label {
	display: inline;
	}
	
.teaser, .wp-caption {
	float: left;
	margin-right: 1em;
	padding: 5px;
	background: #478D2A;
	}

.rechts {
	float: right;
	margin-left: 1em;
	}

.center {
	float: none;
	display: block;
	text-align: center;
	margin: 0.5em auto;
	}

.caption, .wp-caption-text {
	font-size: small;
	line-height: 100%;
	color: #fff;
	text-align: center;
	margin: 0;
	}

#witter_div {
	border-bottom: 1px solid #eee;
	padding-bottom: 1em;
	margin-bottom: 1em;
	}

.clear {clear: both;}


/*** Pagebar & Comment-Skiplink ***/
.commentmetadata {float: right;}

.pagebar {font: 1em 'Trebuchet MS', Sans-Serif;}
.pagebar, .more-link, .commentmetadata {
	font-size: 1.5em;
	margin-top: 10px;
	text-align: center;
	font: 1.3em 'Trebuchet MS', Sans-Serif;
	}

	.pagebar a, .more-link,.commentmetadata a, .pagebar .this-page { 
		background: #478D2A; 
		color: #80BA68;
		padding: 5px;
		border: none;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		}

	.pagebar a:hover,.pagebar .this-page, .more-link:hover, .commentmetadata a:hover {
		background: #478D2A;
		color: #eee;
		}
	
#footer {
	padding: 1em;
	font: 1em 'Trebuchet MS', Sans-Serif;
	background: #478D2A url(/grafik/footer.png) bottom right no-repeat;
	padding-right: 350px;
	}
	#footer #footerlists{
		width: 50em;
		max-width: 1010px;
		margin: auto;
		clear: both;
		}
	#footer p {
		text-align: right;
		}
	#footer a:visited, #footer a:hover, #footer a:active{
		border-color: #478D2A;
		color: #fc0;
	}
	#footer .next{float: right;}
	#footer .prev{float: left;}
	#footer .navigation_prevnext{
		text-align: center;
		}

.admin {
	font-size: 2em;
	font-family: 'Times New Roman', Serif;
	text-align: right;
	}

#cats {
	float: left;
	width: 45%;
	}
	#cats h2{margin:0;}

#aktuelleposts {
	margin-left: 50%;
	}