@charset "utf-8";
/* CSS Document Busker */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
}

img {
	border: none;
}

#bg_div {
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	z-index: 1;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

#website_div {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 570px;
	width: 920px;
	margin-top: -285px;
	margin-left: -460px;
	z-index: 2;
	vertical-align: middle;
}

fieldset {border: none} 

/* Tekst eigenschappen */
	
.Verdana_Black_roman_12px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

.Verdana_Black_bold_12px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

.Verdana_White_roman_12px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
}

.Verdana_White_roman_11px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
}

.Verdana_White_bold_13px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
}

.Verdana_White_roman_13px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 13px;
}

.Verdana_Black_roman_10px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
}

.Black_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	line-height:140%;
}

.Black_normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height:140%;
	margin: 15px 0 15px 0;
}

.Black_large {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 15px;
	line-height:140%;
}

.Blue_normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #044182;
	font-size: 11px;
}

.Blue_large {
	font-family: Arial, Helvetica, sans-serif;
	color: #044182;
	font-size:24px;
	line-height:140%;
}

.Green_normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2D8725;
	font-size: 11px;
}

.Green_large {
	color: #2D8725;
	font-size:24px;
	line-height:140%;
}

/* Hyperlinks eigenschappen */

a:link, a:visited,a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #044182;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0099dd;
	text-decoration: none;
}	
	
a.white:link, a.white:visited, a.white:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
}

a.white:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	background-color: #e26201;
	display: block;
	height: 25px;
	line-height:24px;
}	

/* MENU STYLING: Hoofdmenu

.menu {
	width:742px;
	float: left;
}

.menu ul li a, .menu ul li a:visited {
	text-align:center;
	color:#ffffff;
	line-height:25px;
	display:block;
	text-decoration:none;
	width:106px;
	height:25px;
}

.menu ul {
	padding:0;
	margin:0;
	list-style-type: none;
}

.menu ul li {
	float:left;
}

.menu ul li ul {
	display: none;
}

specific to non IE browsers
.menu ul li:hover a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #f0f0f0;
}*/

/* common styling */
/* set up the overall width of the menu div, the font and the margins */

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:742px; 
	margin:0; 
	margin:0px 0 0px 0;
	position:relative;
	z-index:100;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
	padding:0; 
	margin:0;
	list-style-type: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
	float:left; 
	position:relative;
}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a, .menu ul li a:visited {
	display:block; 
	text-align:center; 
	text-decoration:none; 
	width:106px; 
	height:25px; 
	color:#ffffff; 
	line-height:25px; 
	font-size:13px;
}
/* make the dropdown ul invisible */
.menu ul li ul {
	display: none;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
	color:#ffffff; 
	background:#01144e;
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
	display:block; 
	position:absolute; 
	top:25px; 
	left:0; 
	width:205px;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #425caa;
	font-size: 11px;
	height: 100%;
	border-bottom: 1px solid #044182;
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #01144e;
	background-color: #f0f0f0;
}

/* specific to non IE browsers */
.menu ul li:hover a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #f0f0f0;
}

/* TOPMENU 2 */

.menu2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:742px; 
	margin:0; 
	margin:0px 0 0px 0;
	position:relative;
	left: -12px;
	z-index:100;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu2 ul {
	padding:0; 
	margin:0;
	list-style-type: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu2 ul li {
	float:left; 
	position:relative;
}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu2 ul li a, .menu2 ul li a:visited {
	display:block; 
	text-align:center; 
	text-decoration:none; 
	width:100%;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 5px;
	padding-right: 5px;
	height:25px; 
	color:#ffffff; 
	line-height:25px; 
	font-size:13px;
}
/* make the dropdown ul invisible */
.menu2 ul li ul {
	display: none;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu2 ul li:hover a {
	color:#ffffff; 
	background:#01144e;
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu2 ul li:hover ul {
	display:block; 
	position:absolute; 
	top:25px; 
	left:0; 
	width:92px;
}
/* style the background and foreground color of the submenu links */
.menu2 ul li:hover ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #55b04d;
	font-size: 11px;
	height: 100%;
	width: 98px;
	border-bottom: 1px solid #2D8725;
}
/* style the background and forground colors of the links on hover */
.menu2 ul li:hover ul li a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2D8725;
	background-color: #f0f0f0;
}

/* specific to non IE browsers */
.menu2 ul li:hover a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #f0f0f0;
}

/* OPTIES ZOEKVELD*/

#ajaxSearch_form {
            color: #444;
            width: auto;
        }
        #ajaxSearch_input {
            width: auto;
            display: inline;
            height: 17px;
         
            border-left-color: #c3c3c3;
            border-top-color: #7c7c7c;
            background: #fff url(../../../../2009/Website%202009%20HTML/images/input-bg.gif) repeat-x top left;
            margin: 0 3px 0 0;
            padding: 3px 0 0;
            vertical-align: top;
        }
        #ajaxSearch_submit {
            display: inline;
            height: 22px;
            line-height: 22px;
        }
        #ajaxSearch_output {
            
            padding: 10px;
            background: #fff;
            display: block;
            height: auto;
            vertical-align: top;
        }
        .ajaxSearch_paging {
    
        }
        .AS_ajax_result {
            color: #444;
            margin-bottom: 3px;
        }
        .AS_ajax_resultLink {
            text-decoration: underline;
        }
        .AS_ajax_resultDescription{
            color: #555;
        }
        .AS_ajax_more {
            color: #555;
        }