/****************************** algemene styles *******************************/
/*
Gebruikte kleuren

Licht blauw: #BEE8F8
Lichter blauw: #8BD5F0
Medium blauw: #19ACE2
Donker blauw: #132D78

Blauw: #7ED0EF;

*/

.kleur-licht {color: #BEE8F8}
.kleur-middel {color: #19ACE2}
.kleur-donker {color: #132D78}

.boxed {border: 1px solid red;}

html {
	overflow-x:hidden;
	overflow-y:scroll;
	height: 99%;
}

body {
	margin: 0px;
	color: #132D78;
	font-family: arial;
	font-size: 11px;
	line-height: 14px;
	letter-spacing: 1px;
	background-color: #DCEDF4;
	background-image:url(/images/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	
}

p { padding:0 16px; }

img {border: 0px;}

form {display: inline;}

/* headings */
h1 {
	font-size: 15px; 
	margin: 20px 0px 0px 0px; 
	padding: 0px 0 5px 15px; 
	text-transform: uppercase; 
	border-bottom:1px solid #132D78; 
	font-weight:bold; 
	background-image:url(/images/bg_h1.jpg);
}
h2 {
	font-size: 12px; 
	padding: 5px 10px 5px 10px; 
	text-transform: uppercase;
}
h3, h4 {
	font-size: 11px; 
	margin: 5px 0px; 
	text-transform: uppercase;
}
h4 {
	color: #132D78 !important; 
	background-image: url(../img/site/dark_arrow.gif);
}

h1.noborder {
    border-bottom:none;
}

h1.topborder {
    border-top:1px solid #132D78;
    padding-top:15px;
}

hr {
	color: #132D78;
	height: 1px;
	border-width: 1px;
}


div#pag {
	width: 770px;
	position: relative;
	left: 50%;
	margin-left: -385px;
}

div#debug {	
	font-size: 9px;
}

ul.ul-left {
    float:left;
    width:150px;
    margin-left:20px;
    }
ul.ul-right {
    float:left;
    width:150px;
    }


/****************************** handige styles *******************************/

.right {text-align: right;}
.center {text-align: center;}
.floatleft {float: left;}
.floatright {float: right;}

.clear {clear: both; font-size: 1px; line-height: 1px;}
.clearw {
	clear: both;
}

.nomargin {margin: 0px 0px 0px 0px;}
.nopadding {padding: 0px !important;}

/* standaard pijltje voor lists */
ul {
	/*list-style-image: url(../img/site/blue_arrow.gif);*/
	list-style-type: bullet;
}

/****************************** links (algemeen) *******************************/

a {
	text-decoration: none;
	color: #19ACE2;
}

a:hover {color: #19ACE2;}


a.arrow, h3, h4 {
	color: #19ACE2;
	padding-left: 15px !important;
	background-image: url(../img/site/blue_arrow.gif);
	background-position: 0% 0%;
	background-repeat: no-repeat;
}

a.arrow.after {
	padding-right: 15px;
	background-position: 100% 0%;
}

a.arrow-left {
	color: #19ACE2;
	padding-left: 15px !important;
	background-image: url(../img/site/blue_arrow_r.gif);
	background-position: 0% 0%;
	background-repeat: no-repeat;
}

a.arrow.white {
	color: white !important;
	padding-left: 12px;
	background-image: url(../img/site/white_arrow.gif);
	background-position: 0% 0%;
	background-repeat: no-repeat;
}

/* witte knop met afgeronde hoekjes bedoeld voor achtegrondkleur #8BD5F0 */
a.ronde_knop_wit {
	background-image: url(../img/site/ronde_knop_wit_bg.gif);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	padding: 3px 10px 3px 20px;
	width: 150px;
	color: #132D78;
	display: block;
	float: left;
}

span.rounded-corners-blue {
    background: url("../img/site/rnd-corner-blue-right.gif") right no-repeat;
    height:16px;
    float:left;
    }

a.rounded-corners-blue {
    height:14px;
    padding:1px 10px;
    color:#132D78;
    font-weight:bold;
    background:url("../img/site/rnd-corner-blue-left.gif") left no-repeat;
    }
span.rounded-corners-white {
    background: url("../img/site/rnd-corner-white-right.gif") right repeat;
    height:16px;
    float:left;
    }
a.rounded-corners-white {
    height:14px;
    padding:1px 10px;
    color:#132D78;
    font-weight:bold;
    background:url("../img/site/rnd-corner-white-left.gif") left no-repeat;
    }
/******************************  bovenste gedeelte *******************************/

/* Aanpassing Edwin */
div#top {
 width: 770px;
 height: 95px;
 background-image:url(../images/top.jpg)
}
 
div#logo {
 position:absolute;
 top:10px;
 left:10px;
}
 
div#search {
 position:absolute;
 top:8px;
 right:12px
    }
 
div#search input {
 border: solid 1px #132D78;
 font-size: 9px;
 color: #4DA3DB;
 background-color:white;
 width:150px;
    }
 
div#search form a {
    color:white;
    display:block;
    padding-top:5px;
    font-size: 9px;
    }
 
div#search_line {
 position:absolute;
 top:26px;
 right:10px
    }
 
div#login {
 position:absolute;
 width:186px;
 top:44px;
 right:12px;
 color:#FFFFFF;
    }
 
div#login a {
 color:#FFFFFF;
    }
 
div#login input.submit, div#search input.submit {
    margin:0 0 0 0;
 color: #FFFFFF;
 font-weight: bold;
 font-size:11px;
 width:30px;
 height:17px;
 background-color:#132D7A;
 border:0;
 }
 
div#login input.submit {
 position:absolute;
 top:26px;
 right:0px;
 }
 
div#login input {
    width:80px;
 border: solid 1px #132D78;
 font-size: 10px;
 color: #4DA3DB;
 background-color:white;
    }
 
div#login label#username {
 position:absolute;
 top:25px;
 right:33px;
    height:20px;
 width:200px;
 text-align:right;
    }
 
div#login label#password {
 position:absolute;
 right:33px;
    height:20px;
 width:200px;
 text-align:right;
    }
 
div#subnav_top {
 margin-top: 15px;
 margin-right: 10px;
 text-align: right;
 }
 
div#subnav_top span {
 padding-left: 10px;
 }
 
div#subnav_top a {
 font-size: 10px;
 color: #132D78;
 margin: 0px 3px;
 }
 
/* Veranderingen Edwin */
div#menu {
   width:770px;
   background-color: #132D78;
   padding-top:8px;
   margin-bottom:0px;
}
.button {
	background-image:url(../images/but.gif);
	width:85px;
}

.button_on {
	background-image:url(../images/but_on.gif);
	width:85px;
	padding-top:2px;
}
.button_spacer {
	width:10px;
}
div#menu a {
	font-weight:bold;
	color:#132D78;
}
div#menu a:hover {
	font-weight:bold;
	color:#E8112D;
}
div#submenu {
   width:770px;
   background-color: #FFFFFF;
   height:20px;
   /*border-bottom:1px solid #132D78;*/
   /*padding-bottom:15px;*/
   padding-top:5px;
   background-image:url(/images/bg_menu_shade.jpg);
}
div#submenu a {
	font-weight:normal;
	color:#132D78;
	padding-left:10px;
	padding-right:10px;
}
div#submenu a:hover {
	font-weight:normal;
	color:#E8112D;
}

#dropmenudiv{
	position:absolute;
  	margin-top:5px;
	margin-left:0px;
	padding-bottom:3px;
	z-index:100;
	border-left:1px solid #132D78;
	border-right:1px solid #132D78;
	border-top:1px solid #132D78;
	border-bottom:1px solid #132D78;
	background-color:#F7F7F7;
}
#dropmenudiv a{
	line-height:21px;
	padding-left:0px;
	padding-right:9px;
	color:#132D78;
	width:100%;
	text-decoration:none;
	font-size:10px;
}
#dropmenudiv a:hover{
	width:100%;
	color:#E8112D;
}
/* Veranderingen Edwin */

/******************************  nav_bottom *******************************/

ul#navbottom {
	height: 20px;
	margin-left:10px;
	margin-right:10px;
	margin-top:20px;
	margin=bottom:0px;
	font-size:10px;
	list-style-type:none;
	border-top:1px dotted #132D78;
	padding:5px;
}

ul#navbottom li {
    float:left;
	padding-right:10px;
    }

ul#navbottom li#right {
	float:right;
	padding-right:0px;
	padding-left:20px;
    }

ul#navbottom li a {
    color:#132D78;
    }
	
ul#navbottom li a:hover {
	color:#E8112D;
}

/******************************  subsubmenu (zijmenu aan linkerkant) *******************************/

.subsubmenu {
    width:210px;
    float:left;
    border-right:1px solid #132D78;
}

.subsubmenu ul a {
	padding: 5px 0 5px 10px;
	display: block;
	/*border-left: 5px solid #FFFFFF;*/
	background-color: #FFFFFF;
	color: #132D78;
	font-weight:bold;
	border-bottom: solid 1px #132D78;
}

.subsubmenu ul a:hover {
	background-color: #BEE8F8;
}

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

.subsubmenu li {

}


.subsubmenu ul ul  {
	margin-left:0;
	padding:0;
}



.subsubmenu ul ul a {
	padding-left: 20px;
	font-weight:normal;
}

.subsubmenu a.subsubactief, .subsubmenu a.subsubsubactief {
	background-color: #BEE8F8;
}

.subsubmenu ul ul ul {
	margin-left: 0px;
	padding: 0px;
}

.subsubmenu ul ul ul a {
	padding-left: 40px;
}

/******************************  webtrail *******************************/

div#webtrail {
	padding: 10px 0 0 15px;
	font-size: 11px;
	font-weight: bold;
}

div#webtrail a {
	color: #132D7A;
	font-weight:bold;
}

div#webtrail a:hover {
	color: #B9DEEF;
}

span#webtrailpath {
	font-weight: bold;
	color: #B9DEEF;
}

/******************************  nav_bottom *******************************/

ul#navbottom {
	height: 20px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom: 0px;
	margin=bottom:0px;
	font-size:10px;
	list-style-type:none;
	border-top:1px dotted #132D78;
	padding: 5px;
}

ul#navbottom li {
    float:left;
	padding-right:10px;
    }

ul#navbottom li#right {
	float:right;
	padding-right:0px;
	padding-left:20px;
    }

ul#navbottom li a {
    color:#132D78;
    }
	
ul#navbottom li a:hover {
	color:#E8112D;
}

div#login a#login-forgot {
    float:left;
    clear:left;
    margin:3px 0 0 35px;
    width:130px;
    color:white;
}
div#login a#login-register {
    float:left;
    margin:5px 0 0 0px;
    width:65px;
    color:white;
}
