.entry {
	padding-bottom: 25px;
}

.entrypreview {
	border: 2px dashed black;
	padding: 10px;
}

.entryinfo {
	margin-top: 20px;
}

.entryinfo img {
	float: left;
	margin-right: 30px;
}

.entrytext {
	margin-top: 30px;
}

.comments {
	margin-top: 50px;
}

.comment {
	margin-top: 50px;
}

.commentinfo {
	min-height: 20px;
	padding-right: 30px;
	padding-top: 5px;
	background-image: url(/images/blog/quoter.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.admincommentinfo {
	color: #666666;
	font-weight: bold;
	min-height: 20px;
	padding-right: 30px;
	padding-top: 5px;
	background-image: url(/images/blog/quoter.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.commenttext {
	min-height: 20px;
	padding-right: 30px;
	margin-left: 20px;
	padding-left: 20px;
	padding-top: 10px;
	border-left: 2px solid #333333;
}

.admincommenttext {
	color: #454545;
	margin-left: 20px;
	padding-left: 20px;
	padding-top: 10px;
	border-left: 2px solid #333333;
	min-height: 20px;
	padding-right: 30px;
}

.quote {
	background-image: url(/images/blog/zitat.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-style: italic;
}

.preview {
	border: 2px dashed black;
	padding: 10px;
}

.leftlink img {
	margin-top: 20px;
	float: left;
}

.rightlink img {
	margin-top: 20px;
	float: right;
}

.blogseitennavi {
	margin-bottom: 20px;
}

.blogentryselection ul {
	
}

.blogentryselection li {
	list-style: none;
    display: block;
}