@import url(screen.php);

@import url(../inc/xtraCode/BEURSKOERS_QT/screen.css);
html, body {
    margin: 0;
	padding: 0;
}
body,html {
	background: #003e7e;
	font-family: arial, sans-serif;
	font-size: 11pt;
	/*height: 100%;*/
}
#main {
	position: relative;
	background: #fff;
	margin: 10px auto;
	width: 775px;
	overflow: hidden;
	height: 565px;
	border: 1px solid #fff;
	scrollbar-3dlight-color : #fff;
	scrollbar-darkshadow-color : #808080;
	scrollbar-highlight-color : #e58e1a;
	scrollbar-shadow-color : #d1d1c5;
	scrollbar-arrow-color : #003e7e;
	scrollbar-face-color : #e58e1a;
	scrollbar-track-color : #fff;
}

#header {
	position: absolute;
	top: 35px;
	height: 91px;
	overflow: hidden;
}
	#header img {
		width: 100%;
		overflow: none;
		border-bottom: 1px solid #e58e1a;
	}

#lang_choice {
	float: right;
	height: 25px;
	padding-top: 11px;
	background: #e58e1a;
	overflow: hidden;
	width: 60%;
}
#lang_choice .titel {
	display: none;
}
	#lang_choice ul {
		float: right;
		margin-top: -1px;
		margin-right: 10px;
		background: #e58e1a;
		font-size: 11px;
	}
		#lang_choice a {
			font-family: arial, sans-serif;
			color: #000;
			text-decoration: none;
			/*display: none;*/
		}
		#lang_choice li.langactief a {
			color: #fff;
		}
		#lang_choice ul li.langactief a:visited {
			color: #fff;
			text-decoration: none;
		}
		#lang_choice ul li.langactief a:active {
			color: #fff;
			text-decoration: none;
		}
		#lang_choice ul li a:hover {
			color: #f0cca5;
			text-decoration: none;
		}
	#lang_choice li {
		/*top: 3px;*/
		display: inline;
		margin-left: 0.7em;
	}

#content {
	position: absolute;
	top: 125px;
	margin-left: 180px;
	padding: 5px 10px 0 10px;
	width: 576px;
	height: 414px;
	overflow: auto;
	color: #003e7e;
}
	#content #titel h2 {
		font-size: 12pt;
		padding-top: 5px;
		font-weight: bold;
	}
	#content a, #content a:visited {
		color: #e58e1a;
		text-decoration: none;
	}
	#content a:hover, #content a:active {
		color: #e58e1a;
		text-decoration: underline;
	}
    #cms_content .defaultTekst,
    #content h2   {
        position: relative;
        z-index: 10;
    }

#menu {
	position: absolute;
	top: 125px;
	width: 170px;
	height: 410px;
	overflow: auto;
	background: #e58e1a;
	color: #003e7e;
	border-right: 1px solid #003e7e;
	font-size: 9pt;
	padding-top: 10px;
	padding-left: 5px;
	scrollbar-3dlight-color : #fff;
	scrollbar-darkshadow-color : #808080;
	scrollbar-highlight-color : #e58e1a;
	scrollbar-shadow-color : #d1d1c5;
	scrollbar-arrow-color : #003e7e;
	scrollbar-face-color : #e58e1a;
	scrollbar-track-color : #e58e1a;
}
	#menu ul span {
		margin-left: -3px;
	}
	#menu ul li {
		list-style-type: none;
		list-style-image: url(../images/bullet-square.gif);
		margin-left: -17px;
	}
	#menu ul li ul li {
		list-style-image: url(../images/bullet-square.gif);
		margin-left: -40px;
		/*_margin-left: -35px;*/
	}
	#menu ul li ul li ul li {
		list-style-image: url(../images/bullet-dash.png);
		margin-left: -30px;
		_margin-left: -25px;
	}
	#menu a, #menu a:visited {
		color: #003e7e;
		text-decoration: none;
	}
	#menu a:hover, #menu a:active {
		color: #fff;
		text-decoration: none;
	}
	#menu span.actief a {
		font-weight: bold;
	}


#site_search {
	position: absolute;
	z-index: 5;
	top: 0px;
	height: 20px;
	padding-top: 15px;
	width: 50%;
	background: #e58e1a;
}
	
	#site_search form {
		margin-top: 7px;
		margin-left: 15px;
		font-size: 10pt;
	}
	/* margin-top hierboven is voor IE, wordt hieronder overschreven voor mozilla ea */
	/* Voor IE5 op mac moet de margin-top wat minder zijn. With IE5/mac backslash filter \*/
	#site_search>form {
		margin-top: -22px;
	}
	/* end filter */
	#site_search input {
		font-size: 9pt;
		width: 120px;
		color: #003e7e;
		background: #fce8d3;
	}
	#site_search input.submit {
		position: absolute;
		width: 21px;
		height: 21px;
		background: transparent;
	}

#hook_1 {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 545px;
	width: 100%;
	min-height: 20px;
	height: 20px;
	background: #E58E1A;
}
#map {
    background-image: url(../images/landkaartV2.png);
}
.mapSubs {
	background-color: #fce8d3;
	border : 1px solid #003e7e;
	padding: 2px;
	font-family: arial, sans-serif;
	font-size: 10pt;
	
}
div.dot a {
	cursor: default;
}
