

/* --- Stylesheet 55 () --------- */ 

#container .main .columnLeft .blog {
	width: 320px;
	position: relative;
	padding: 0px 0px 40px 0px;
	margin: 0px 0px 5px 0px;
}

#container .main .columnLeft .blog .date {
	width: 50px;
	height: 60px;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
}

#container .main .columnLeft .blog .date .month {
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0px 2px 0px;
}

#container .main .columnLeft .blog .date .day {
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
	color: #fff;
	padding: 5px 0px 5px 0px;
}

#container .main .columnLeft .blogHeader {
	position: relative;
	width: 320px;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
}

#container .main .columnLeft .blogHeader .subject {
	padding: 2px 0px 0px 65px;
	float: left;
}

#container .main .columnLeft .blogHeader .author {
	padding: 2px 60px 0px 0px;
	float: right;
	font-weight: 100;
}


#container .main .columnLeft .blogHeader .Bild {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 65px;
	overflow: hidden;
}

#container .main .columnLeft .blogBody {
	width: 235px;
	background: #5d5d5d;
	padding: 15px 20px 20px 65px;
	font-size: 13px;
}

#container .main .columnLeft .blogBody h3 {
	font-size: 16px;
	line-height: 128%;
	margin: 0px 40px 15px 0px;
}

#container .main .columnLeft .blogBody a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

#container .main .columnLeft .blogBody a:hover {
	border-bottom: none;
}

#container .main .columnLeft .blogBody img {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 20px;
	right: 0px;
}

#rss a {
	font-size: 13px;
	color: #fff;
	border: 1px solid #fff;
	padding: 2px 2px 1px 2px;
	margin: 5px 3px 10px 0px;
	text-decoration: none;
}

#rss a:hover {
	color: #999;
	border: 1px solid #999;
}