/* CSS Document */


body {
	margin-top: 0px;
  /*background-image:url(/content_images/bg_takeover5.jpg); */
  background-repeat: no-repeat;
  background-position:top center;
  background-color: #FFF; /* #cceaf5; */
}




#header {
	width: 762px;
	height: 125px;
	margin: 0px auto;
	background-image: url(/main_images/header_bg_part2.jpg);
	background-repeat: no-repeat;
  position								:relative	;        /* center for IE */
  left									  :50%		;          /* center for IE */
  margin-left							:-131px	;          /* center for IE */

}

#header_custom{
	margin: 0 auto;
	display: table;
	width: 762px;
	height: 164px;

}




#link_logo img {
display: block;
float: left;
border: 0;
} 


#logo_leerlingen{
margin-left							:-250px

}

#banner_468_header{
display: block;
width: 468px;
height: 60px;
margin-top: -90px;   /*  */
margin-left: 17px;

}


#leaderbard_468banner{
margin-top: 35px;
}


#page {
	width: 760px;
	margin: 0 auto;
	display: table;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-top: none;

}

.normal_title{

display: block;
font-size: 13px;
font-family: Arial;
font-weight: bold;
color: rgb(64,64,64);
margin-bottom:10px;
}

.normal_txt{
display: block;
font-size: 11px;
font-family: Verdana;
margin-bottom:5px;
}

.normal_link{
display: block;
font-size: 11px;
font-family: Verdana;
margin-bottom:7px;
text-decoration: underline;
color: #000000;     /* text-align: right;  */
}


#menu {
	float: left;
	width: 760px;
	height: 31px;
	background: url(/main_images/menu_normal_bg.gif) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;

}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;    
	height: 31px;   
	background: url(/main_images/menu_line.gif) no-repeat right top; 
	padding: 0px 0px 0px 0px; /* (18px icoon) ruimte tussen de menu items */
}

#menu_icon {
float: left;
border: 0px;
height: 18px;
width: 18px;
padding: 0px 7px 0px 0px; /* 7 px tussen icoon en menutekst */
margin-top: -1px;
}



#menu a {
	display: block;
	float: left;
	height: 25px;
	margin-right: 1px;
	padding: 7px 15px 0px 10px;  
	text-decoration: none;
	font-size: 12px;
	color: #CCCCCC;
}

#menu a:hover {
  display: block;
	float: left;
	height: 25px;
	color: #FFFFFF;
	background: url(/main_images/menu_over_bg.gif) repeat-x left top;
}



#menu .current_page_item a {
	display: block;
	float: left;
	height: 25px;
	color: #FFFFFF;
	background: url(/main_images/menu_active_bg.gif) repeat-x left top;
	margin-left:0px; /* alleen voor home 1 of 2px margin, zie #menu .current_page_item_first a!! */
}

#menu .current_page_item_first a{
	display: block;
	float: left;
	height: 25px;
	color: #FFFFFF;
	background: url(/main_images/menu_active_bg.gif) repeat-x left top;
	margin-left:2px; /* wellicht alleen voor home 1 of 2px margin, nog testen!! */
	margin-right: -1px;
}


/* footer tekst*/
.footer_txt{
display: inline;
width: 100%;
float: left;
text-align: center;
font-size: 12px;
color: rgb(64,64,64);
padding-top: 7px;
padding-bottom: 7px;
}
.footer_txt a{
text-decoration: underline;
color: #000000;
}

