/*Added Content classes and ids by http://johannesellenberg.de */

div#teaser{
  margin: 30px 0 20px 0;
}

.wp-caption {
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
background-color:#F3F3F3;
border:1px solid #DDDDDD;
font-size:0.8em;
margin:0 10px 10px;
padding-top:4px;
text-align:center;
}
.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}

#letzereintrag h2 {
  background-color: #598524;
  padding: 2px;
  color: #fff;
  margin:30px 0 20px 0;
}

#letzereintrag h4 {
  color: #598524;
  margin:0px;
}


#latesttitel {
}
a#latesttitel :hover {
 background-color: #E3F7B4;
}
a#latesttitel :visited {
text-decoration:none;

}

/* End of added Content */



/* Anchor Colour */

a {
	color: #336633;
}

a:hover {
	color: #FFE400;
}

/* Header Image */

#header {
	background:#598524 url(images/igel_logo.jpg) no-repeat scroll right center;
}

/* Header Title and Description */

#header h1 a {
	color: #fff;
}

#header h1 a:hover {
	color: #FFE400;
}

#header h2 {
	color: #FFE400;
}

/* Horizontal Navigation */

#navigation {
	background: #fff;
}

#navigation li a {
	color: #598524;
}

#navigation li a:hover {
	color: #FFE400;
}

#navigation li.current_page_item a {
	color: #FFE400;
}

/* Sub-page Menu */

#subpage ul {
	background: #fff;
}

#subpage ul li {
	color: #000;
}

#subpage ul li a {
	color: #598524;
}

#subpage ul li a:hover {
	color: #FFE400;
}

/* Postmetadata */

.postmetadata {
	background: #E3F7B4;
}

/* Alternating Comment Colour */

.alt {
	background: #E3F7B4;
}

/* Footer */

#footer {
	background:#598524;
}

#footer p {
	color: #fff;
}

#footer a {
	color: #FFE400;
}

blockquote {
	border-left: 5px solid #0a7501;
}