html, body, code, div, table {
	color: #5c5c5c;
	font-size: 11pt;
	font-family: Tahoma, Helvetica, sans-serif;
}
div#site{
	margin: 0px auto 0px auto;
	width: 778px;
}
div#header{
	height: 205px;
	overflow: hidden;
}
div#logo{
	margin: 47px 0px 0px 10px;
	width: 135px;
	height: 33px;
	background: url('images/layout/logo.png') no-repeat;
}
div#footer{
	background: #42453d;
	color: #ffffff;
	height: 2px;
	text-align: center;
	padding: 2px 0px 21px 0px;
	margin: 0px 0px 21px 0px;
}
div#footer_rand{
	background: #ffffff;
	height: 1px;
	margin: 0px 0px 2px 0px;
}
div#shoutbox{
	margin: -54px 0px 0px 249px;	
	background: url('images/layout/shoutbox_bg.png') no-repeat;
	overflow: hidden;
}
div#shoutbox div{
	font-size: 10px;
}
div#navbar{
	background: #57574e;
	height: 30px;
	margin: 9px 0px 0px 0px;
	color: #ffffff;
	font-family: "myriad pro";
	font-size: 12pt;
}
div#navbar div.inactive,div#navbar div.active{
	height: 21px;
	color: #ffffff;
	font-family: "myriad pro";
	font-size: 10pt;
	margin: 1px 0px 1px 1px;
	padding: 7px 14px 0px 14px;
	float: left;
}
div#navbar div.active{
	background: url('images/layout/navbar_active.gif') repeat-x;
}
div#navbar div.border{
	background: #42453d;
	height: 26px;
	width: 1px;
	margin: 2px 0px 2px 0px;
	float: left;
}
div#subnavbar{
	margin: 10px 0px 0px 0px;
}
div#subnavbar div.link{
	float: left;
	font-family: "myriad pro";
	font-size: 10pt;
	margin: 0px 15px 0px 0px;
}
div#subnavbar div.link a{
	color: #41482d;
}
div#subnavbar a:hover{
	text-decoration: none;
	border-color: #87945b;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
}
#resetnavbar{
	position: absolute;
	top: 180px;
	left: 0px;
	right: 0px;
	height: 10px;
}
a:link, a:visited, a:active {
	color: #000000;
   	font: 12px "Tahoma", sans-serif;
	text-decoration: none;
}
a:hover {
	color: #000000;
   	font: 12px "Tahoma", sans-serif;
	text-decoration: underline;
}
a.alink:hover {
	color: #000000;
   	font: 12px "Tahoma", sans-serif;
	text-decoration: underline;
}
a.alink {
	color: #000000;
   	font: 12px "Tahoma", sans-serif;
	text-decoration: none;
}
div.hidden { 
	display: none; 
} 

div.show   { 
	display: block; 
} 

div#online_leden_bar {
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: #e0e0e0;
	border-color: #888888;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	text-align: right;
	height: 16px;
	padding: 2px;
}

div#online_leden_list {
	position: fixed;
	bottom: 20px;
	right: 0px;
	text-align: left;
	display: none;
	width: 150px;
	border-color: #888888;
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	background: #e0e0e0;
	padding: 2px;
	z-index: 1;
}

input{
	border-width: 1px;
	border-style: solid;
	border-color: #b8c687 #bcc98e #cbd5a7 #b8c687;
	background-color: #ffffff;
}

span.tab_act{
	background: #e5e5e5;
	color: #000000;
	padding: 1px 3px 0px 3px;
}

span.tab_inact{
	background: #a6a6a6;
	color: #000000;
	padding: 1px 3px 0px 3px;
}

div.tab_contents{
	background: #e5e5e5;
	color: #000000;
}
