body {
	background-color:#333333;
	font-family: Verdana, 'Trebuchet MS', Lucida, Arial, 	sans-serif;
	font-size:10pt;

	margin:0px;
	padding:0px;
}


a {
	color:#1B7693;
	background-color:none;
	text-decoration:none;
	padding:1px 3px 1px 3px;
}


a:hover {
	color:#FFFFFF;
	background-color:#1B7693;
}

a:active {
	color:#FFFFFF;
	background-color:#1B7693;
}



#container {
	background-color:none;
	width:840px;
	height:380px;
	
	position:absolute;
	margin-top:45px;
	
	margin-left:50%;
	left:-420px;
}

#submenu {
	background-color:none;
		background-image:url('resources/submenu.jpg');
	background-repeat:y;
	width:180px;
	height:100%;
	float:left;
}

#submenutitel {
	background-image:url('resources/nieuws-submenu.jpg');
	background-repeat:no-repeat;
	background-position:left -2px;
	width:166px;
	height:50px;
}

ul {
	list-style-type:none;
	margin:0px; /* IE */
	padding:0px; /* firefox */

	margin:15px 0 0 25px;
}

li {
	margin:0 0 6px 0;
}


#contentcontainer {
	background-image:url('resources/content.jpg');
	bakcground-repeat:y;
	width:600px;
	height:100%;
	
	float:right;

	
}

.contenttitle {
	color:#1B7693;
	font-weight:bold;
	font-size:22px;
	font-family:'Trebuchet MS';
	margin: 0 0 20px 0;
}

#contentscroll {
	background-color:none;
	width:520px;
	height:325px;
	overflow:auto;

	margin: 25px 0 0 40px;
}

#content {
	background-color:none;
	
	width:490px;
	
}

#content li {
	margin:0;
}

/*   #menucontainer {
	background-color:pink;
	min-height:420px;
}
*/

#menu {
	background-color:#333333;
	width:790px;
	height:97px;
	

	position:absolute;
	margin-left:50%;
	left:-395px;
	margin-top:478px;
}



#menu a{
padding:0;
text-indent:-999px;
overflow:hidden; 
display:block;
background-repeat:no-repeat;
height:97px;
float:left;
margin:0;
background-position: left top; /* center geeft probleem in IE > center v indent , opgelost door negatieve indent  */
}

#menu a:hover{
background-position: left -97px;
} 
/* firefox combo getal + string waarde - horizontale waarde moet eerst */


#schoolmenu a {
width:75px;   	background-image:url('resources/school-menu.jpg');
}
#infomenu a {
width:65px;
  	
background-image:url('resources/info-menu.jpg');
}
#klassenmenu a {
width:82px;

background-image:url('resources/klassen-menu.jpg');
}
#kalendermenu a {
width:99px; 	background-image:url('resources/kalender-menu.jpg');
}
#nieuwsmenu a {
width:82px;
background-position: center 50px;  	background-image:url('resources/nieuws-menu.jpg');
}
#fotoboekmenu a {
width:97px;  	background-image:url('resources/fotoboek-menu.jpg');
}
#contactmenu a {
width:89px; 	background-image:url('resources/contact-menu.jpg');
}
#oudercomitemenu a {
width:133px; 	background-image:url('resources/oudercomite-menu.jpg');
}
#linksmenu a { 	
width:65px; 	background-image:url('resources/links-menu.jpg');
}

	
