/* topic styles (not first page) */
.date{
	margin-left: 10px;
}
.titel{
	display: inline;
	padding-right: 10px;
	font-size: 20px;
	font-weight: normal;
}
.img{
	margin-top: 10px;
	margin-bottom: 10px;
}
.author, .author a{
	color: #224eff; /* blue */
	font-weight: bold;
}
.counter{
	background-color: #555555;
	text-align: center;
	color: #fff;
	height: 18px;
	padding: 1px 8px 1px 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 7px;
}
.topicText, .blogText, .commentText{
	margin-top: 5px;
	margin-bottom: 5px;
	width: 450px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.comment_author{
	float: right;
}

.commentsLink a{
	text-decoration: none;
}
.respondLink a{
	font-size: 20px;
	text-decoration: none;
}
.alignRight{
	right: 20px;
	position: absolute;
}

/* blog styles (first page) */
.blogTitel{
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
}
a.adminDeleteLink{
	color: #ff0000;
	text-decoration: none;
	text-transform: uppercase;
}

a.textLink {
	text-decoration: none;
	color: #224eff; /* blue */
}