body {
    margin: 0;
    padding: 0;
    background-color: #e7e5e5;
    color: #04A2A3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	 background-image: url(../img/body_back.gif);
	 background-repeat: repeat-y;
	 background-position: center;

}
#header h1{
	display: none;
}
#top{
	width: 100%;
	height: 230px;
	text-align: center;
	
}
#top_logo{
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 86px;
	margin: 0 auto;
	position: relative;
}
#top_bar{
	background-image: url(../img/top_back.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	height: 144px;
	text-align:center;
}
#top_shadow{
	background-image: url(../img/global_top_back.gif);
	background-repeat: no-repeat;
	width: 843px;
	height: 144px;
	margin: 0 auto;
}

#top_shadow a:link, #top_shadow a:active, #top_shadow a:visited{
	text-decoration: none;
}
#top_shadow a:hover{
	color: white;
	text-decoration: none;
}
/*--------------blokken boven--------------*/

.blok_content{
	text-align: left;
	height: 88px;
	width: 168px;
	padding: 10px;	
}
#leerling.inactive_tab{
	margin-left: 57px;
	background-image: url(../img/blok_boven.gif);
	background-repeat: no-repeat;
	background-position:  left bottom;
}
#instellingen.inactive_tab{
	margin-left: 60px;
	background-image: url(../img/blok_boven.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#kenniskring.inactive_tab{
	margin-left: 60px;
	background-image: url(../img/blok_boven.gif);
	background-repeat: no-repeat;
	background-position:  left bottom;
}
#leerling, #instellingen, #kenniskring{
	text-align: left;
	float: left;
}
#leerling.active_tab{
	background-image: url(../img/active_tab.gif);
	background-position:  left bottom;
	margin-left: 37px;
	padding-left: 15px;
	width: 200px;
	height: 136px;
	margin-top: 8px;
}
#instellingen.active_tab{
	background-image: url(../img/active_tab.gif);
	background-position:  left bottom;
	margin-left: 60px;
	margin-top: 8px;
	padding-left: 20px;
	width: 223px;
	height: 136px;
}
#kenniskring.active_tab{
	background-image: url(../img/active_tab.gif);
	background-position:  left bottom;
	margin-left: 40px;
	margin-top: 8px;
	padding-left: 20px;
	width: 223px;
	height: 136px;
}
#leerling.active_tab h2, #instellingen.active_tab h2, #kenniskring.active_tab h2{
	color: #FA9418;
}







#top_bar div:hover {
	color: white;
}
#top_bar h2{
	color: white;
	font-size: 20px;
	font-weight: lighter;
	font-family: Myriad Web;
	margin: 0;
	padding: 0;
	margin-top: 12px;
}
#global{
	width: 804px;
	margin: 0 auto;
}
#link{

	width: 300px;
	height: 86px;
	float: left;
}
#zoek_box{
	width: 165px;
	position: absolute;
	top: 33px;
	right: 38px;
}
#zoek_box input{
	width: 114px;
	height: 18px;
	line-height: 16px;
	background-image: url(../img/zoeken.gif);
	background-repeat: no-repeat;
	border: none;
	color: gray;
	font-size :11px;
	cursor: hand;
}
#zoek_box input:hover{
	background-image: url(../img/zoeken_hover.gif);
}
#zoek_box .zoek_button{
	background-image: none;
	background-color: transparent;
	cursor: pointer;
	float: left;
	width: 46px;
	color: #c2c2c2;
}
#inhoud{
	width: 500px;
	float: left;
	padding-top: 24px;
}
#inhoud input{
	border: none;
	background-image: url(../img/input.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 171px;
	padding-left: 5px;
}

/*---------- radio en checkbox lid fixes formuliermodule --------*/
#inhoud td.wtkformmodule_radio input, #inhoud td.wtkformmodule_checkbox input {
	width:auto;
	height:auto;
	background-image: none;
}
#inhoud td.wtkformmodule_radio br, #inhoud td.wtkformmodule_checkbox br {
	display:none;
}
#inhoud td.wtkformmodule_radio span, #inhoud td.wtkformmodule_checkbox span {
	display:block;
}



#inhoud textarea {
	background-image: url(../img/textarea.gif);
	background-repeat: no-repeat;
	width: 180px;
	height: 117px;
	border: none;
	overflow: hidden;
}
#inhoud .wtkformsubmit, #inhoud .button{
	background-image: url(../img/send.gif);
	background-repeat: no-repeat;
	width: 119px;
	height: 20px;
	color: white;
}
#content{
	padding-top: 10px;
}
#leerling.active_tab .block_content .special{
	color: #FA9418;
	border: 1px solid red;
}
#footer{
	clear: both;
	margin: 0 auto;
	width: 770px;
	text-align: center;
	color: #9edada;
	margin-top: 20px;
	padding-bottom: 20px;
	font-size: 10px;
}
#footer .copyright{
	display :block;
}
#footer a:link, #footer a:active, #footer a:visited{
		color: #9edada;
}
/*----------menu-----------*/

#menu{
	width: 265px;
	float: left;
	padding-top: 30px;

}
#menu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-color: #04a2a3;
	width: 189px;
	margin-left: 38px;
}
#menu li{
	margin: 0;
	padding: 0;
	
}
#menu li a{
	color: white;
	text-decoration: none;
	font-size: 12px;
	line-height: 40px;
	display: block;
	padding-left: 15px;
	border-bottom: 1px solid #137a79;
	border-top: 1px solid #0fc8ca;
}
#menu li.active2 a{
	background-color: #047878;
	background-image: url(../img/menu_active.gif);
	background-repeat: no-repeat;
	background-position: left 17px;
	padding-left: 30px;
	font-weight: bold;
}
#menu li a:hover{
	background-color: #0b8b8c;
}
#menu li.first2 a{
	background-image: url(../img/first.gif);
	background-repeat: no-repeat;
	line-height: 40px;
	border-top: none;
}
#menu li.first2 a:hover{
	background-image: url(../img/firsto.gif);
}
#menu li.active2.first2 a{
	background-image: url(../img/firsta.gif);
	line-height: 40px;
	background-position: left 0px;
	background-color: transparent;
}

#menu li.last2 a{
	background-image: url(../img/last.gif);
	background-repeat: no-repeat;
	line-height: 40px;
	border-bottom: none;
}
#menu li.last2 a:hover{
	background-image: url(../img/lasto.gif);
}
#menu li.active2.last2 a{
	background-image: url(../img/lasta.gif);
	background-position: left -4px;
	line-height: 40px;
	background-color: transparent;
}
#matching{
	margin-left: 38px;
	margin-top: 20px;
}
/*----submenu---------*/
#submenu {
	width: 496px;
	height: 48px;
	background-image: url(../img/submenu_back.gif);
	clear: both;
}
#submenu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#submenu li{
	float: left;
}
#submenu li a{
	line-height: 38px;
	font-size: 12px;
	text-decoration: underline;
	color: #04A2A3;
	padding-left: 15px;
	padding-right: 15px;
}
#submenu li.active2 a{

	font-weight: bold;
}
#submenu li a:hover{
 		color: #F7941F;
 }

/*----------breadcrumb----------*/
.plaatsing{
	float: left;
	line-height: 20px;
}
.home{
	float: left;
	line-height: 18px;
	margin-left: 10px;
}
#breadcrumb{
	font-size: 10px;
	height: 20px;
	margin-bottom: 10px;
}
#breadcrumb ul{
	margin: 0; 
	padding: 0;
	list-style: none;
}
#breadcrumb li{
	float: left;
	padding-left: 10px;
}
#breadcrumb li a{
	font-size: 10px;
}


a {
}
a:link {
	color: #f7941f;
}
a:visited {
	color: #f7941f;
}
a:active {
	color: #f7941f;
}
a:hover {
	color: #f7941f;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .style_kopgroot, .style_kopmiddel, .style_kopklein {
    margin: 0;
	font-family: Myriad Web;
}
h1, h2, h3 {
    font-weight: normal;
}
h4, h5, h6 {
    font-weight: bold;
}
h1, .style_kopgroot {
    font-size: 2.0em;
}
h2, .style_kopmiddel {
    font-size: 1.7em;
}
h3, .style_kopklein {
    font-size: 1.4em;
}
h4 {
    font-size: 1.2em;
}
h5 {
    font-size: 1.0em;
}
h6 {
    font-size: 0.8em;
}

dl, dt, dd, ol, ul, li {
    margin-top: 0.2em;
    margin-bottom: 0.1em; 
    font-size: 1.0em;
    line-height: 1.5em;
}

p {
    margin: 1.2em 0em 1.2em 0em;
    font-size: 1.0em;
    line-height: 1.5em;
}

code, pre {
    font-family: Courier New, monospace;
    font-size: 1.0em;
}

strong, b {
    font-weight: bold;
}
em, i {
    font-style: italic;
}

hr {
    height: 1px;
    margin: 0px;
    background-color: #ccc;
    color: #ccc;
}

img {
    margin: 0;
    border: 0;
}

/***********************************************************************
 * layout kolom links of rechts van inhoud
 * --------------------------------------------------------------------
 * |                  |                                               |
 * |                  |                                               |
 * |                  |                                               |
 * --------------------------------------------------------------------
 *
 * <div id="container">
 *    <div id="kolom">
 *    </div>
 *    <div id="inhoud">
 *    </div>
 * </div>
 *
 * alle left door right vervangen indien kolom rechts komt te staan
 *
 ***********************************************************************/
/*
#container {
  float: left;
  background: url(bgkleur.gif) repeat-y top left;
}
#kolom {
  float: left;
  width: 200px;
}
#inhoud {
  float: left;
}
*/
/***********************************************************************
 * layout kolom links en rechts van inhoud
 * --------------------------------------------------------------------
 * |                  |                            |                  |
 * |                  |                            |                  |
 * |                  |                            |                  |
 * --------------------------------------------------------------------
 *
 * <div id="container_bg_links"><div id="container_bg_rechts">
 *    <div id="kolom_links">
 *    </div>
 *    <div id="kolom_rechts">
 *    </div>
 *    <div id="inhoud">
 *    </div>
 * </div></div>
 *
 ***********************************************************************/
/*
#container_bg_links {
  float: left;
  background: url(kleur_links.gif) repeat-y top left;
}
#container_bg_rechts {
  float: left;
  background: url(kleur_rechts.gif) repeat-y top right;
}
#kolom_links {
  float: left;
  width: 200px;
}
#kolom_rechts {
  float: right;
  width: 200px;
}
#inhoud {
  float: right;
}
*/

/*---------------css module inhoud--------------------*/



/* CONTENT */

.kolom_links, .kolom_rechts{
	width: 45%;
	float: left;
	margin: 10px;
}

.imgleft {
	float:left;
	margin-right: 10px;
	margin-bottom :10px;
}

.imgright{
	float:right;
	margin-left: 10px;
	margin-bottom :10px;
}

div.sjabloon1, div.sjabloon2,div.sjabloon3,div.sjabloon4{
  /*clear: both;*/
}

div.sjabloon1  img, div.sjabloon2  img, div.sjabloon3  img ,div.sjabloon4  img{

}



/* LINKS */

div.links {
width:100%;
}

div.links h1 {
	
}

div.links table{
	
}

div.links thead{

}

/* NIEUWS */
div.nieuws, div.nieuws_detail{
	width: 518px;
	float: left;
}
div.nieuws h1{
	margin-bottom: 10px;
}
div.nieuws_detail h1{
	margin-bottom: 20px;
}
div.nieuws_lijst{
	height: 55px;
	margin-bottom: 10px;
}
div.nieuws .date, div.nieuws_detail .date{
	width: 42px;
	float: left;
	height: 55px;
	color: #F89522;
	text-align: center;
}
.date .day{
	font-size: 12px;
	font-weight: bold;
}
.date .month{
	font-size: 8px;
	display: block;
}
.date .year{
	font-size: 9px;
}
div.nieuws_listitem {
   width: 444px;
	height: 35px;
	background-image: url(../img/nieuws_back.gif);
	background-repeat: no-repeat;
	float: left;
	padding: 10px;
	padding-top: 5px;
}
div.nieuws_listitem .auteur{
	margin-top: 10px;
}
div.nieuws_detail .auteur{
	margin-top: 5px;
}
div.nieuws_listitem h2 a:link, div.nieuws_listitem h2 a:active, div.nieuws_listitem h2 a:visited{
	color: #04A2A3;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.nieuws_text{
	clear: both;
	margin-top: 10px;
	float: left;
}
div.nieuws img {
	float:left;
}
.nieuws_index{
	clear: both;
}
div.nieuws img.right {
	float:right;
}
div.nieuws hr {
	clear:both;
}

div.nieuws h1 {
	
}

div.nieuws a {

}


div.nieuws h2, div.nieuws h2 a {
}


div.nieuws table{
	
}

.wtkerror {
	color:red;
}

#top_bar h2 a{
	color: white;
}
.blok_content .special .sjabloon1 a:link, .blok_content .special .sjabloon1 a:active, .blok_content .special .sjabloon1 a:visited{
	color: #f7c097;
}
.blok_content .special .sjabloon1 a:hover{
	color: white;
}
#top_bar div.active_tab h2 a{
	color: #F79420;
	margin-left: 10px;
}
#top_bar div.active_tab a:link, #top_bar div.active_tab a:active, #top_bar div.active_tab .blok_content a:visited{
	color: #F79420;
}
.active_tab .top_lees{
	display: none;
}
/* Deze stylen worden door de downloadmodule gebruikt */

.download_groep{
	list-style: none;
}
#content ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
li.download_item{
	padding-left: 20px;
	background-image: url(../img/download.gif);
	background-repeat: no-repeat;
	line-height: 16px;
}
