td.content {
	text-align: left;
}

#blog-list-header .date {
	background-color: #D2CEC6;
}

#blog-list-header .title {
	background-color: #A69D8C;
	border-left: 3px solid white;
	border-right: 2px solid white;
	padding-top: 3px;
	padding-left: 6px;
}

#blog-list-header .title a {
	font-weight: bold;
	font-size: 10pt;
}

#blog-list-header .last {
	background-image: url(/fileadmin/horst/layout/bg_blog.gif) ;
}

#blog-list-header .date .day {
	font-size: 22pt;
	font-weight: bold;
	color: white;
	padding: 0px 4px;
}

#blog-list-header .date .month {
	color: white;
	text-transform: uppercase;
	font-size: 7pt;
}

#blog-list-header .title a:link, #blog-list-header .title a:visited { color: white; }
#blog-list-header .title a:hover, #blog-list-header .title a:active { color: black; }

#blog-list-content .description {
	border-bottom: 1px solid #CCC;
	padding: 6px 0px;
}

#blog-list-content .comment {
	text-transform: lowercase;
	padding: 6px 0px;
}

#blog-list-content .comment a:link, #blog-list-content .comment a:visited { color: #999; }
#blog-list-content .comment a:hover, #blog-list-content .comment a:active { color: black; }

#blog-list-content .description a:link, #blog-list-content .description a:visited { color: black; }
#blog-list-content .description a:hover, #blog-list-content .description a:active { color: #666; }

#blog-single-paging .right {
	text-align: right;
}

#blog-single-paging td {
	color: #999;
	padding: 0px 5px;
}

#blog-single-paging a:link, #blog-single-paging a:visited { color: #666; }
#blog-single-paging a:hover, #blog-single-paging a:active { color: black; }

#blog-single-content h3 {
	font-weight: normal;
	color: #366;
	margin-bottom: 18px;
}

#blog-comments .head {
	border-bottom: 1px solid #CCC;
	color: #999;
	padding-bottom: 3px;
}

#blog-comments .date {
	margin-top: 9px;
	color: white;
	background-color: #CCC;
}

#blog-comments .comment {
	margin: 1px 3px;
	color: #333;
}

#blog-comments-form .head {
	border-top: 1px solid #CCC;
	color: #999;
	padding: 3px 0px;
	
}

#blog-comments-form td {
	color: #666;
}

#blog-comments-form input {
	color: #666;
	font-size: 8pt;
	border: 1px solid #333;
}

#blog-comments-form textarea {
	color: #999;
	font-size: 8pt;
	border: 1px solid #333;
}

#blog-comments-form .note {
	color: #999;
	padding: 3px 0px;
	border-top: 1px solid #CCC;
}