
/*
#EBDB0C  Yellow

/*
-------------------RESET---------------------------------
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: top;
	font-size: 100%;
	line-height: 145%;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

strong{
	font-weight:bold;
}

u{
	text-decoration:underline;
}

b{
	font-weight: bold;
}

i{
	font-style:italic:
}

em{font-style:italic;}

/*
-------------------END RESET---------------------------------
*/

/*-------------------ALGEMEEN---------------------------------*/
body {
	background-color:#FFFFFF;
	/*background-image:url('img/background.jpg');*/
	color:#000000;
	font-family:"Courier New", Courier, mono;
	font-size: 11px;
	padding-top: 20px;
}

html {
    overflow-y: scroll;
}

h1
{
	padding: 0px 6px 0px 0px; 
	font-size:18px; 
	background-color: #fff200; 
	margin:0px;
	clear:both;
	float:left;
	height:21px;
}
h1 div
{
	vertical-align: baseline;
	float:left;
}


h2 {
	font-size:14px;
	margin-bottom: 10px;
	margin-top: 0px;
}
h2 span
{
	/*background-color:#fff200;*/
	padding:0px 6px 0px 0px;
}

h3
{
	font-size:14px;
	font-weight:bold;
	margin-bottom: -3px;
	padding:0px;
}

div.h3
{
	font-size:14px;
	font-weight:bold;
	margin-bottom: -3px;
	padding:0px;
	line-height: 16px;
	margin-bottom: 2px;
}

.longtext
{
	font-size:12px;
	line-height: 15px;
}

.colored{
}

.colored_static{
	background-color:#fff200;
}

.colored_black{
}

.colored_static_black{
	background-color:#000000;
}

.colored_text
{
	color:#fff200;
}

a:link, a:visited, a:active
{
	color: #000000;
	text-decoration:none;
	font-weight: bold;
}

a:hover
{
	text-decoration:underline;
	font-weight: bold;
}

.social_icon{
	margin-right: 3px;
	cursor: pointer;
}

/*------------------STRUCTUUR---------------------------------*/
#superdiv
{
	width: 1000px ;
	margin-left: auto;
	margin-right: auto;
	cursor: default;
}
#header
{
	padding-left: 20px;
	padding-top: 4px;
}

#sidebar
{
	float:left;
	width: 180px;
	padding-left: 20px;
}

#maincontent
{
	float: left;
	width: 760px;	
}

#content_with_sidebar
{
	float:left;
	width:490px;
}

#sidebar_right
{
	float:left;
	width: 250px;
	margin-left: 20px;
}

img.logo
{
	padding-bottom: 5px;
	margin-top: 2px;
}

/*--------------------------Paging---------------------------------*/

div.paging
{
	text-align: right;
}

div.paging a, div.paging span
{
	padding: 0px 4px 0px 4px;
	font-weight: normal;
}

/*-------------------------FORMS----------------------------------*/
.field
{
	height: 13px;
	margin-bottom: 3px;
}

.dropdowncontent
{
	position: absolute;
	display: none;
	max-height: 200px;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #FFFFFF;
}

.dropdowncontent_hover
{
	background-color: #fff200;
}

input
{
	background-color: transparent;
	height:13px;
	border: 0px solid #000000;
	font-family:"Courier New", Courier, mono;
	font-size: 11px;
}

/*--------------------------MENU---------------------------------*/
div.menu
{
	margin:3px 0px 0px 0px;
	clear:both;
	height: 92px;
}

div.menu div
{
	margin-bottom: 5px;
	vertical-align:middle;
	clear:both;
	float:left;
	height: 14px;
	overflow:hidden;
}

div.menu div.current
{
	margin-bottom: 5px;
	vertical-align:middle;
	clear:both;
	float:left;
	height: 14px;
	overflow:hidden;
}

div.menu div a:link, div.menu div a:hover, div.menu div a:active, div.menu div a:visited
{
	text-decoration:none;
	font-size: 14px;
	color:#000000;
	padding-right: 6px;
	padding-top: -2px;
	vertical-align: middle;
	/*background-color: #fff200;*/
	position:relative;
	top: -3px;
	font-weight: normal;
}

div.menu div.current a:link, div.menu div.current a:hover, div.menu div.current a:active, div.menu div.current a:visited
{
	color:#FFFFFF;
	text-decoration:none;
	font-size: 14px;
	padding-right: 6px;
	padding-top: -2px;
	vertical-align: middle;
	position:relative;
	top: -3px;
	font-weight: normal;
	/*background-color: #000000;*/
}

/*---------------------------HR-----------------------------------*/
div.hr_small
{
	background:url(img/hr-small.gif);
	height: 1px;
	overflow: hidden;
	clear:both;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 160px;
	padding:0px;
}

div.hr_medium
{
	background:url(img/hr-medium.gif);
	height: 1px;
	overflow: hidden;
	clear:both;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 250px;
	padding:0px;
}

div.hr_large
{
	background:url(img/hr-large.gif);
	height: 1px;
	overflow: hidden;
	clear:both;
	margin-bottom: 10px;
	margin-top: 10px;
	padding:0px;
}

div.hr_large_soft
{
	background:url(img/hr-large-soft.gif);
	height: 1px;
	overflow: hidden;
	clear:both;
	margin-bottom: 10px;
	margin-top: 10px;
	padding:0px;
}

div.hr_extra_large
{
	background:url(img/hr_extra_large.gif);
	height: 1px;
	overflow: hidden;
	width:760px;
	clear:both;
	margin-bottom: 10px;
	margin-top: 10px;
	padding:0px;
}

div.hr_extra_large_soft
{
	background:url(img/hr_extra_large_soft.gif);
	height: 1px;
	overflow: hidden;
	width:760px;
	clear:both;
	margin-bottom: 10px;
	margin-top: 10px;
	padding:0px;
}


/*-------------------------HOMEBANNERS-----------------------------*/
#homebanners{
	width: 490px;
	height: 210px;
	float: left;
	overflow:hidden;
}
#homebanners ul, #homebanners li
{
	margin:0;
	padding:0;
	list-style:none;
}

#homebanners li{
	width: 490px;
	height: 210px;
	overflow:hidden;
}
#banner_prev_btn, #banner_next_btn { 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:13px;
	height:13px;
	position:absolute;
	top: 227px;
	left: 220px;
	z-index:1000;
	}
#banner_next_btn{ 
	left:699px;
	}														
#banner_prev_btn a, #banner_next_btn a{  
	display:block;
	width:16px;
	height:16px;
	background:url(img/btn_prev.gif) no-repeat 0 0;	
	background-color: #fff200;
	text-indent:-8000px;
	position:relative;
	}	

#banner_next_btn a{ 
	background:url(img/btn_next.gif) no-repeat 0 0;	
	background-color: #fff200;
}

#banner_next_btn a:hover{  
	background:url(img/btn_next_over.gif) no-repeat 0 0;	
	background-color: #000000;
}

#banner_prev_btn a:hover{  
	background:url(img/btn_prev_over.gif) no-repeat 0 0;	
	background-color: #000000;
}

#homebanners a:link, #homebanners a:visited, #homebanners a:active, #homebanners a:hover
{
	color:#000000;
	text-decoration:none;
	font-weight: normal;
}

.bannerschrift1
{
	padding: 0px 8px 0px 0px; 
	line-height:24px; 
	font-size:18px; 
	background-color: #fff200; 
	margin:0px;
	clear:both;
	float:left;
}

.bannerschrift2
{
	padding: 0px 8px 0px 0px; 
	line-height:18px; 
	font-size:14px; 
	background-color:#FFFFFF;
	margin:0px;
	clear:both;
	float:left;
}

.bannerschrift3
{
	padding: 0px 8px 0px 0px; 
	line-height:14px; 
	font-size:10px; 
	background-color: #fff200; 
	margin:0px;
	clear:both;
	float:left;
}


