h1
{
	font-family:"Rock normal";
	color: #2f3943;
    font-size: 1.7em;
    text-shadow:none;
}

h2
{
	font-family:"Gothic normal";
	color: #0a4322;
    font-size: 1.1em;
    line-height: 130%;
    text-shadow:none;
}

p
{
	line-height:130%;
}

.blogcontainer
{
  position: relative;
  height: auto;
  padding-top:150px;
  background: url("/standard/img/bg_text.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.row
{
	/*border-bottom:1px dotted #094321;*/
	margin-bottom:2em;
}

p.style3
{
	color:#333;
}

#bloghead h2
{
	font-size:2em;
	text-align: left;
	color: #0a4322;
	margin-bottom:1em;
	margin-left:-8px;
}

.blog_img
{
	float:left;
	padding:0 24px 24px 0;
}

.author_img
{
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	position:relative;
	top:-15px;
	margin-right:12px;
	float:left;
}

.blog_preview_box
{
	margin-bottom:2em;
}

.blog_preview_box > div
{
	position:relative;
	background-color:#fff;
	height:320px;
	overflow:hidden;
	-moz-box-shadow:4px 4px 6px rgb(51,51,51);
	-webkit-box-shadow:4px 4px 6px rgb(51,51,51);
	box-shadow:4px 4px 12px rgb(102,102,102);
}

iframe.wundery_embed
{
	overflow:hidden;
	-moz-box-shadow:4px 4px 6px rgb(51,51,51);
	-webkit-box-shadow:4px 4px 6px rgb(51,51,51);
	box-shadow:4px 4px 12px rgb(102,102,102);
}

.blog_preview_box > div p, .blog_preview_box > div p a
{
	font-family:"Rock normal";
	font-size:10pt;
	margin:12px 12px 0 12px;
	padding:0;
	text-decoration:none;
	color:#0a4322;
}

.blog_preview_box > div p.teaser
{
	color:#333;
}

.blog_preview_box > div p span.datum
{
	color:#dd4862;
	font-style: italic;
}

.blog_preview_box > div div.blog_prev_author
{
	position:absolute;
	bottom:-80px;
	height:80px;
	width:100%;
	margin:0;
	padding:12px;
	border:4px dotted #dd4862;
	font-family:"Gothic normal";
	font-size:9pt;
	line-height:120%;
	background-color:rgba(255,255,255,.85);
}

.blog_preview_box > div p.blog_prev_anchor
{
	font-family:"Rock bold";
	font-size:12pt;
	margin:6px 0 0 0;
	
	text-indent:34px;
	background-image:url('/blog/img/link_arrow_right.png');
	background-repeat: no-repeat;
	background-position:left center;
}

div.kommentar
{
	border-bottom:1px dotted #dd4862;
}

div.kommentar p, #disclaimer_content
{
	font-family:"Gothic normal";
	font-size:10pt;
	line-height:130%;
	color:#333;
}

.kommentar_autor
{
	font-family:"Gothic bold";
	font-style:italic;
	padding-bottom:0;
	font-size:10pt;
}

p.kommentar_inhalt
{
	padding-top:4px;
}