html, body {
height: 100%; 
}

INPUT, TEXTAREA, SELECT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

A { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000;
}
A#comments { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}


A:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF0000;

}
A#comments:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;

}

A.comments{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;

}

A.comments:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}

A.namelink {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
A.namelink:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #FF0000;
}

BODY {
	


}

.notify_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-top: 10px;
	margin-left: 4px;
	margin-bottom: 10px;
}

A.arrow-left {
	background-image: url(images/arrow-left.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 58px;
	height: 41px;
	display: block;
	

}

A.arrow-left:hover {
	background-position: 0 -41px;
}

A.arrow-right {
	background-image: url(images/arrow-right.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 58px;
	height: 41px;
	display: block;
	

}

A.arrow-right:hover {
	background-position: 0 -41px;
}



h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
}


h1 {
	font-size: 18px;
	padding: 0;
	margin: 0;
}
	
TEXTAREA {
	border: 1px solid #626262;
	background-color: #FFFFFF;

}

TEXTAREA.black {	
		border: 1px dashed #FFFFFF;
		background-color: #FFFFFF;
	
	}


INPUT {
	  border: 1px solid #626262;
   	background-color: #FFFFFF;
}
SELECT {
	border: 1px solid #626262;
  background-color: #FFFFFF;
}

HR { 
    border: none; 
    border-bottom: 1px dashed #626262; 
    color: none; 
}

.cbSmall {
   border: none; 
 	 width : 1.5em ; 
	 height : 1.5em ;  
}
.cbVerySmall {
	border: none;
	width: 11px;
	height: 11px;
	margin: 0px;
}

.selSmall {
	border: none;
}

div#piecesbox {
	width: 641px;
}



.topbar_text {
	margin: 0 0 2 0;
	padding: 0;
	font-size: 9px;
	font-family: Verdana;
	
}

div#fotoitem {
	width: 190px;
	float: left;
	height: 155px;
	
}

#header{
	text-align: right;
	
}

#container {
	width: 100%;
	
}

#container #main {
	width: 651px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
}

#container #lastcomments {
	width: 273px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-align: left;
	margin-left: 5px;

}

#container #main #column {
	width: 500px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 5px;
	border: 1px solid #8e8e8e;
	
}

#container #main #column .column_info {color: #747474; font-size: 9px; margin-top: 0px;}
#container #main #column .author {text-align: right; font-style: italic; font-size: 11px;}



div#loading {
	width: 450px;
	height: 300px;
	position: absolute;
	left: 30%;
	top: 50%;
	z-index: 2;
	filter: alpha(opacity=70);
	-moz-opacity: .70; 
	opacity: .70;
	background-color: #ffffff; 
}
div#loading .center {
	margin-top: 130px;
	text-align: center;
	font-size: 16px;
	font-weight: bolder;
}

.noTrans {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0; 
	opacity: 1.0;
	
}

div#comment_container {
	width: 100%;
	
	
}

div#comment_content {
	width: 95%;
	margin-left: 20px;
	xfloat: left;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	
}

.comment_header {
	padding-left: 4px;
	padding-top: 2px;
	margin: 10px 0 10px 0;
	width: 320px;
	border-left: 1px solid #8e8e8e;
	border-top: 1px solid #8e8e8e;

}

.comments .comment_header {
	padding-left: 4px;
	padding-top: 2px;
	width: 320px;
	border-left: 1px solid #bfbdbd;
	border-top: 1px solid #bfbdbd;
}



P.comment_content {
	width: 600px;
	margin: 0 0 0 0;
	padding: 0;
	
}

.comment_date {
	color: #8e8e8e;
}

#comments .comment_date {
	color: #bcbcbc;
}

div#content_center {
	width: 649px;
}

div#online {
	width: 227px;
	float: left;
}

.comment_deleteicon {
	margin-left: 4px;
	background: url(images/delete.gif) no-repeat;
	display: inline;
	width: 7px;
	height: 7px;
	min-width: 7px;
	
	
}

div#page_content {
	width: 422px;
	float: left;
	
}

.news_title {
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.news_item {
	margin: 0 0 10px 0;
}
.news_title:hover {
	font-weight: bold;
	font-size: 12px;
}



.news_content {
	
}

.pieces_pijl_links {
		display:block;
		float: left;
        width:58px;
        height:41px;
        background-image: url(images/arrow-left.gif); 
  		background-position: 0 0;
        background-repeat: no-repeat
}
.pieces_pijl_links:hover {
		background-position: 0 -41px;
}



.pieces_pijl_rechts {
				display:block;
				float: right;
        width:58px;
        height:41px;
        background-image: url(images/arrow-right.gif); 
  			background-position: 0 0;
        background-repeat: no-repeat
}

.pieces_pijl_rechts:hover {
		background-position: 0 -41px;
}


.msg_list {
	margin-top: 20px;
	width: 480px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.msg_list li {
	display: inline-block;
}

.msg_date {
	width: 100px;
}

.msg_author {
	width: 130px;
}

.msg_topic {
	width: 150px;
}

.msg_icons {
	width: 100px;
}

.msg_info {
	
	margin-left: 20px;
	width: 120px;
	xfloat: left;
}

div#pieces_kop{
	width: 641px;
	
}

.index_head {
	margin: 10px 0 0 0 ;
	padding: 0; 

}

.yourlast_head {
	margin: 10px 0 0 0 ;
	padding: 0; 

}
#index_last {
	xmargin-bottom: 20px;
	xclear: both;
	border-top: 3px solid #FF0000;
	width: 388px;	
	padding: 0;
	margin: 2px 0 20px 0;
	
}

#index_thumbnail {
	xdisplay: block;
	border: 0;
	
	xbackground-color: #FF00FF;
}

#index_thumbnail:hover {
	xborder: 1px solid #FF0000;
}

#topic {
	width: 500px;
	
}

#topic_date {
	width: 70px;
	float: left;
	text-decoration: none;
	
}
#topic_subject {
	width: 250px;
	float: left;
	font-weight: bolder;
}

#topic_author {
	width: 150px;
	float: left;
}

#login {
	width: 220px;
	
}

#login label {
	width: 100px;
	float: left;
}

#login .login_field {
	width: 120px;
	float: left;
	
}

#login .login_checkbox {
	margin-top: 10px;
	clear: both;
	padding-top: 12px;
	border: 0;
	background: none;
}

#login .login_submit {
	margin-left: 8px;
}

#search {
	width: 280px;
	

}
#search label {
	width: 100px;
	float: left;
	margin-top: 2px;

}

#search .search_input {
	width: 180px;
	float: left;
	margin-top: 2px;
}

#index_newstuff {
	margin: 0px 0 4px 0;
	xbackground-color: #FF00FF;
	
}

.comments_rating {
	margin: 10 0 10 0;
}

#comments_notvisible {
	margin: 10 0 10 0;
	
}

#topic_write {
	width: 400px;
	margin-top: 20px;
}

#topic_write label {
	margin-top: 10px;
	display: block;
}

#topic_write input[type=text] {
	width: 300px;
}

#topic_write textarea {
	width: 400px;
	height: 200px;
}

#topic_intro {
	width: 400px;
	
}
#mod_ratings {
	width: 270px;
	margin-bottom: 32px;
	padding: 6px 0 6px 0;
	clear: both;
}

#mod_ratings .rater {
	width: 250px;
	float: left;
}
#mod_ratings .rating {
	width: 20px;
	float: left;
}

.mod_spacer {
	width: 20px;
	height: 10px;
	margin: 0;
	padding: 0;
}

.comments_form {
	margin: 20px 0 0 0;
}

.img_topic {
	display: block;
	text-align: center;
}

.pieces_img {
	height: 113px;
	margin: 0;
	padding: 0;
}
.write-msg-list {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 200px;
}
.write-msg-label {
	width: 44px;
}
.write-msg-list li input {
	width: 140px;
}

.write-msg-list li {
	margin-bottom: 4px;
	display: inline-block;
}
.link_desc {
	margin: 0 0 0 10;
	padding: 0;
}