body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
/*deze heb ik even uitgezet vanwege een tabel probleem 
table {
	border-collapse:collapse;
	border-spacing:0;
} */
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
strong
{
	font-weight: bold;
}

html, body
{ 
	height: 100%;
}
body
{
	background: #000 repeat url('../images/bg_main.gif');
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #FC0;
	text-align: center;
	/* scrollbar-face-color: #860605; */
	scrollbar-face-color:#851E1E;
	scrollbar-highlight-color:#A42424;
	scrollbar-3dlight-color:#851E1E;
	scrollbar-darkshadow-color:#290909;
	scrollbar-shadow-color:#521212;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#7E3838;
}
html
{
	overflow: -moz-scrollbars-vertical;
}
a
{
	color: #FC0;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
#mainwrap
{
	margin: 0 auto;
	text-align: left;
	width: 958px;

	border-left: solid 1px #FC0;
	border-right: solid 1px #FC0;
	background: #000 url('../images/bg_content.jpg') repeat-x;
}

#preheaderalert
{
	width: 100%;
	height: 100px;
	background: #000;
	color: #000;
	border-bottom: solid 1px #000;
	background: #ff0 url('../images/alert-knipper.gif');
	background-position: 15px 50%;
	background-repeat: no-repeat;
}
#preheaderalert h1 {
	font-weight: bold;
	font-size: 14px;
	padding-top: 25px;
}
.preheaderalerttxt {
	padding-left: 100px;
}

#header
{
	width: 100%;
	height: 79px;
	/* background: #F00 repeat url('../images/bg_header.jpg'); */
	background: #000 url('../images/header_background.jpg') no-repeat;
	border-bottom: solid 1px #000;
}
#header_logobox
{
	float: left;
	width: 297px;
	height: 79px;
}
#header_logobox h1
{	
	width: 297px;
	height: 79px;
	text-indent: -100em;
	overflow: hidden;
	background: url('../images/logo.gif') top right no-repeat;
	margin: 0;
	cursor: pointer;
	cursor: hand;
}
#header_knoop
{
	float: left;
	width: 402px;
	height: 79px;
	/* background: #000 url('../images/header_knoop.jpg') top right no-repeat; */
	background-image: url('../images/header_knoop.jpg');
	background-position: top right;
	background-repeat: no-repeat;
}

#mainsite {
	width: 100%;
}

#footer
{
	width: 100%;
	height: 35px;
	background: #2B0202;
	font-weight: bold;
	font-size: 11px;
}

#header_login
{
	float: left;
	width: 259px;
	height: 74px;
	text-align: right;
	margin-top: 5px;
}
.formelement {
	background: #000;
	color: #fff;
	font-size: 9px;
}



div.login_form_left
{
	float: left;
	width: 144px;
	height: 22px;
	font-size: 11px;
	padding-right: 5px;

}
div.login_form_right
{
	float: left;
	text-align: left;
	width: 110px;
	height: 22px;

}
div.login_form_but
{
	width: 105px;
	padding: 5px 5px 0px 0px;
	text-align: right;
}
input.login_form_input
{
	width: 100px;
	height: 15px;
	font-size: 11px;
	padding-left: 1px;
	background: #000;
	color: #fff;
	border: 1px solid #333;
}
#header_login laabel {
	position: relative;
	top: 2px;
}
#header_login #login_remember {
	position: relative;
	top: -5px;
	right: 15px;
}

#nav_left
{
	float: left;
	width: 160px;
	padding: 10px 5px 0px 5px;
	background: url('../images/nav_left_img.jpg') no-repeat;
	background-position: 0px 335px;
	border-right: solid 1px #000;
}
#nav_left h6
{
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}
div.nav_left_memberinfo
{
	font-size: 11px;
	text-align: center;
	margin-bottom: 5px;
}
ul.nav_list
{
	margin-left: 5px;
	margin-bottom: 10px;
}
li.nav_cat
{
	margin-top: 10px;
	margin-bottom: 2px;
	font-size: 13px;
}
li.nav_but
{
	margin-left: 15px;
	margin-bottom: 1px;
}
li.nav_but_active
{
	list-style-type: square;
}
div.userbox_container
{
	height: 50px;
	overflow: hidden;
}
div.userbox_link
{
	position: relative;
	width: 160px;
	height: 49px;
}
div.person_container
{
	width: 150px;
	height: 35px;
	background: url('../images/person_container_bg.gif') repeat-x;
	padding: 7px 5px 7px 5px;
	color: #FFF;
	font-size: 9px;
	margin-bottom: 5px;
	overflow: hidden;
	position: relative;
}
div.person_container_pic
{
	float: left;
	width: 52px;
}
div.person_container_text
{
	float: left;
}
#topDiv
{
	position: relative;
	top: 0px;
	width: 150px;
	height: 50px;
}
#bottomDiv
{
	position: relative;
	top: 0px;
	width: 150px;
	height: 50px;
}
#content
{
	float: left;
	width: 616px;
}
#nav_main
{
	width: 616px;
	height: 19px;
	text-align: center;
	border-bottom: solid 1px #000;
	background: url('../images/nav_top_bg.jpg') repeat-x;
	padding-top: 9px;
}
#content_main
{
	padding: 10px;
}
#content_main h1 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
#content_main h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}
#content_main p {
	margin-bottom: 10px;
}

#content_main a {
	text-decoration: underline;
}
#content_main a:visited {
	text-decoration: underline;
}
#content_main a:hover {
	text-decoration: none;
}
#content_main a:active {
	text-decoration: underline;
}

#nav_right
{
	float: left;
	width: 160px;	
	padding: 10px 5px 0px 5px;
	background: url('../images/nav_right_img.jpg') no-repeat;
	background-position: 0px 335px;
	border-left: solid 1px #000;
}
#nav_right h6
{
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}
div.register_container
{
	width: 150px;
	height: 35px;
	background: url('../images/person_container_bg.gif') repeat-x;
	padding: 7px 5px 7px 5px;
	color: #FC0;
	font-size: 12px;
	margin-bottom: 5px;
}
#shoutbox {
	width: 160px;
	height: 200px;
	overflow: auto;
	background: #430303 url('../images/shoutbox_bg.jpg') bottom right no-repeat;
}
#shoutcontent {
	font-size: 10px;
}
.shoutuneven {
	background-color: #430303;
	padding: 3px;
	padding-left: 5px;
}
.shouteven {
	background-color: #6C0403;
	padding: 3px;
	padding-left: 5px;
}
.shoutuneven span,
.shouteven span {
	color: #fff;
}
.shoutuneven span a,
.shoutuneven span a:visited,
.shoutuneven span a:hover,
.shoutuneven span a:active,
.shouteven span a,
.shouteven span a:visited,
.shouteven span a:hover,
.shouteven span a:active {
	text-decoration: none;
	color: #fff;
}
#shoutreply input {
	font-size: 9px;
	padding: 2px;
	background-color: #000;
	color: #fff;
	border: 1px solid #333;
	width: 115px;
}


#foot_left
{
	float: left;
	width: 161px;
	padding: 10px 0px 0px 10px;
	font-size: 9px;
}
#foot_mid
{
	float: left;
	width: 616px;
	text-align: center;
	padding-top: 10px;
}
#foot_mid a
{
	color: #FC0;
	text-decoration: none;
}
#foot_mid a:hover
{
	text-decoration: underline; 
}
#foot_right
{
	float: left;
	width: 161px;
	padding: 7px 10px 0px 0px;
	text-align: right;
}
.clear
{
	clear: both;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}

#tableform {
	margin-left: 0px;
}
#tableform td {
	padding: 5px;
}
#tableform td span {
	font-size: 80%;
}
#tableform input {
	width: 200px;
	padding: 2px;
	background-color: #000;
	color: #fff;
	border: 1px solid #333;
}
#tableform textarea {
	width: 200px;
	padding: 2px;
	height: 50px;
	background-color: #000;
	color: #FFF;
	border: 1px solid #333;
}
#tableform select {
	width: 200px;
	padding: 2px;
	background-color: #000;
	color: #fff;
	border: 1px solid #333;
}
#tableform input.clean {
	width: auto;
	padding: auto;
	color: #fff;
	border: 0;
}

.berichtenbox {
	width: 596px;
	background-color: #000;
}

.berichtenbox a,
.berichtenbox a:visited,
.berichtenbox a:hover,
.berichtenbox a:active {
	text-decoration: none;
}
.berichtenbox input.knop {
	padding: 2px;
	background-color: #000;
	color: #fff;
	border: 1px solid #333;
}
.berichtenbox #infobox {
	padding: 7px;
}
.bertabel {
	margin-top: 10px;
	margin-bottom: 10px;
}

.bertabel tr.titel {
	background-color: #222;
}

.bertabel tr.uneven {
	background-color: #600;
}

.bertabel tr.even {
	background-color: #430403;
}

.bertabel td {
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
}

.bertabel span.datumveld {
	font-size: 11px;
}


.berdetail span.datumveld {
	font-size: 11px;
}
.berdetail div.messagecontent {
	padding: 7px;
}
.berichtheader {
	margin-bottom: 10px;
	font-size: 13px;
}
.berichtheader span {
	position: relative;
	top: -6px;
}

#berreplybox {
	background: #6F0507 url('../images/bg_replybox_fade.jpg') repeat-x;
}
#berreplybox h4 {
	padding: 7px;
	font-weight: bold;
}
#berreplybox textarea {
	background: #000;
	color: #fff;
	border: 1px solid #333;
	padding: 7px;
	margin: 7px;
	margin-top: 0px;
	width: 565px;
	height: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#berreplybox input {
	width: 200px;
	padding: 2px;
	background-color: #000;
	color: #fff;
	border: 1px solid #333;
	margin: 7px;
	margin-top: 0px;
}
#berreplybox input.titel {
	width: 536px;
	padding: 2px;
	background-color: #000;
	color: #fff;
	border: 1px solid #333;
	margin: 7px;
	margin-top: 0px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#berreplybox input.datum {
	width: 60px;
	padding: 2px;
	background-color: #000;
	color: #fff;
	border: 1px solid #333;
	margin: 2px;
	margin-top: 0px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
#berreplybox select.datum {
	width: 60px;
	padding: 2px;
	background-color: #000;
	color: #fff;
	border: 1px solid #333;
	margin: 2px;
	margin-top: 0px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.onlinebox {
	width: 596px;
	background-color: #000;
}
.onlineusers {
	margin-top: 10px;
	margin-bottom: 10px;
}

.onlineusers tr.uneven {
	background-color: #600;
}

.onlineusers tr.even {
	background-color: #430403;
}

.onlineusers tr.ownre {
	background-color: #252525;
}

.onlineusers td {
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
}

.profile_maininfo {
	width: 576px;
	background: #000;
	padding: 10px;
}
.profile_maininfo_username {
	float: left;
	height: 20px;
}
.profile_maininfo_username strong {
	font-size: 14px;
}
.profile_maininfo_photo {
	float: left;
	width: 150px;
	margin-right: 10px;
}
.profile_maininfo_info {
	float: left;
	width: 299px;
}
.profile_maininfo_province {
	float: left;
	width: 117px;
	background: #000;
}
.profile_maininfo_province img {
	background: #000;
}
.horizontal_menu {
	width: 596px;
	height: 25px;
	overflow: hidden;
	line-height: 25px;
	background: #860605;
}
ul.inside_horizontal_menu {
	height: 25px;
}
ul.inside_horizontal_menu li {
	display: inline;
	list-style: none;
	height: 25px;
	background: #000;	
}
ul.inside_horizontal_menu li a {	
	float: left;
	display: block;
	height: 25px;
	width: 119px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
ul.inside_horizontal_menu li a.bigger {	
	float: left;
	display: block;
	height: 25px;
	width: 135px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
ul.inside_horizontal_menu a:hover {
	background: #921904;
}
ul.inside_horizontal_menu span {
	position: relative;
	top: -8px;
}
.horizontal_menu_active {
	/* background: #921904; */
	background: #550403;
}
.profile_content {
	width: 576px;
	padding: 10px;
	background: #000 url('../images/bg_content.jpg') repeat-x;
}
.profile_iconbar {
	background-color: #000;
	width: 576px;
	padding: 10px;
}
.profile_iconbar img {
	margin-right: 5px;
}
.profile_iconbar .iconleft {
	float: left;
	width: 340px;
	margin: 0;
	padding: 0;
}
.profile_iconbar .iconright{
	float: right;
	width: 220px;
	margin: 0;
	padding: 0;
	text-align: right;
}
.profile_heading {
	width: 586px;
	height: 25px;
	padding-left: 10px;
	overflow: hidden;
	line-height: 25px;
	background: #860605;
}
#photothumbbox {
	width: 590px;
	margin-left: 38px;
	margin-bottom: 15px;
	magrni-top: 10px;
}
/* #photothumbbox .thumbfloating {
	float: left;
	width: 150px;
	height: 150px;
	border: solid 1px #000;
	margin: 0px 20px 20px 0px;
} */

#photothumbbox .thumbfloating {
	float: left;
	width: 45px;
	height: 34px;
	border: solid 1px #000;
	margin: 0px 20px 20px 0px;
}
#photothumbbox .thumbfloating a:visited img, #photothumbbox .thumbfloating a img {
	filter: alpha(opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.8;
	background: #000;
}
#photothumbbox .thumbfloating a:hover img {
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity:1;
}

#infoblock {
	background: #E29B01 url('../images/icon_alertbar.jpg') no-repeat;
	width: 616px;
	height: 21px;
	border-bottom: solid 1px #000;
	padding-top: 7px;
	color: #000;
	overflow: hidden;
}
#infoblock span {
	margin-left: 45px;
}
#infoblock #infoclose {
	float: right;
	position: relative;
	top: -15px;
	right: 10px;
}
#infoblock a,
#infoblock a:visited,
#infoblock a:hover,
#infoblock a:active {
	color: #000;
	font-weight: bold;
}

.profile_box_username {
	float: left;
	height: 20px;
	position: relative;
	top: 3px;
	font-size: 15px;
	font-weight: bold;
	color: #fc0;
	margin-left: 10px;
}
.profile_box_distance {
	float: right;
	position: relative;
	top: 3px;
	right: 7px;
	color: #fc0;
}
.profile_box_distance img {
	position: relative;
	top: 2px;
	left: -3px;
}
.profileboxtable {
	margin-top: 5px;
	background: #000;
	margin-left: 6px;
}
#photooverlay {
	background-color: #000;
	display: none;
	text-align:center;
	width: 1px;
	height: 1px;
	z-index: 100000;
}
.notification_right {
	padding-left: 75px;
}
.errormessage {
	width: 556px;
	overflow: auto;
	padding: 20px;
	border-top: solid 1px #F00;
	border-bottom: solid 1px #F00;
	background-color: #FC0;
	background-position: 15px 50%;
	background-repeat: no-repeat;
	color: #000;
	margin-bottom: 10px;
}
.successmessage {
	width: 556px;
	overflow: auto;
	padding: 20px;
	border-top: solid 1px #090;
	border-bottom: solid 1px #090;
	background-color: #FC0;
	background-position: 15px 50%;
	background-repeat: no-repeat;
	color: #000;
	margin-bottom: 10px;
}
div.photo_upload_left
{
	float: left;
	width: 167px;
	height: 22px;
	padding-right: 5px;
}
div.photo_upload_right
{
	float: left;
}
.infoalertbox {
	background: #A6D0E1 url('../images/infoboxiconbg.gif') 10px 50% no-repeat; 

	border-top: 1px solid #06B7FE;
	border-bottom: 1px solid #06B7FE;
	color: #000;
	padding: 10px;
	padding-bottom: 5px;
}
.infoalertbox p {
	margin-left: 55px;
}
.infoalertbox a {
	color:#000;
}
.element_active {
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.element_inactive {
	filter: alpha(opacity=20);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
	-moz-opacity: 0.20;
	opacity: 0.2;
}
.statcont {
	background: #000 url('../images/bg_content.jpg') repeat-x;
	padding: 0;
	padding-top: 10px;
	padding-left: 10px;
}
.statcont h1 {
	display: block;
}
.statbox {
	width: 183px;
	margin-right: 7px;
	margin-bottom: 10px;
	float: left;
}
.statbox strong {
	position: relative;
	top: -21px;
	left: 2px;
}
.statbox span {
	position: relative;
	top: -20px;
	left: 50px;
}
.statbox img {
	border: solid 1px #000;
}
.sitemapblock {
	padding-left: 25px;
	margin-bottom: 50px;
}
.sitemapblock ul {
	list-style-type: square;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0px;
	paddding-left: 50px;
}
.sitemapblock ul li ul {
	padding-left: 10px;
}

.speeddates {
	margin-top: 10px;
	margin-bottom: 10px;
}

.speeddates textarea {
	width: 200px;
	padding: 2px;
	height: 50px;
	background-color: #000;
	color: #FFF;
	border: 1px solid #333;
}

.speeddates tr.uneven {
	background-color: #600;
}

.speeddates tr.even {
	background-color: #430403;
}

.speeddates td {
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
}

.standaard input.knop {
	padding: 2px;
	background-color: #000;
	color: #fff;
	border: 1px solid #333;
}

.standaard input {
	padding: 2px;
	background-color: #000;
	color: #fff;
	border: 1px solid #333;
}

.standaard {
	margin-top: 10px;
	margin-bottom: 10px;
}

.standaard textarea {
	width: 200px;
	padding: 2px;
	height: 50px;
	background-color: #000;
	color: #FFF;
	border: 1px solid #333;
}

.standaard tr.uneven {
	background-color: #600;
}

.standaard tr.even {
	background-color: #430403;
}
.standaard td.uneven {
	background-color: #600;
}

.standaard td.even {
	background-color: #430403;
}

.standaard td {
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
}

.standaard input.knop {
	padding: 2px;
	background-color: #000;
	color: #fff;
	border: 1px solid #333;
}

.onlinebox input.knop {
	padding: 2px;
	background-color: #000;
	color: #fff;
	border: 1px solid #333;
}
.datumselect{
width: 180px;
	padding: 2px;
	background-color: #000;
	color: #fff;
	border: 1px solid #333;
	margin: 2px;
	margin-top: 0px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
