#categories {
	display: block;
	width: 270px;
	float:right;
	background: transparent;
	background-image:url(http://www.koch-dental.de/grafik/kochdental.gif);
	background-repeat: no-repeat;
	margin: -8px auto 60px;
	padding-left: 18px;
}

.blog-entry-summary {
	text-align: left;
	color: #009999;
	font-weight: normal;
	width: 600px;
	margin-bottom: 18px;
}


/* styles the archives in the blog sidebar */

#blog-archives {
	text-align: left;
	margin-right: 10px;
	margin-top:10px;
	
}

.blog-archive-link-enabled {
	background: left url(../../images/archive/archive.gif) no-repeat;
	padding-left: 16px;
}

.blog-archive-link-disabled {
	padding-left: 16px;
	background: url(../../images/archive/archive.gif) no-repeat left;
}


/* Styles the blog categories in the blog sidebar */

#blog-categories {
	text-align: left;
	margin-right: 10px;
	margin-top:120px;
}

.blog-category-link-enabled {
	background: no-repeat url(../../images/archive/docs.gif) left;
	padding-left: 16px;
}

.blog-category-link-disabled {
	padding-left: 16px;
	background: left url(../../images/archive/docs.gif) no-repeat;
}

/* Styles the blog RSS feeds in the blog sidebar */

#blog-rss-feeds {
	text-align: left;
	margin-top:1px;
	margin-right: 10px;
}

.blog-rss-link {
	background: url(../../images/archive/feed.gif) no-repeat left;
	padding-left: 16px;
}

.blog-comments-rss-link {
	background: no-repeat url(../../images/archive/feed.gif);
	padding-left: 16px;
	
}

/* Styles the blog Suche in the blog sidebar */
#blog-suche {
	padding-top:5px;
	text-align: left;
}




