html {
	height: 100%;
}

body {
	height: 100%;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
    background:#e2e5d7;
    color:#222d80;
}

h1 {
	font-size: 14px;
	margin: 0px 0px 15px 0px;
    color:#8da029;
    font-weight:bold;
}

h2 {
	font-size: 12px;
	margin: 0px 0px 15px 0px;
}

h3 {
	font-size: 12px;
	margin: 0px 0px 15px 0px;
}

p {
	margin: 0px 0px 15px 0px;
}

table {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	margin: 0px 0px 15px 0px;
	border-spacing: 0px 0px;
}

td {
	vertical-align:top;
	padding: 2px 2px 2px 2px;
}

a {
	text-decoration: underline;
	color: #222D80;
}

a:hover {
	text-decoration: none;
	color: #222D80;
}

ol {
	margin: 0px 0px 15px 25px;
	list-style-type: decimal;
}

ul {
	margin: 0px 0px 15px 15px;
	list-style-type: disc;
}

ul ul {
	list-style-type: circle;
}

li {
	margin: 0px 0px 2px 0px;
}
strong{
    font-weight:bold;

}
sup {
	font-size: 65%;
	vertical-align: super;	
}

sub {
	font-size: 65%;
	vertical-align: sub;	
}

input {
	width: 200px;
	border: 1px solid black;
	background: white;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

select {
	width: 204px;
	border: 1px solid black;
	background: white;
}

textarea {
	width: 200px;
	height: 80px;
}

.checkbox {
	border: 0px;
	width: 20px;
	background: none;
}

.radiobutton {
	border: 0px;
	width: 20px;
	background: none;
}

.form_button {
	background: white;
	border: 1px solid black;
	width: 204px;
}

#center_hor {
	position: relative;
	height: 100%;
	width: 997px;
	margin: 0px auto 0px auto;
}

/* horizontaal css menu */

#menu {
	position: absolute;
	bottom:30px;
	left:385px;
	height: 24px;
	z-index: 15;
	float: left;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

#menu ul {
	list-style: none;
	margin: 0px;
	float: left;

    padding-right:20px;
}

#menu a, #menu h2 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight:bold;
	display: block;
	margin: 0px;
	padding: 4px 2px 10px 2px;
	text-decoration: none;
	color: #ffffff;
}

#menu a:hover {
	color: #385a89;
}

#menu li {
	position: relative;

}

#menu ul ul {
	position: absolute;
	z-index: 500;
	border: 0px solid black;
    width:160px;
    padding-right:0px;
    background:white;
    border:1px solid #385a89;
    border-top:0px;
}

#menu ul ul a{
    color:#385a89;
    font-size:11px;
    font-weight:normal;
    padding:2px 0px;
    padding-left:10px;

}

#menu ul ul li a:hover,
#menu ul ul li hover{
    background:#e8eef3;

}

#menu ul ul ul {
	top: 0;
	left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul {
	display: none;
}

div#menu ul ul,
div#menu ul ul ul,
div#menu ul li:hover ul ul,
div#menu ul li:hover ul ul ul{
	display:none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
	display: block;
}


#top {
	position: relative;
    height:187px;
    width:997px;
    z-index:10;
     background: url('/visuals/basis/header.jpg') top center no-repeat;
}

#content {
	position: relative;
    width:997px;
    padding-top:14px;
    background: url('/visuals/basis/back.jpg') top center repeat-y;
}

#content_left{
    position:relative;
    width:190px;
    float:left;
    margin-left:7px;
    min-height:500px;
    padding:0px;
}

#content_middle{
    position:relative;
    width:526px;
    float:left;
    padding:15px 30px 0px 40px;
    background:  url('/visuals/basis/line.jpg') top left repeat-y;
}

#content_middle_v2{
    position:relative;
    width:678px;
    float:left;
    min-height:350px;
    padding:15px 30px 50px 40px;
     margin-left:45px;
     background: url('/visuals/basis/line.jpg') top left repeat-y;
}

#content_right{
    position:relative;
    width:195px;
    float:left;
}

#bottom {
	position: relative;
    width:997px;
    height:30px;
    padding-top:10px;
    background: url('/visuals/basis/bottom.jpg') no-repeat top left;
}

#hoek{
    position:Absolute;
    top:0px;
    left:0px;
    width:222px;
    height:11px;
     background: url('/visuals/basis/line_top.jpg') no-repeat top center;
}

#home_photo{
    position:absolute;
    bottom:-3px;
    left:7px;
}

.clear{
    display:block;
    clear:both;
    height:0px;
    overflow:hidden;
    position:relative;
    background:red;
    }




#swfBase {
	margin:0px;
	padding:0px;
	width:100%;
}

.login_form {
	width: 120px;
	font-size: 11px;
	font-weight: normal;
}

.login_form p {
	margin: 0px;
}

.login_form input {
	width: 116px;
	height: 16px;
}

.login_form .form_button {
	width: 120px;
	height: 20px;
	font-size: 11px;
}

.login_form .checkbox {
	width: 40px;
	border: 0px;
}

.login_form .username {
	text-align: center;
}

.navigation {
	position: relative;
	margin: 0px auto 0px auto;
	text-align: center;
	color: #666666;
}

.frame {
	padding: 0px;
	margin: 0px auto 0px auto;
}

.frame img {
	display: inline;
	float: left;
	border: 1px solid black;
	margin: 0px;
	padding: 0px;
}

.right_shadow {
	display: inline;
	float: left;
	width: 7px;
	font-size: 0px;
	line-height: 0px;
}

.shadow_top_right {
	width: 7px;
	height: 7px;
	font-size: 0px;
	line-height: 0px;
	background:  url('/visuals/basis/shadow_right_top.png') top left no-repeat;
}

.shadow_right {
	width: 7px;
	font-size: 0px;
	line-height: 0px;
	background:  url('/visuals/basis/shadow_right.png') top left repeat-y;
}

.bottom_shadow {
	clear: both;
	height: 7px;
	font-size: 0px;
}

.shadow_bottom_left {
	display: inline;
	float: left;
	width: 7px;
	height: 7px;
	font-size: 0px;
	background:  url('/visuals/basis/shadow_left_bottom.png') top left no-repeat;
}

.shadow_bottom {
	display: inline;
	float: left;
	height: 7px;
	font-size: 0px;
	background:  url('/visuals/basis/shadow_bottom.png') top left repeat-x;
}

.shadow_bottom_right {
	display: inline;
	float: left;
	width: 7px;
	height: 7px;
	font-size: 0px;
	background:  url('/visuals/basis/shadow_right_bottom.png') top left no-repeat;
}

#popup {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	min-height: 100%;
	width: 100%;
	text-align: center;
	background:  url('/visuals/basis/popup.png') top left repeat;
}

#bedrijvsleven{
    position:relative;
    height:77px;
    width:198px;
    display:block;
    margin-bottom:10px;
    background: url('/visuals/basis/bl.jpg') no-repeat top center;
}

#bedrijvsleven_active{
    position:relative;
    height:77px;
    width:198px;
    display:block;
    margin-bottom:10px;
    background: url('/visuals/basis/bl_active.jpg') no-repeat top center;

}

#bedrijvsleven a,
#bedrijvsleven_active a{display:block; height:100%;}

#bedrijvsleven a:hover{
    position:relative;
    height:77px;
    width:198px;
    display:block;
    background: url('/visuals/basis/bl_active.jpg') no-repeat top center;
}
#onderwijs{
    position:relative;
    height:77px;
    width:198px;
    display:block;
    margin-bottom:10px;
    background: url('/visuals/basis/ow.jpg') no-repeat top center;
}
#onderwijs_active{
    position:relative;
    height:77px;
    width:198px;
    display:block;
    margin-bottom:10px;
    background: url('/visuals/basis/ow_active.jpg') no-repeat top center;
}
#onderwijs a,
#onderwijs_active a{display:block; height:100%;}

#onderwijs a:hover{
    position:relative;
    height:77px;
    width:198px;
    display:block;
    background: url('/visuals/basis/ow_active.jpg') no-repeat top center;
}
#gezondheidszorg{
    position:relative;
    height:77px;
    width:198px;
    margin-bottom:20px;
    display:block;
    background: url('/visuals/basis/gz.jpg') no-repeat top center;
}

#gezondheidszorg_active{
    position:relative;
    height:77px;
    width:198px;
    margin-bottom:20px;
    display:block;
    background: url('/visuals/basis/gz_active.jpg') no-repeat top center;
}


#gezondheidszorg a,
#gezondheidszorg_active a{display:block;height:100%;}

#gezondheidszorg a:hover{
    position:relative;
    height:77px;
    width:198px;
    display:block;
    background: url('/visuals/basis/gz_active.jpg') no-repeat top center;
}

#bottom_menu{
    position:relative;
    width:250px;
    margin:0px auto 0px auto;
    font-size:10px;
    color:#6f82aa;
}

#bottom_menu ul {
    padding:0px;
    margin:0px;
}

#bottom_menu li{
    position:relative;
    float:left;
    list-style:none;
    padding:0px;
    margin:0px;
    padding-right:10px;
}

#bottom_menu li a{
    font-size:10px;
    color:#6f82aa;
    text-decoration:none;

}

#actueel{
    position:absolute;
    bottom:0px;
    left:7px;
    width:591px;

}

.news_item{
    position:relative;
    width:196px;
    margin-left:1px;
    float:left;
    background:red;
    font-size:11px;
    margin-bottom:-3px;
    min-height:172px;
    background: #d1dee8 url('/visuals/basis/actueel_line.jpg') repeat-x top center;
}

.news_item p{
	margin:0px;
	padding:0px;
}

.tekst{
     padding:15px 10px 0px 10px;
}

#news{
    position:relative;
    height:183px;

}
#login{
    position:relative;
    width:110px;
    margin:0px auto 0px auto; 

}
.login_field{
    border-top:2px solid #8ba5ba;
    border-left:2px solid #8ba5ba;
    border-bottom:0px;
    border-right:0px;
    font-size:10px;
    color:#385a89;
 }

#login_button{
    position:relative;
    height:18px;
    width:32px;
     background:url('/visuals/basis/login.jpg') no-repeat top center;
     border:0px;
     cursor:pointer;
}

.image_bijschrift{
	position:relative;
	float:right;
	color:#979797;
	text-align:right;
}



