/*##################################
	Blog 
##################################*/

.titleImgBlock {
	background-image:url(../img/service/blogTitleBg.png);
}
.blogCategoryBar {
	color:#5D6772;
	margin-top:30px;
	width:576px;
}

.category {
	float:right;
	margin-right:5px;
}

.blog {
	padding-left:10px;
}

.blog .blog {
	padding-left:0px;
}
.blog  h2 {
	font-size:1.66em; /*20px*/
	line-height:1.3em;
	padding:0 0 15px 0px;
	color:#5D6772;
	clear:both;
	font-weight:bold;
}
.blog  h2 a {
	color:#5D6772;
}

.blog  h3 {
	padding:16px 0px 0px 0px;
	clear:both;
}
.blog  p {
	padding:0 0 10px 0;
	clear:both;
}
a.comments, .commentsInsert h3.title, span.comments {
	background-image:url(../img/service/iconComment.png);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding:1px 0 5px 20px; 
	color:#5D6772;
	display:block;
	line-height:17px;
}
a.comments,  span.comments {
	margin-bottom:10px
}

.blogContImg {
	border: 1px solid #D2D5D7;
	padding:7px;
	float:left;
	position:relative;
	margin-bottom:16px
}
.blogContImgLegend {
	position:absolute;
	bottom:0;
	width:100px;
	right:-110px;
	font-size:0.92em
}
.commentsBlock {
}
.commentsBlock h4 {
	padding:0px;
}
.commentsNr {
	margin-left:10px
}
.commentsEntry {
	background-color:#F3F3F5;
}
.commentsEntry .item {
	padding:6px 20px 6px 20px;
	border-bottom: 1px solid #FFF;
}
.commentTopNav {
	font-weight:bold
}
div.time {
	display:inline;
}
.commentsEntry a {
	color:#56606A;
}
.commentsEntry a:hover {
	color:#5D6772;
}
.commentsEntry  p {
	padding:0 0 2px 0;
}
.blogCommentMessage {
	margin-top:20px;
	font-weight:bold;
}
h6.commentError {
	font-size:1em;
	line-height:1.33em;
	padding:0px;
	margin:20px 0 10px 0;
}
.commentError {
	color:#F06;
}
.commentsInsert{
	margin-top:30px;
}

.commentsInsert p {
	padding:6px 20px 6px 20px;
}
.commentsInsert .formBox {
	border: 1px solid #D2D5D7;
	background-color:#F3F3F5;
	margin-top:10px;
	width:554px;
	padding:7px 0 0 20px;
}
.commentsInsert .formBox .formCol {
	float:left;
	width:160px;
	
}
.commentsInsert .formBox label {
	color:#5D6772;
	font-weight:bold;
}
.commentsInsert .formBox input {
	width:148px;
}
.commentsInsert .formBox .textFieldWide {
	border: 1px solid #D2D5D7;
	width:468px;
	margin:3px 0 9px 0;
	line-height:16px;
	padding:2px 2px 3px 2px;
	font-size:1em;
}
.commentsInsert .formBox textarea {
	border: 1px solid #D2D5D7;
	width:468px;
	margin:3px 0 9px 0;
	height:115px;
	padding:2px;
}
.commentsInsert .submitButton {
	background-image:url(../img/service/iconChecked.png);
	background-position:9px 6px;
	background-repeat:no-repeat;
	padding:2px 0px 4px 28px;	
	color:#5D6772;
	cursor:pointer;
	text-align:left;
	line-height:22px;
	width:200px;
	background-color:#F3F3F5;
	border: 1px solid #D2D5D7;
	font-weight:bold;
	float:left;
	margin-right:30px;
}
.commentsInsert .submitButton:hover, .commentsInsert .submitButtonHover {
	background-color:#5D6772;
	border: 1px solid #5D6772;
	color:#FFFFFF;
	background-image:url(../img/service/iconCheckedHover.png);
}

/*##################################
	Archiv 
##################################*/
.archive .catTree {
	margin-left:10px;
	padding-top:7px;
}
.archive .catTree a {
	padding-left:11px;
	background-position:0px 5px;
}

