/* ----------------- sidebar  ----------------- */
#content {
	margin: 0px;
}

#rightcontainer {
	display: none;
}

/* index page */
.cats {
	border: 1px solid #C4860F;
	margin-bottom: 10px;
}

/* ----------------- index  ----------------- */
	/*category collection on index page*/
.iCats {
	border: 1px solid #EEBC5C;
	float: left;
	margin: 0 0 8px;
	padding: 0;
	width: 100%;
	line-height:1.8em;
}


.iCats .tijd{
	width:54px;
}

.iCats .topicname {
	margin: 0 10px 0 55px;
}


.iInnerCat {
	padding: 5px 2px;
	margin: 0 7px;
	border-bottom: 1px solid #EFEFEF;
}

.iInnerCat span {
	//font-size: 0.9em; 
	line-height: 0.9em;
}

.iInnerCat img {
	avertical-align: text-top;
}

.lichtje:hover {
	background-image: url('/trans2.png');
}

.iList {
	font-size: 0.9em;
}

.iList .iTopicName {
	margin: 0 23px 0 45px;
}

.iList .iTijd {
	width: 40px;
	display: block;
	float: left;
}

.iList .iReplies {
	display: block;
	float: right;
}

#iRight,#cRight {
	width: 260px;
	float: right;
}

#iLeft,#cLeft {
	width: 705px;
	float: left;
}

/* ----------------- categorie  ----------------- */
.catCat {
	clear: both;
	padding: 5px;
}

.catCat:hover {
	background-image: url('/trans2.png');
}

.tijd {
	width: 154px;
	display: block;
	float: left;
}

.nreplies {
	display: block;
	float: right;
}
.topicname {
	margin: 0 10px 0 155px;
}

.topicname .forumklein {
	font-size: 0.8em;
}

.headerklein {
	font-size: 0.8em;
	line-height:1.6em;

	margin-bottom:0.2em;
}

/* ----------------- collect  ----------------- */
#content .forumimg img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 0px solid #fff !important;
	background-color: #FFF;
	box-shadow: 2px 2px 2px #AAAAAA;
	-moz-box-shadow: 2px 2px 2px #AAAAAA;
	-webkit-box-shadow: 2px 2px 2px #AAAAAA;
}
 
.cReply {
	float: right;
	width: 100%;
}

#content .cReply h2 {
	padding: 2px;
}

.footer {
	clear: right;
	background-image: url('/trans2.png');
	font-size: 0.8em;
	padding: 2px 5px;
}

/* ----------------- global  ----------------- */
.g { /*background-image: url('/images/opacity_white_1x1.png');*/
	border: 1px solid #C4860F;
	margin-bottom: 10px;
}

#content h2 {
	background-image: url('/trans2.png');
	padding: 5px;
	margin: 0px;
}

#content .i {
	margin: 5px;
}

#content .r a:visited {
	color: #991B00;
}