/* CSS Document */

html,body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #996633;
	scrollbar-3dlight-color: #996633;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #996633;
	scrollbar-shadow-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif, Verdana, Geneva;
    height:100%;
    width:100%;
}
.clear {
    clear:both;
}
.pixel {
	width:10px;
	height:10px;
}
#taalkeuze_holder {
	width: 970px;
	height: 570px;
}
#taalkeuze {
	padding-left:730px;
	padding-top:326px;
	font-size:12px;
	font-weight:bold;
}
#base {
	width: 970px;
	height: 570px;
	position: relative;
	text-align:left;
}
#base_menu {
	width:236px;
	height:570px;
	float:left;
}
#base_menu_links {
	width:236px;
	height:440px;
}
#base_menu_links_space {
	padding-left:44px;
	padding-top:40px;
}
#base_menu_links_buttons {
	width:160px;
	height:400px;
	overflow:hidden;
}
#base_menu_logo {
	width:236px;
	height:130px;
	background:url(../media/image/menu_logo.gif) no-repeat;
}
#base_werkveld {
	width:734px;
	height:570px;
	float:left;
}
#base_werkveld_image {
	width:734px;
	height:285px;
	overflow:hidden;
}
#base_werkveld_fullimage {
	width:734px;
	height:570px;
	overflow:hidden;
}
#base_werkveld_content {
	width:734px;
	height:285px;
	clip:inherit;
	overflow: auto;
}
#base_werkveld_content_space {
	padding-left:55px;
	padding-top:35px;
	padding-right:55px;
	padding-bottom:10px;
}

.menu_space {
    position:relative;
    width:15px;
    height:10px;
    float:left;
    
}
.menu_link {
    position:relative;
    min-height:10px;
    float:left;
    width:130px;
}

.formrow_label {
    position:relative;
    width:200px;
    height:23px;
    float:left;
}
.formrow_label * {
    padding:0px;
    margin:0px;
}
.formrow_field {
    position:relative;
    width:350px;
    min-height:23px;
    float:left;
}

.menu_flags {
    position:relative;
    width:151px;
    height:11px;
    padding-top:5px;
}
.menu_flag_active {
    position:relative;
    width:17px;
    height:11px;
    float:left;
}
.menu_flag_hidden {
    position:relative;
    width:134px;
    height:11px;
    display:none;
    float:left;
    visibility: hidden;
}

.menu_flags:hover .menu_flag_hidden {
    display:block;
    visibility: visible;
}

