/* ======================================================================================*/
/* GLOBAL RESET */
/* this code resets "all" default element styling by "any" browser */
/* ======================================================================================*/

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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

.clickpath 
{
	width: 950px;
	margin: 0 auto;
	font-size: 0.8em;
}

.clickpath a:link,
.clickpath a:visited 
{
	color: #000000;
	text-decoration: none;
}

.clickpath a:hover,
.clickpath a:active 
{
	color: #288dd4;
	text-decoration: underline;
}

.sitecontainer {
	width: 1020px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.content {
	width: 950px;
	margin: 0 auto;
	margin-top: 20px;
	font-size: 0.75em;
	line-height: 1.5em;
}

.content h1 {
	font-size: 1.5em;
	font-weight: 700;
	margin-bottom: 1em;
}

.content p {
	margin-bottom: 1em;
}

.footer {
	width: 960px;
	margin: 0 auto;
}

.footer span {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.footer a {
	float: left;
	font-size: 1.2em;
}

.footer a:hover,
.footer a:active {
	text-decoration: underline;
}

DIV.footer {
	MARGIN-TOP: 20px;
	FONT-SIZE: 0.6em;
	BACKGROUND: url(http://www.surfnet.nl/Style%20Library/SURFnet/img/footer_top_bck.jpg) no-repeat left top
}

DIV.footer P {
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 5px
}

DIV.footer UL {
	PADDING-RIGHT: 0px;	
	PADDING-LEFT: 0px;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	LIST-STYLE-TYPE: none;
	POSITION: relative
}

DIV.footer UL LI {	
	PADDING-RIGHT: 10px;
	DISPLAY: block;	
	PADDING-LEFT: 10px;
	FLOAT: left;
	PADDING-BOTTOM: 5px;
	PADDING-TOP: 5px
}

DIV.footer UL LI A {	
	PADDING-LEFT: 6px;	
	BACKGROUND: url(http://www.surfnet.nl/Style%20Library/SURFnet/img/footer_li_bck.gif) no-repeat left 50%;	
	COLOR: #288dd4;	TEXT-DECORATION: none
}

DIV.footer UL LI A:hover {	
	TEXT-DECORATION: underline
}

ADDRESS {	CLEAR: both;	PADDING-RIGHT: 0px;	PADDING-LEFT: 0px;	BACKGROUND: url(http://www.surfnet.nl/Style%20Library/SURFnet//img/footer_bottom_bck.jpg) no-repeat left bottom;	PADDING-BOTTOM: 5px;	WIDTH: 960px;	PADDING-TOP: 5px;	FONT-STYLE: normal}.wrapper ADDRESS SPAN {	DISPLAY: block;	FLOAT: left;	MARGIN: 0px 10px;	COLOR: black}ADDRESS A {	FLOAT: left;	COLOR: #288dd4;	TEXT-DECORATION: none}ADDRESS A.extra {	PADDING-RIGHT: 8px;	FLOAT: right}
	