
/***************************************************************************
 *                                style.css
 *                            -------------------
 *   Begin                : Dinsdag, 7 Juni, 2004
 *   Copyright            : Martin van Dijk
 *   Omschrijving:        : Algemene CSS style bestand
 *
 *   *me schopt Internet Explorer en aait Mozilla...
 *
 ***************************************************************************/

body{ 
	background-color: #FFF;
}

div, p, h, td{
	font-family: "Bitstream Vera Sans", Verdana, Arial, Sans-serif;
	font-size: 16px; line-height: 150%;
}

td{
	padding: 10px;
}

img{
	border: 1px solid #000;
}

img.noborder{ 
	border: 0px;
}

img.avatar{
	width: 70px;
	height: 70px;
}

a, a:visited{ 
	text-decoration: underline; 
	color: #000;
}

a:hover{ 
	text-decoration: underline; 
	color: #DF2525; 
}

pre{
	font-size: 16px;
	color: #336699;
}

form{
	margin: 0px;
}

#maintable{
	position: relative; 
	width: 750px;
	margin: auto;
}

.footer{
	font-size: 16px;
	color: #666;
	text-align: center;
}

.offtopic{ 
	color: #666; 
	font-size: 16px; 
}

.highlight{
	color: #FF6600;
	font-weight: bold;
}

.message_top{
	border: 1px #000 solid;
	font-size: 16px; 
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px; 
	background-color: #D6E3EA;
}

.message_text{
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
	font-size: 16px; 
	padding: 10px; 
	text-align: justify;
	background-color: #F5FAFC;
}

.kleur1{
	background-color: #F5FAFC;
}

.kleur2{
	background-color: #D9E4EA;
}

.kleur3{
	background-color: #FFF;
}

.col_center_kl2{
	background-color: #D9E4EA;
	text-align: center;
}

.col_center_kl3{
	background-color: #FFF;
	text-align: center;
}

.post_left{ 
	width: 110px; 
	padding: 7px;
	
}

.post_right{ 
	width: 640px; 
	padding: 0px; 
	margin: 0px; 
}

.post_top{
	border-left: 1px #000 solid;
	border-bottom: 1px #000 solid;
	height: 17px;
	padding-top: 3px;
	padding-left: 5px;
}

.post_div_1{
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
	font-size: 16px; 
	text-align: justify;
	background-color: #F5FAFC;
}

.post_div_2{
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
	font-size: 16px; 
	text-align: justify;
	background-color: #FFF;
}

.post{
	padding-right: 10px;
	font-size: 16px;
}

.left{ float: left; padding: 2px; }
.right{ float: right; padding: 2px; }

.sig{
	font-size: 16px;
	color: #666;
}

.code{
	font-size: 16px;
	font-family: "Courier New", Courier, mono;
	color: #006699;
}

.me{
	color: #0000FF;
	 font-style: italic;
}

.quote{
	width: 90%;
	padding: 10px; font-size: 16px; color: #666; text-align: justify;
	border-top: 1px #666 dashed; border-bottom: 1px #666 dashed; 
	background-color: #FFF; margin: 5px;
}

.center{
	text-align: center;
}

.moderator{ color: #006600; font-weight: bold; }
.beheerder{ color: #006699; font-weight: bold; }
.banned{ color: red; font-weight: bold; }

.sticky_topic{ color: #356999; font-weight: bold; }
.faq_topic{ color: #227E34; font-weight: bold; }

input.invulveld{
	font-family: Verdana, Arial, Sans-serif;
	font-size: 16px;
	padding: 2px;
}