/* story list
 ###################################### */
 .WN_stories {
	width:458px;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
	clear:both;
 }

#MainRight .WN_stories {
	width:280px;
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
 }

#MainRight .WN_title {
    font-weight:bold;
    margin-top:2px;
    color:#3e6283;
}

  .WN_stories li {
	margin-top:10px;
	clear:both;
  }

  .WN_stories li a {
	text-decoration:none;
	clear:both;
  }

  .WN_stories li a span{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:10px;
	color:#3e6283;
	text-decoration:none;
	line-height:125%;
	clear:both;
	width:100%;
  }
  
  .WN_stories li .WN_comment-count span {
 	font-size:9px; 
  }

#MainLeft .WN_stories li .WN_comment-count {
	font-size:9px;
	color:#666666;
  }

#MainRight .WN_stories li .WN_comment-count {
	float:right;
	font-size:9px;
	color:#666666;
	padding:0;
	margin:0;
  }

.reiterbox .WN_stories li div.WN_comment-count {
	 padding:0;
 }

.WN_stories li .WN_comment-count span {
	font-size:9px;
	color:#666666;
  }

  .WN_stories li  {
	border-bottom:1px solid #eeeeee;
	font-size:9px;
	width:100%;
  }
  
  .WN_stories li a:hover span{
	border-bottom:none;
  }


/* comment list
 ###################################### */
ul.WN_comments{
	list-style:none;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:468px;
	margin-bottom:40px;
}

ul.WN_comments li{
	border:1px solid #cfcfcf;
	margin-bottom:5px;
}

ul.WN_comments li a {
	font-size:12px;
	font-weight:normal;
	color:#000;
	border:0;
	text-decoration:none;
}

ul.WN_comments li a span {
	color:#000;
}

ul.WN_comments li a:hover span {
	color:#000;
	border-bottom:none;
}

ul.WN_comments li div {
	border-bottom:1px solid #CFCFCF;
	color:#666666;
	height:18px;
	background-color:#FFFFFF;
	background-image:url(http://www.volksfreund.de/fileupload/_img/contentbox_bg.png);
	background-position:center top;
	background-repeat:no-repeat;
	border-color:#CFCFCF
}


ul.WN_comments span.WN_author span {
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

ul.WN_comments span.WN_text {
	display:block;
	background:#fff;
	padding:5px;
	margin-bottom:5px;
	font-size:12px;
}

ul.WN_comments span.WN_answer span {
	font-size:12px;
	font-weight:bold;
	color:#666666;
}

ul.WN_comments li ul.WN_subcomments{
	font-size:12px;
	padding:0;
	width:95%;
	margin:0 0 0 20px;
	list-style:none;
}

/* FORMULAR */
#WN_commForm {
	width:468px;
	margin-bottom:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


#WN_commForm span {
	font-weight:normal;
	font-size:12px;
	margin-right:5px;
}

#WN_commForm h4 {
	border-top:1px solid #E1E1E1;
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:7pt;
	font-weight:bold;
	height:15px;
	line-height:100%;
	padding-top:10px;
	text-decoration:none;
	text-transform:uppercase;
	margin-bottom:10px;
	width:100%;
	
	

}

#WN_commForm .WN_error {
	background:#fff;
	color:#ff0000;
	font-weight:bold;
	padding:2px;
	text-align:center;
}

#WN_commForm .WN_wnbanner {
	float:left;
	border:none;
}


#WN_commForm .WN_wnbanner:hover {
	text-decoration:none;
	border:none;
}

#WN_commForm .WN_topbar {
	background:#fff;
	clear:both;
}

#WN_commForm .WN_frame{
	padding:0;
}

#WN_commForm .WN_answer {
	font-weight:bold;
}

#WN_commForm textarea {
	width:450px;
	height:200px;
}

#WN_commForm input, #WN_commForm textarea {
	border:1px solid #a0a0a0;
	background:#fff;
	margin-bottom:10px;
}

#WN_commForm input.WN_author {
	width:450px;
	margin-bottom:5px;
}

#WN_commForm span.WN_author span.WN_username, #WN_commForm span.WN_author span.WN_username span{
	display: inline;
	font-size:12px;
	font-weight:bold;
}

#WN_commForm span.WN_author label.WN_username span {
	font-weight:normal;
}

#WN_commForm div.WN_captcha {
	margin-bottom:5px;
}

#WN_commForm label.WN_captcha {
	font-size:10px;
	margin:5px;
}

#WN_commForm input.WN_captcha {
	width:120px;
}

#WN_commForm input.WN_submit {

}

#MainLeft form#WN_commForm input[type="text"].WN_author, #MainLeft form#WN_commForm textarea.WN_comment {
width:460px;
}


