/*
// telepark.cms
// (c) by telepark
*/

@charset "utf-8";

#newsArchiv {
	font-family: Arial, Sans serif;
}

.blogEntry {
	font-family: Arial, Sans serif;
	border-bottom: dotted #027ac6 1px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.blogLastEntry {
	font-family: Arial, Sans serif;
	border-bottom: none transparent 0px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.newsArchiv div {
	font-family: Arial, Sans serif;
	line-height:140%;
}

.newsHeadline {
	font-family: Arial, Sans serif;
	color: #027ac6;
	font-size: 20px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 20px;
}

.newsContent {
	font-family: Arial, Sans serif;
	margin-top: 0px;
}

.newsDate {
	font-family: Arial, Sans serif;
	color: #7F7F7F;
	font-size: 10px;
}

.newsContent p, .newsContent table td, .newsContent li, .newsContent table th, .newsContent span, .newsContent div {
	font-family: Arial, Sans serif;
	line-height: 20px;
	color: #404040;
	font-size: 14px;
	font-weight: normal;
}

.blogComments {
	font-family: Georgia, Times New Roman, Serif;
}

.commentsTitle {
	font-family: Georgia, Times New Roman, Serif;
}

.blogOneComment {
	font-family: Georgia, Times New Roman, Serif;
	padding-top: 10px;
	padding-left: 20px;
}

.blogCommentDelete {
	font-family: Georgia, Times New Roman, Serif;
	text-align: left;
}

.blogCommentDate {
	font-family: Georgia, Times New Roman, Serif;
	text-align: left;
	color: #7F7F7F;
	font-size: 80%;
}

.blogPostComment, .blogPostComment form {
	font-family: Georgia, Times New Roman, Serif;
}

.blogPostSubmit {
	font-family: Georgia, Times New Roman, Serif;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

.blogReplyH3 {
	font-family: Georgia, Times New Roman, Serif;
	font-size: 140%;
	margin-top: 10px;
	font-weight: normal;
}

.blogOpenCommentLink {
	font-family: Georgia, Times New Roman, Serif;
	margin-top: 5px;
}