/***Weblogübersichtsseite***/

UL.BlogPostList
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.BlogPostArea
{
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
.BlogPostArea TABLE
{
	width: 100%;
}

.BlogPostArea TABLE TR TD .DottedLine
{
	margin-bottom: 10px;
}

.BlogPostArea .BlogPostStatistic
{
	line-height: 16px;
	font-size: 11px;
	color: #464646;
	text-align: left;
	vertical-align: text-top;
	padding-right: 10px;
}

.BlogPostArea .BlogPostStatistic A
{
	color: #464646;
	display: block;
}

.BlogPostHeader
{
	color: #464646;
	font-size: 12px;
	font-weight: bold;
}

.BlogPostHeader a:link, .BlogPostHeader a:visited, .BlogPostHeader a:active
{
	text-decoration: none;
	color: #464646;
}

.BlogPostContent
{
	color: #464646;
	cursor: pointer;
	font-size: 12px;
	line-height: 16px;
	margin: 10px 0px;
}

.BlogPostContent IMG
{
	vertical-align:text-bottom;
	margin-left:3px;
}
.BlogPostContent A
{
	color: #464646;
}

.BlogPostFooter
{
	margin-bottom: 10px;
	color: #7d7d7d;
	font-size: 11px;
}

.BlogPostFooter A
{
	color: #7A89CC;
}

.BlogThemenPaket
{
	margin: 0px;
	margin-bottom:10px;
}

.BlogThemenPaket A IMG
{
	vertical-align: top;
}

/*** Paging Module ***/

DIV.PagingModule
{
	clear: both;
	margin: 10px 0px;
}

DIV.PagingModule H3
{
	color: #7d7d7d;
	font-size: 12px;
	font-weight: bold;
	float: left;
}
DIV.PagingModule SPAN.PagingList
{
	float: right;
	color: #7d7d7d;
	font-size: 10px;
	font-weight: bold;
}
DIV.PagingModule SPAN.PagingList A
{
	color: #464646;
}

DIV.PagingModule SPAN IMG
{
	vertical-align: bottom;
}




/*
Blog List Columns
*/

.BlogBlogNameColumn
{
	width: 15%;
}

.BlogAuthorColumn
{
	width: 35%;
}

.BlogLastPostColumn
{
	width: 30%;
}

.BlogPostsColumn
{
	text-align: center;
	width: 10%;
}

.BlogCommentsColumn
{
	text-align: center;
	width: 10%;
}


/* Links */

UL.BlogLinkCategoryLinkList
{
	padding: 0;
	margin: 0 0 0 24px;
	list-style-type: square;
}

UL.BlogLinkCategoryLinkList li
{
	padding-top: 4px;
}

UL.BlogLinkCategoryLinkList li a
{
	font-weight: bold;
}

.BlogLinkCategoryArea
{
	padding: 4px;
}

.BlogSubscriptionItem
{
	margin-bottom: 3px;
}

.BlogListLastPostArea
{
	font-size: .9em;
}

/*Blogpost*/

.BlogPost .date
{
	font-style:italic;
}

.BlogPost H1
{
	color: #464646;
	font-size: 22px;
	line-height: 25px;
	margin-bottom: 20px;
	margin-right:130px;
}

.BlogPost P
{
	color: #464646;
	font-size: 12px;
	line-height: 150%;
	padding: 0px 0px 15px 0px;
}

.BlogPost A
{
	color: #7A89CC;
}

