#wikiWrapper {
	background-color: #EDEDED;
}

	#wikiWrapper .marginTop20 {
		margin-top:20px;
	}
	
	#wikiWrapper h1.articleTitle {
		width:100%; 
		margin-top:10px; 
		margin-bottom:5px; 
		text-align:center;
		font-size:18px;
	}
	
	#wikiWrapper h2 {
		
	}

	#wikiWrapper .wikiListObject {
		padding: 5px;
		margin: 5px 0px 5px 0px;
	}
	
	#wikiWrapper .wikiListObject:hover {
		background-color: #FFEEFF;
	}
	
	#wikiWrapper.wikiHeadline {
		margin-bottom:5px;
	}
	
	#wikiWrapper .openWiki {
		background: url(/images/ver3/wikirubrik.png) no-repeat left;
		padding-left: 32px;
		padding-top: 20px;
	}
	
	#wikiWrapper .wikiListBig {
		color:#444; 
		font-size:16px;
		font-weight: bold;
	}
	
	#wikiWrapper .wikiListSmall {
		color:#444; 
		font-size:13px;
		font-weight: bold;
	}
	
	#wikiWrapper .wikiAuthor {
		color:#888888; 
		font-size:10px;
	}
	
	#wikiWrapper .missingReferenses {
		text-align:center; 
		margin-bottom:5px;
	}
	
	#wikiWrapper .missingReferenses span {
		font-size:10px; 
		color:red;
	}
	
	#wikiWrapper  .mainArticle {
		margin-top:10px;
	}
	
	#wikiWrapper .wikiReferenses {
		width:100%; margin-top:10px; padding-top:10px; border-top:solid 1px #CCCCCC;
	}
	
	#wikiWrapper .wikiAuthorInfoDiv {
		width:100%; margin-top:10px; padding-top:10px; border-top:solid 1px #CCCCCC; z-index:5;
	}
	
	#wikiWrapper  .commentsHeadline {
		margin: 20px 0px 10px 0px;
	}
	
	.commentsHeaderLeft {
		float:left;
		height:50px;
	}
	
	.commentsHeaderRight {
		float:right; 
		text-align:right;
		height:50px;
	}
