html, body {
	margin:0; padding:0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:none;
	color:#4f5052;
}

div.container{
	position:relative; padding:0; margin:0;
	min-height:450px;
	width:610px;
	background:none;
}

div.header {
	position:relative;padding:0; margin:0;
	height:20px;
	width:610px;
	background-image:url(/lay/header_blog.png);
	background-repeat:no-repeat;
}

div.footer {
	position:relative;padding:0; margin:0;
	height:20px;
	width:610px;
	background-image:url(/lay/footer_blog.png);
	background-repeat:no-repeat;
}

div.content {
	position:relative;padding:0; margin:0;
	width:610px;
	height:500px;
	background-color:#FFFFFF;
}

div.blog_area {
	position:relative;
	margin-left:53px;
	padding-top:3px;
	padding-bottom:3px;
	width:505px;
}

div.blog_header {
	position:relative;
	width:505px;
	margin-bottom:24px;
}

div.blog_datum {
	position:relative;
	float:left;
	display:inline;
	width:95px;
	min-height:36px;
	margin-right:20px;
	background-image:url(/lay/separator_date.gif);
	background-repeat:no-repeat;
	background-position:right 2px;
}

div.datum_tag {
	position:absolute;
	top:-1px;
	color:#c50049;
	font-size:24px;
	margin:0px;padding:0px;
	font-weight:bold;
	text-transform:uppercase;
}

div.datum_jahr {
	position:absolute;
	top:23px;
	color:#c50049;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

div.blog_title {
	position:relative;
	float:left;
	display:inline;
	width:390px;
}

div.blog_image {
	position:relative;
	margin-bottom:10px;
}

span.blog_ps {
	position:relative;
	top:2px;
	color:#c50049;
	font-weight:bold;
}

span.blog_ps_txt {
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
}

div.blog_separator {
	position:relative;
	width:498px;
	height:21px;
	background-image:url(/lay/separator_blog.gif);
	margin-bottom:28px;
	margin-top:20px;
}

div.close_button {
	position:absolute;
	top:0px;
	right:20px;
	width:20px;
	height:20px;
	background-image:url(/lay/close_btn.png);
	background-repeat:no-repeat;
	cursor:pointer;
}

div.float_left {
	float:left;
	display:inline;
}

div.clear {
	clear:both;
}

img {
	border:0px;
}

h1 {
	font-size:19px;
	color:#999999;
	margin:0px;
	padding:0px;
	line-height:normal;
	text-transform:uppercase;
}

p, td {
	line-height:normal;
	/*color:#4f5052;*/
	color:#000000;
	font-size:15px;
}

p {
	margin-bottom:15px;
}

a, a:hover {
	color:#4f5052;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}
