html, body {
	margin:0px;
	padding:0px;
	width: 100%;
	background-color: #FFF;
}
.p {
	margin:0px;
	padding:0px;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	text-align: inherit;
	color: inherit;
	line-height: inherit;
	vertical-align: top;
}
p {
	padding-top:0px;
	margin-top:0px;
}
img {
	border:0px;
}
div {
	margin:0px;
	padding:0px;
}
.AbsWrap {
	width: 100%;
	position: relative;
}
.rowWrap {
	width: 100%;
}
.clearfloat {
	clear:both;
	height:0px;
}
Div#AllContainer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
Div#Container {
	width: 960px;
}
Div#ExampleTop {
	width: 960px;
	height: 115px;
	float: left;
	position: relative;
}

Div#SubContainer {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
}
Div#OrangeBar {
	width: 840px;
	height: 80px;
	float: left;
	position: relative;
}
.ItemContainer {
	width: 280px;
	float: left;
	position: relative;
	cursor: pointer;
}
.ItemImg {
	width: 280px;
	height: 180px;
	float: left;
	position: relative;
	overflow:hidden;
}
.ItemImgSchaduw {
	width: 840px;
	float: left;
	position: absolute;
	z-index: 5;
	height: 18px;
	top: 195px;
	margin-left: 60px;
}
.ItemOver {
	position: absolute;
	z-index: 10;
	margin-top: 275px;
	width: 123px;
	height: 135px;
	overflow: hidden;
}
.First {
	margin-left: 70px;
}
.Second {
	margin-left: 350px;
}
.Third {
	margin-left: 630px;
}
.ItemBar {
	width: 265px;
	height: 25px;
	float: left;
	position: relative;
	text-align: right;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-right: 15px;
}
.ItemTxtColumn {
	width: 250px;
	float: left;
	position: relative;
	padding: 25px 15px 15px;
}
.ItemLine {
	width: 280px;
	height: 2px;
	float: left;
	position: relative;
}
.ItemTxtNext {
	width: 250px;
	float: left;
	position: relative;
	padding: 10px 15px 5px;
}
.ItemTxtNext a {
	display: block;
}

.Left {
	float: left;
}
.Right {
	float: right;
}

.Orange { background-color: #E34816; }
.Yellow { background-color: #D0CD10; }
.Blue { background-color: #038ED1; }

#DivHidden {
	display: none;
}

/* BOVENBALK */

Div#Topbalk {
	width: 960px;
	height: 24px;
	background-color: #008ED1;
	position: relative;
	text-align: right;
}


Div#Logobalk {
	width: 960px;
	height: 65px;
	position: relative;
	float: left;
	border-bottom: 1px solid #CCC;
	text-align: center;
	padding-top: 21px;
	padding-bottom: 3px;
}
Div#NoordhoffLogo {
	width: 244px;
	height: 69px;
	position: absolute;
	float: left;
	z-index: 10;
	margin-top: 15px;
}

ul#Broodkruimel {
	position: absolute;
	float: left;
	z-index: 5;
	margin: 94px 0 0;
	padding: 0 0 0 15px;
	width: 800px;
	list-style-type: none;
}
ul#Broodkruimel li{
	float: left;
	background: url(school/images/pijl_rechts.gif) no-repeat left 6px;
	padding-left: 11px;
	padding-right: 5px;
	
}
ul#Broodkruimel li a:link, ul#Broodkruimel li a:active, ul#Broodkruimel li a:visited {
	color: #999;
	font: 10px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
ul#Broodkruimel li a:hover {
	color: #666;
	text-decoration:none;
}
ul#Broodkruimel li a.last { color: #333; }
ul#Broodkruimel li a:hover.last { color: #000; }

ul.Topmenu {
	list-style-type: none;
	float: right;
	margin: 0;
	padding: 0 40px 0 0;
	height: 24px;
}

ul.Topmenu li{
	float: left;
	background: url(school/images/bg_top_menu_licht.gif) no-repeat right 6px;
}

ul.Topmenu li a:link,ul.Topmenu li a:active, ul.Topmenu li a:visited {
	display: block;
	color: #FFF;
	font: 11px/24px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-right: 15px;
	padding-left: 15px;
	background: url(school/images/bg_top_menu_donker.gif) no-repeat 0 6px;
	text-decoration:none;
	
}
ul.Topmenu li a.first {
	background: url(school/images/header_menu_line.gif) no-repeat 0 6px;
}
ul.Topmenu li a:hover, ul.Topmenu li a.TopmenuActive {
	background-color: #33A5DA;
}

ul.Topmenu li a:hover, ul.Topmenu li a.TopmenuActive {
	background-color: #33A5DA;
}

ul.Topmenu li.last {
	background-image: none;
}

/* EIND BOVENBALK */

div#AktieBanner {
	width: 960px;
	text-align: center;
	padding-top: 5px;
	float: left;
	display:none;
}

div.BgRollOver {
	background-color: #f4f4f4;
}