#content a[href^="http:"]:link, #content a[href^="http:"]:active, #content a[href^="http:"]:visited {
	color: #31648f;
	background: url("http://design.cms-db.de/images/external-link.png") right center no-repeat;
	padding-right: 12px;
	border-bottom: 1px solid #31648f;
	text-decoration: none;
}
#content a[href^="http:"]:hover {
	color: #1b374f;
	background: url("http://design.cms-db.de/images/external-link.png") right center no-repeat #d8e4f2;
	padding-right: 12px;
	border-bottom: 1px solid #1b374f;
	text-decoration: none;
}
#content a[href*="cms-db.de"]:link, #content a[href^="/"]:link,
#content a[href*="cms-db.de"]:active, #content a[href^="/"]:active,
#content a[href*="cms-db.de"]:visited, #content a[href^="/"]:visited,
#footer a:link, #footer a:active, #footer a:visited {
	color: #31648f;
	background: transparent;
	border-bottom: 1px solid #31648f;
	text-decoration: none;
	padding-right: 0;
}
#content a[href*="cms-db.de"]:hover, #content a[href^="/"]:hover,
#footer a:hover {
	color: #1b374f;
	background: #d8e4f2;
	border-bottom: 1px solid #1b374f;
	text-decoration: none;
	padding-right: 0;
}

#content .blogpaginationtop,
#content .blogpaginationbottom {
	text-align: right;
	font-size: .9em;
}
#content .blogpaginationtop a, #content .blogpaginationtop span,
#content .blogpaginationbottom a, #content .blogpaginationbottom span {
	padding: .2em .4em .2em .4em !important;
	color: #333 !important;
	border: 1px solid #aaa !important;
}
#content .blogpaginationtop span,
#content .blogpaginationbottom span {
	background: #aaa;
	color: #fff !important;
}
#content .blogpaginationtop span.inactive,
#content .blogpaginationbottom span.inactive {
	background: #eee;
	color: #aaa !important;
	border-color: #ccc !important;
}
#content .blogpaginationtop a,
#content .blogpaginationbottom a {
	background: #f8f8f8 !important;
	text-decoration: none;
}
#content .blogpaginationtop a:hover,
#content .blogpaginationbottom a:hover {
	background: #666 !important;
	color: #fff !important;
}

.blogheader {
	border-bottom: 1px solid #aaa;
	margin: 1em 0;
}
.blogtitle {
	display: inline;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	border: none;
}
.blogmeta {
	margin-left: .2em;
	display: inline;
	font-style: italic;
	color: #333;
}
.blogfooter {
	color: #666;
}
.blogfooter a {
	opacity: .8;
}
.blogfooter a:hover {
	opacity: 1;
}

.comment {
	border-width: 2px;
	border-style: solid;
	padding: .5em;
}
.comment + .comment {
	margin-top: 0;
}
.comment.odd {
	background: #f8f8f8;
	border-color: #e2e2e2;
}
.comment.even {
	background: #e7e7e7;
	border-color: #d1d1d1;
}
.commentheader {
	border-bottom: 1px dotted #ccc;
	margin-bottom: .5em;
	color: #444;
}
.commentcount {
	font-weight: bold;
}
.commentmeta {
	font-style: italic;
}
.commentcontent {
}

