/* -------------------- links -------------------- */

a:link { font-weight: normal; color:#009EE0; text-decoration: none; }
a:visited { font-weight: normal; color:#009EE0; text-decoration: none; }
a:hover { font-weight: normal; color:#009EE0; text-decoration: underline; }
a:active { font-weight: normal; color:#009EE0; text-decoration: none; }
a:focus { font-weight: normal; color:#009EE0; text-decoration: none; }

/* -------------------- basis -------------------- */

html {
 margin: 0;
 padding: 0;
 text-align: center;
}

body {
	background-image:  url(../images/background.gif);
	background-repeat: repeat-x;
	background-color: #555555;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	color: #000000;
}

/* -------------------- headers -------------------- */

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #009EE0;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #009EE0;
	margin-bottom: 0px;
}

/* -------------------- vormen -------------------- */

#pagewidth { 
	width: 950px;
	min-height: 600px;
	text-align: left;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 10px 0 10px 10px;
	background-color: #FFFFFF;
}

#links {
	position: absolute;
	padding: 25px;
	width: 250px;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}

#rechts {
	position: relative;
	left: 365px;
	width: 515px;
	padding-top: 25px;
	text-align: left;
}

#footer {
	width: 820px;
	color: #CCCCCC;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	margin: 10px auto;
}

/* -------------------- tabs -------------------- */

#tabs {
	overflow: hidden;
	float: right;
	width: 903px;
	height: 35px;
	margin-top: -35px;
	background: #009EE0;
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
	-moz-border-radius: 10px 10px 0px 0px;
	background-image:  url(../images/tab-background.png);
	background-repeat: repeat-x;
}

#tabs ul {
	margin: 0;
	list-style: none;
}

#tabs li {
	display: inline;
	margin: 0;
	padding: 0;
}

#tabs a {
	float: right;
	display: block;
	margin: 0;
	text-decoration: none;
}

#tabs a span {
	float: right;
	display: block;
	padding: 10px 10px 10px 10px;
	color: #FFFFFF;
}

#tabs a span span {
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -10px;
	color: #666666;
	background: #FFFFFF;
	background-image:  url(../images/tab-background-active.png);
	background-repeat: repeat-x;
}

#tabs a:hover span {
	color: #666666;
	display: block;
	background-image:  url(../images/tab-background-active.png);
	background-repeat: repeat-x;
}

	/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {
	float: none;
}
	/* End IE5-Mac hack */
