/******************************************
AOC Friesland - VMBO GROEN
CSS : Eefje Graauwmans
E-mail: egraauwmans@lautenbagreclame.nl
WWW: http://www.lautenbagreclame.nl
---------------------------------------
CSS bestand vrijgegeven onder C.C. licentie:
http://creativecommons.org/licenses/by-sa/2.0/nl/
******************************************/

:-moz-any-link:focus {outline: none;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp,
sub, sup, tt, var, dd, dl, dt, li, ol, ul, form, fieldset, input, textarea, label, 
table, legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	text-align: left;}

img, a img, :link img, :visited img {border: 0;}
div.clear {clear: both; width: 100%; height: 0px;}

/*LAYOUT
**************************************************/
body {
	font: normal 12px/18px Helvetica, Lucida, Verdana, Arial, Tahoma, sans-serif;
	color: #000;
	background: #fff url(img/bg_body.jpg) repeat-x;
	}

div#site{
	background: transparent;
  }
  
div#top{
  height: 255px;
  width: 100%;
  margin: 0 auto 0 auto;
  }

div#main{
  width: 100%;
  }

div#header{
  width: 940px;
  height: 223px;
  margin: 0 auto;
  }

div#headerimg{
  width: 939px;
  height: 223px;
  float: left;
  display: inline;
  }

div#headerimg div#headerwissel {
	float: left;
	display: inline;
	width: 939px;
	height: 223px;
}
	
div#headerimg img.logo {
	float: right;
	display: inline;
	margin-top: -65px;
	margin-right: 5px;
}

div#dierfoto {
	float: left;
	display: inline;
	margin-top: -120px;
	margin-left: 240px;
}

div#citaat{
	float: left;
	display: inline;
	width: 197px;
	height: 300px;
	padding-top: 20px;
	padding-left: 25px;
	margin-top: -308px;
}

div#container{
  width: 939px;
  min-height: 680px;
  background: #ece9e2;
 	background: url(img/bg_container.jpg) repeat-y;
	border: #fff 1px solid;
	border-left: 0px;
	border-bottom: 0px;
	border-right: 0px;
	position: relative;
	float: left;
	display: inline;
	margin-left: 0px;
	}

div#sitewrapper {
	margin: 0 auto 0 auto;
	width: 939px;
}

div#onderdeel_van{
	float: right;
	display: inline;
	color: #fff;
	position: absolute;
	bottom: 0;
	width: 230px;
	right: 10px;
}

div#onderdeel_van div#tekst_onderdeel {
	float: left;
	display: inline;
	width: 115px;
	margin-top: 10px;
}

div#onderdeel_van div#tekst_onderdeel p{
	line-height: 15px;
	margin-top: 8px;
}
	
div#onderdeel_van img{
	float: left;
	display: inline;
}

div#bottom{
  clear: both;
  height: 0px;
  margin: 0 auto;	
  }
  
div#footer{
	clear: both;
  width: 940px;
  height: 0px;
  margin: 0 auto;
  }

/*Typography
**************************************************/
a:link{
	text-decoration: none;
	color: #000;
	text-decoration: underline;
	}

a:visited{
	text-decoration: none;
	color: #000;
	text-decoration: underline;
	}

a:hover{
	text-decoration: none;
	color: #7e4c8f;
	}

a:active{
	text-decoration: none;
	color: #7e4c8f;
	}

h1 {
	color: #7e4c8f;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	margin-top: 5px;
	margin-bottom: 5px;
}

h2 {
	margin-top: 10px;
	margin-bottom: 3px;
	color: #000;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
}

h3 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #f30f00;
	font-size: 13px;
	line-height: 16px;
	font-weight: 700;
}
	
h4{
	line-height: 50px;
	}

h5 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 10.5px;
	line-height: 14px;
	text-align: center;
	}
	
h6 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000;
	font-size: 13px;
	line-height: 16px;
	font-weight: 700;}

p{
	margin-top: 0px;
	margin-bottom: 10px;
	}

ul {
	margin-top: 0px;
	margin-bottom: 10px;
	float: left;
	display: inline;
}

div#content ul li{
	list-style-position: outside;
	margin-left: 15px;
}

div#content ul{
	width: 400px;
}

ol {
	float: left;
	display: left;
	margin-bottom: 10px;
}

div#content ol li {
	list-style-position: outside;
	margin-left: 15px;
}

/*standaard menu-items
**************************************************/
div#links {
	width: 940px;
	height: 30px;
 	margin: 0px auto 9px auto;
 	color: #fff;
 	font-size: 13px;
 }

div#links ul {
	margin: 0px;
	float: right;
	display: inline;
	}

div#links ul li{
	float: right;
	display: inline;
	margin: 10px 28px 0 0;
	}

div#links ul li a{
 	color: #fff;
 	text-decoration: none;
	 }

div#links ul li a:link{
	}

div#links ul li a:visited{
	}

div#links ul li a:hover{
	text-decoration: underline;
	}

div#links ul li a:active{
	}

div#links input {
	float: right;
	display: inline;
	margin-top: 7px;
	}

div#go a{
	width: 25px;
	height: 25px;
	float: right;
	display: inline;
	margin-top: 4px;
	margin-left: 5px;
	background: url(img/pijltje.png) no-repeat;
	text-decoration: none;
	}

div#kleurenbalk {
background:url("img/kleurenbalk.jpg") no-repeat scroll 0 0 transparent;
display:inline;
float:left;
height:30px;
margin-top:0;
width:450px;
}

/*Content
**************************************************/
div#content{
  float: left;
  display: inline;
  width:400px;
  margin-left: 25px;
  margin-bottom: 20px;
  }

div#kop{
	float: left;
	display: inline;
	font-size: 45px;
	line-height: 50px;
	margin: 10px 0 10px 15px;
	font-weight: 100;
	}

div#kop strong{
	font-weight: 700;
}

div#footer_content {
	float: left;
	display: inline;
	width: 400px;
	border-top: 1px solid #777471;
	margin-top: 20px;
	color: #777471;
}

div#footer_content a{
	color: #777471;
}

div#footer_content a:link{
	color: #777471;
}

div#footer_content a:visited{
	color: #777471;
}

div#footer_content a:hover{
	color: #000;
}

div#footer_content a:active{
	color: #000;
}

/*content formulier folders aanvragen
**************************************************/
form#foldersaanvragen{
	float: left;
	display: inline;
	line-height: 22px;
}

form#foldersaanvragen input{
	margin-left: 20px;
}

form#foldersaanvragen input#verzendknop{
	margin-top: 10px;
	margin-left: 0px;
	text-align: center;
}

form#foldersaanvragen h6{
	margin-top: 20px;
}
	
/*sidebar2 nieuws
**************************************************/
div#nieuws{
	width: 206px;
	float: left;
	display: inline;
	margin-left: 35px;
	margin-bottom: 55px;
	border: 1px solid #fff;
	background: #f5ddd9;
	padding-bottom: 3px;
	margin-top: 20px;
}

div#nieuws_header {
	float: left;
	display: inline;
	background: #d60c22;
	width: 200px;
	padding: 5px 3px 3px 3px;
	text-align: center;	
	border-bottom: 1px solid #fff;
}

div#nieuws_header a{
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	text-decoration: none;
}

div.nieuws_item{
	float: left;
	display: inline;
	width: 190px;
	color: #000;
	margin: 4px 8px 5px 8px;
	padding-bottom: 4px;
	font-size: 11px;
	line-height: 14px;
	border-bottom: 1px dashed #d60c22;
	}

div.nieuws_item a{
	color: #d60c22;
}

div.nieuws_item a:link{
	color: #d60c22;
}

div.nieuws_item a:visited{
	color: #d60c22;
}

div.nieuws_item a:hover{
	color: #d60c22;
	text-decoration: underline;
}

div.nieuws_item a:active{
	color: #d60c22;
	text-decoration: underline;
}
/*sidebar1 Links
**************************************************/
div#sidebar1{
  float:left;
  display: inline;
  width:208px;
  background: #029fde url(img/bg_sidebar1.jpg) top no-repeat;
  height: auto;
  height: 673px;
  min-height: 673px;
  clear: left;
  }

/*sidebar1 menu
**************************************************/
ul#menu {
	float: left;
	display: inline;
	margin-top: 0px;
	}

ul#menu li {
	float: left;
	display: inline;
	text-decoration: none;
	width: 208px;
	height: auto;
	border: #fff 1px solid;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-color: #fff;
	}

ul#menu li.submenu a {
	background: url(img/pijl.gif) top right no-repeat;
}

ul#menu li.submenu a.actief {
	background-color: #cbd232 (img/pijl.gif) top right no-repeat;
}

ul#menu li.submenu ul li a {
	background: transparent;
}

ul#menu li.submenu ul li a.actief {
	background: none;
	background-color: #cbd232;
}

ul#menu li a {
	width: 197px;
	float: left;
	display: inline;
	margin-top: 0px;
	padding-top: 7px;
	padding-left: 11px;
	padding-bottom: 7px;
	text-decoration: none;
	font-size: 15px;
	color: #fff;
	}

ul#menu li a:hover {
	background-color: #cbd232;
	}

ul#menu li a.actief {
	background-color: #cbd232;
}

ul#menu li.submenu ul li a:hover {
	background-color: #cbd232;
}


/*sidebar1 submenu
**************************************************/
ul#menu ul{
	float: left;
	display: inline;
	margin-top: 0px;
	margin-bottom: 0px;
	}

ul#menu ul li {
	float: right;
	display: inline;
	text-decoration: none;
	width: 185px;
	height: auto;
	border-style: solid;
  	border-width: 1px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-color: #fff;
	}

ul#menu ul li a {
	width: 177px;
	float: left;
	display: inline;
	margin-top: 0px;
	padding-top: 7px;
	padding-left: 8px;
	padding-bottom: 7px;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	}

ul#menu ul li a:hover {
	background-color: #cbd232;
	}

ul#menu ul li a.actief {
	background-color: #cbd232;
}


		
/*sidebar2 Agenda
**************************************************/
div#agenda{
	width: 206px;
	float: left;
	display: inline;
	margin-top: 300px;
	margin-left: 35px;
	border: 1px solid #fff;
	background: #dce9d0;
	padding-bottom: 3px;
}

div#agenda_header {
	float: left;
	display: inline;
	background: #01a101;
	width: 200px;
	padding: 5px 3px 3px 3px;
	text-align: center;	
	border-bottom: 1px solid #fff;
}

div#agenda_header a{
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	text-decoration: none;
}

div.agenda_item{
	float: left;
	display: inline;
	width: 190px;
	color: #000;
	margin: 4px 8px 5px 8px;
	padding-bottom: 4px;
	font-size: 11px;
	line-height: 14px;
	border-bottom: 1px dashed #01a101;
	}

div.agenda_item a{
	color: #01a101;
}

div.agenda_item a:link{
	color: #01a101;
}

div.agenda_item a:visited{
	color: #01a101;
}

div.agenda_item a:hover{
	color: #01a101;
	text-decoration: underline;
}

div.agenda_item a:active{
	color: #01a101;
	text-decoration: underline;
}

/*sidebar2 rechts
**************************************************/
div#sidebar2{
  float:right;
  display: inline;
  width:281px;
  background: #cad132 url(img/bg_sidebar2.jpg) top no-repeat;
  }
 
div#banners {
	width: 230px;
	float: left;
	display: inline;
	margin-top: 5px;
	margin-left: 3px;
	}

div#leerling {
	float: left;
	display: inline;
	}


div#vlag{
	margin-top: 15px;
	float: left;
	display: inline;
}




div#vmbo_commercial{
	float: left;
	display: inline;
    margin-left: 12px;
    margin-top: 10px;
    width: 185px;
    height: 103px;
    border: 1px solid #dddddd;
}



