html, body{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

#head{
	background-image: url('img/bg_main.png');
	background-repeat: repeat-x;
	height: 228px;
}

#headMiddle{
	width: 900px;
	margin: 0 auto;
}
#headLeft{
	float: left;
	width: 670px;
	margin-top: 30px;
}
#subtitle{
	color: #646567;
	margin-top: 30px;
	font-family: verdana;
	font-size: 8pt;
}
#headRight{
	float: left;
	margin-top: 163px;
	margin-left: 19px;
}
#headMenu{
	margin-top: 5px;
	text-align: right;
}

#headMenu a{
	text-decoration: none;
	color: #000000;
	font-family: Arial;
	font-size: 11pt;
}
.active_tab_left{
	height: 35px;
	width: 6px;
	background-image: url('img/active_tab_left.png');
	background-position: right;
	background-repeat: no-repeat;
}
.active_tab_center{
	height: 25px;
	background-image: url('img/active_tab_bg.png');
	background-repeat: repeat-x;
	padding: 5px;
}
.active_tab_right{
	height: 35px;
	width: 6px;
	background-image: url('img/active_tab_right.png');
	background-position: left;
	background-repeat: no-repeat;
}
.inactive_tab_left{
	height: 35px;
	width: 6px;
	background-image: url('img/inactive_tab_left.png');
	background-position: right;
	background-repeat: no-repeat;
}
.inactive_tab_center{
	height: 25px;
	background-image: url('img/inactive_tab_bg.png');
	background-repeat: repeat-x;
	padding: 5px;
}
.inactive_tab_right{
	height: 35px;
	width: 6px;
	background-image: url('img/inactive_tab_right.png');
	background-position: left;
	background-repeat: no-repeat;
}

#container{
	width: 900px;
	margin: 0 auto;
}

#left{
	width: 195px;
	float: left;
}
#menu{
	background-color: #00AEEF;
	background-image: url('img/round_top_bg.png');
	background-position: top;
	background-repeat: no-repeat;
	padding: 5px;
}

#zoek{
	background-color: #84d1f7;
	background-image: url('img/round_t1.png');
	background-position: top;
	background-repeat: no-repeat;
	padding: 5px;
	#padding: 0px;
}
#zoekveld{
	border: 1px solid #888888;
	color: #AAAAAA;
	padding: 4px;
	width: 172px;
	background-color: #ffffff;
}

#zoekknop{
	border: 1px solid #888888;
	background-color: #ededed;
	float: right;
}

#intern{
	background-color: #c0e7fa;
	background-image: url('img/round_t2.png');
	background-position: top;
	background-repeat: no-repeat;
	padding: 6px 5px 0px 5px;
}
#bottom{
	background-image: url('img/round_bottom.png');
	background-position: top;
	background-repeat: no-repeat;
	height: 5px;
}

#menu ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu ul li a{
	text-decoration: none;
	display: block;
	padding-top: 4px;	
	padding-bottom: 4px;
}
#menu ul li a:hover{
	text-decoration: underline;
}

.hyperlink{
	font-family: arial;
	font-size: 10pt;
	text-decoration: none;
	color: #333333;
}

.hyperlink:hover{
	font-family: Arial;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: underline;
}

#content{
	float: left;
	width: 670px;
	padding: 0px 5px 100px 15px;
	margin-left: 10px;
	font-family: arial;
	font-size: 10pt;
	text-align: justify;
}

#footer{
	position: fixed;
	bottom: 0px;
	background-color: #00AEEF;
	width: 100%;
	background-image: url('img/footer_bg.png');
	background-repeat: repeat-x;
	padding-top: 2px;
}

#footer table{
	margin: 8px auto;
	width: 900px;
}
#footer table td, #footer table td a{
	color: #EDEDED;
	font-family: verdana;
	font-size: 8pt;
}

.schoolInfo{
	float: left;
	border: 1px solid #888888;
}
.schoolInfo div{
	padding: 5px;
	width: 202px;
	top: 100px;
	color: #FFFFFF;
	position: relative;
}
.schoolInfo img{
	position: absolute;
}

h1{
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 20pt;
	color: #00AEEF;
}
h2{
	margin: 2px;
	padding: 0px;
	font-family: arial;
	font-size: 12pt;
	color: #333333;
}


img, div, a, input{
	behavior: url(alg/iepngfix.htc);
}

#schlinf{
	padding: 10px;
	padding-left: 30px;
	background-image: url('img/infobubble.png');
	background-repeat: no-repeat;
	
}

.bigSchoolLink{
	text-decoration: none;
	color: #333;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.4em;
}
.bigSchoolLink:hover{
	text-decoration: underline;
}









