

html {
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
	margin-bottom: 1px;	
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body,
td,
th {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	font-size: 11px;
	color: #FFFFFF;
}

a:link,
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FF6600;
}

a:hover,
a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #FF6600;
}

/* Backgrounds --------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */

body.bg1 { background: #DBD4B8 url(../images/bg1.jpg) no-repeat center top; }

body.bg2 { background: #E9E9E9 url(../images/bg2.jpg) no-repeat center top; }

body.bg3 { background: #CBBFB6 url(../images/bg3.jpg) no-repeat center top; }

body.bg4 { background: #ACACAD url(../images/bg4.jpg) no-repeat center top; }

body.bg5 { background: #ECEBE8 url(../images/bg5.jpg) no-repeat center top; }

body.bg6 { background: #FFFFFF url(../images/bg6.jpg) no-repeat center top; }

body.bg7 { background: #BEBDC3 url(../images/bg7.jpg) no-repeat center top; }

body.bg8 { background: #FFFFFF url(../images/bg8.jpg) no-repeat center top; }

body.bg9 { background: #DBD4B8 url(../images/bg1.jpg) no-repeat center top; }

/* Basisstructuur ------------------------------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------------------------- */

#container {
	position: relative;
	margin: 0 auto;
	width: 967px;
}

/*
#left {
	position: absolute;
	width: 713px;
	left: 0px;
	top: 0px;
}
*/
#left {
	float: left;
	width: 713px;
}

#menu {
	position: absolute;
	width: 100%;
	height: 17px;
	top: 126px;
}

/*
#content {
	position: absolute;
	top: 170px;
	width: 696px;
}
*/

#content {
	float: left;
	margin-top: 170px;
	width: 696px;
}

#main {
	border: 5px solid #FFFFFF;
	padding: 17px;
	margin: 0 0 17px 0;
}

#news {
	float: left;
	background-color: #EAF3F7;
	width: 230px;
	border: 5px solid #FFFFFF;
	padding: 17px;
	margin: 0 0 17px 17px;
	color: #000000;
}

/*
#right {
	position: absolute;
	width: 254px;
	left: 713px;
	top: 157px;
}
*/

#right {
	float: right;
	width: 254px;
	margin-top: 90px;
}

div#footer {
	clear: both;
	width: 100%;
	position: relative;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

div#footer-inner {
	margin: 20px auto;
	width: 923px;
	padding: 10px 17px;
	background: #000;
	border: 5px solid #FFF;
}

div#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

div#footer ul li {
	display: inline;
	margin-right: .5em;
}

div#footer a { color: #999999; }

/* Menu ---------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu ul li {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menu li a {
	display: block;
	background-repeat: no-repeat;
	height: 31px;
	background-image: url(../images/menu.gif);
}

#menu li a span { display: none; }

#menu_1 a {
	background-position: 0px 0px;
	width: 79px;
}

#menu_2 a {
	background-position: -79px 0px;
	width: 130px;
}

#menu_3 a {
	background-position: -209px 0px;
	width: 74px;
}

#menu_4 a {
	background-position: -283px 0px;
	width: 62px;
}

#menu_5 a {
	background-position: -345px 0px;
	width: 67px;
}

#menu_6 a {
	background-position: -412px 0px;
	width: 95px;
}

#menu_7 a {
	background-position: -507px 0px;
	width: 63px;
}

#menu_8 a {
	background-position: -570px 0px;
	width: 70px;
}

#menu_9 a {
	background-position: -640px 0px;
	width: 73px;
}

#menu_1 a:hover,
#menu_1.active a { background-position: 0px -31px; }

#menu_2 a:hover,
#menu_2.active a { background-position: -79px -31px; }

#menu_3 a:hover,
#menu_3.active a { background-position: -209px -31px; }

#menu_4 a:hover,
#menu_4.active a { background-position: -283px -31px; }

#menu_5 a:hover,
#menu_5.active a { background-position: -345px -31px; }

#menu_6 a:hover,
#menu_5.active a { background-position: -412px -31px; }

#menu_7 a:hover,
#menu_5.active a { background-position: -507px -31px; }

#menu_8 a:hover,
#menu_5.active a { background-position: -570px -31px; }

#menu_9 a:hover,
#menu_5.active a { background-position: -640px -31px; }

#menu_1 .selected { background-position: 0px -31px; }

#menu_2 .selected { background-position: -79px -31px; }

#menu_3 .selected { background-position: -209px -31px; }

#menu_4 .selected { background-position: -283px -31px; }

#menu_5 .selected { background-position: -345px -31px; }

#menu_6 .selected { background-position: -412px -31px; }

#menu_7 .selected { background-position: -507px -31px; }

#menu_8 .selected { background-position: -570px -31px; }

#menu_9 .selected { background-position: -640px -31px; }

/* Navigation ---------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */


#nav_2,
#nav_3,
#nav_4,
#nav_5,
#nav_6,
#nav_7,
#nav_9 {
	position: absolute;
	top: 158px;
	visibility: hidden;
	z-index: 2000;
}

#nav_2 { left: 79px; }

#nav_3 { left: 209px; }

#nav_4 { left: 283px; }

#nav_5 { left: 345px; }

#nav_6 { left: 412px; }

#nav_7 { left: 507px; }

#nav_9 { left: 544px; }

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav a {
	display: block;
	padding: 5px;
	width: 160px;
	background-color: #FF6600;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
}

#nav a:hover {
	background-color: #FF8737;
	color: #FFFFFF;
}

/* Content ------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */


#content p.line1px {
	padding: 0;
	margin: 17px -17px 17px -17px;
	border-bottom: 1px solid #FFFFFF;
	clear:both;
}

#content p.line1pxfo {
	padding: 0;
	margin: 0 -17px 0 -17px;
	border-bottom: 1px solid #999999;
	clear:both;
}

#content p.line5px {
	padding: 0;
	margin: 17px -17px 17px -17px;
	border-bottom: 5px solid #FFFFFF;
	clear:both;
}

#content hr {
	border: none;
	background-color: #FFFFFF;
	color: #FFFFFF;
	height: 1px;
}

#content p,
#content li { line-height: 17px; }

/* Main ---------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */


div.type1 {
	float: left;
	width: 361px;
	background-color: #333333;
}

div.type2 {
	width: 506px;
	background-color: #EAF3F7;
	color: #000000;
}

div.type3 {
	width: 506px;
	background-color: #DACFC9;
	color: #000000;
}

div.type4 {
	width: 506px;
	background-color: #D0D7E1;
	color: #000000;
}

div.type5 {
	width: 506px;
	background-color: #0F2B32;
}

div.type6 {
	width: 506px;
	background-color: #333333;
}

div.type7 {
	width: 506px;
	background-color: #D7D4D1;
	color: #000000;
}

div.type8 {
	width: 506px;
	background-color: #333333;
}

div.type9 {
	width: 506px;
	background-color: #333333;
}

#main #breadcrumbs {
	margin: 40px -17px 10px;
	background-color: #CC3300;
	padding: 6px 17px;
	border-top: 4px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
	color: #000000;
}

#main #breadcrumbs a.root { color: #000000; }

#main #breadcrumbs a { color: #FFFFFF; }

#main img.bordered { border: 4px solid #FFFFFF; }

#main span.title { font-weight: bold; }

#main h1 {
	padding: 0;
	margin: 20px 0 20px 0;
	font-size: 44px;
	font-weight: normal;
	letter-spacing: -0.1em;
	line-height: normal;
}

#main h1.type1,
#main h1.type5,
#main h1.type6,
#main h1.type8,
#main h1.type9 { color: #D9CDB4; }

#main h1.type1 { margin: 40px 0 20px 0; }

#main h1.type2,
#main h1.type3,
#main h1.type4,
#main h1.type7 { color: #000000; }

#main table td { line-height: 17px; }

#main table.type1 {
	background-color: #FFFFFF;
	border: 5px solid #FFFFFF;
}

#main table.type2 tr td { color: #000; }

#main table.type3 tr td {
	color: #000000;
	border-right: 1px solid #999;
}

#main table.type3 tr td.last { border-right: none; }

#main table.type4 tr td { color: #000000; }

#main table.type5 tr td { border-right: 1px solid #FFF; }

#main table.type5 tr td.last { border-right: none; }

#main div.thumbnail {
	float: left;
	margin: 0 20px 20px 0;
}

#main input { font-size: 10px; }

#main select.size1,
#main input.size1,
#main textarea.size1 { width: 200px; }

#main select.size2,
#main input.size2,
#main textarea.size2 { width: 400px; }

#main p.true {
	color: #00CC33;
	font-weight: bold;
}

#main p.false {
	color: #FF0000;
	font-weight: bold;
}

/* News ---------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */


#news h2 {
	padding: 0;
	margin: 40px 0 20px 0;
	color: #000000;
	font-size: 44px;
	letter-spacing: -0.1em;
	font-weight: normal;
}

#news span.title {
	color: #FF6600;
	font-weight: bold;
}

#news p.image {
	padding: 0;
	margin: 17px -17px 17px -17px;
	border-top: 5px solid #FFFFFF;
}

/* Right --------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */


#logo {
	position: relative;
	width: 237px;
	height: 245px;
}

#forum {
	background-color: #CC9999;
	width: 193px;
	border: 5px solid #FFFFFF;
	padding: 17px;
	margin: 0;
}

#forum h2 {
	padding: 0;
	margin: 0 0 10px 0;
	color: #FFFFFF;
	font-size: 44px;
	letter-spacing: -0.1em;
	font-weight: normal;
}

#forum p {
	padding: 0;
	margin: 0;
	line-height: 17px;
}

#forum p.line1px {
	padding: 0;
	margin: 10px -17px 10px -17px;
	border-bottom: 1px solid #FFFFFF;
	clear:both;
}

#forum span.name {
	color: #000000;
	font-weight: bold;
}

#forum a { color: #FFFFFF; }

#luister {
	width: 193px;
	background-color: #333333;
	border: 5px solid #FFFFFF;
	padding: 17px;
	margin: 17px 0 0 0;
}

#luister h2 {
	padding: 0;
	margin: 0 0 10px 0;
	color: #D9CDB4;
	font-size: 44px;
	letter-spacing: -0.1em;
	font-weight: normal;
}

#luister p {
	padding: 0;
	margin: 0;
	line-height: 17px;
}

#luister p.line1px {
	padding: 0;
	margin: 10px -17px 10px -17px;
	border-bottom: 1px solid #FFFFFF;
	clear:both;
}

/* Decoration ---------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */

#pen1 {
	position: absolute;
	z-index: 1000;
	width: 497px;
	height: 100px;
	left: 0px;
	top: 160px;
	background-image: url(../images/pen1.png);
	background-repeat: no-repeat;
}

* html #pen1 {
	z-index: 1000;
	background-color: transparent;
	background-image: url(../images/spacer.gif);
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/pen1.png", sizingMethod="noscale");
}

#pen2 {
	position: absolute;
	z-index: 1000;
	width: 413px;
	height: 193px;
	left: 246px;
	top: 162px;
	background-image: url(../images/pen2.png);
	background-repeat: no-repeat;
}

* html #pen2 {
	z-index: 1000;
	background-color: transparent;
	background-image: url(../images/spacer.gif);
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/pen2.png", sizingMethod="noscale");
}

#pen3 {
	position: absolute;
	z-index: 1000;
	width: 411px;
	height: 113px;
	left: 250px;
	top: 170px;
	background-image: url(../images/pen3.png);
	background-repeat: no-repeat;
}

* html #pen3 {
	z-index: 1000;
	background-color: transparent;
	background-image: url(../images/spacer.gif);
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/pen3.png", sizingMethod="noscale");
}

#pen4 {
	position: absolute;
	z-index: 1000;
	width: 523px;
	height: 171px;
	left: 185px;
	top: 120px;
	background-image: url(../images/pen4.png);
	background-repeat: no-repeat;
}

* html #pen4 {
	z-index: 1000;
	background-color: transparent;
	background-image: url(../images/spacer.gif);
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/pen4.png", sizingMethod="noscale");
}

#pen6 {
	position: absolute;
	z-index: 1000;
	width: 363px;
	height: 307px;
	left: 370px;
	top: 165px;
	background-image: url(../images/pen6.png);
	background-repeat: no-repeat;
}

* html #pen6 {
	z-index: 1000;
	background-color: transparent;
	background-image: url(../images/spacer.gif);
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/pen6.png", sizingMethod="noscale");
}

#pen7 {
	position: absolute;
	z-index: 1000;
	width: 153px;
	height: 197px;
	left: 400px;
	top: 165px;
	background-image: url(../images/pen7.png);
	background-repeat: no-repeat;
}

* html #pen7 {
	z-index: 1000;
	background-color: transparent;
	background-image: url(../images/spacer.gif);
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/pen7.png", sizingMethod="noscale");
}

#pen8 {
	position: absolute;
	z-index: 1000;
	width: 506px;
	height: 118px;
	left: 200px;
	top: 170px;
	background-image: url(../images/pen8.png);
	background-repeat: no-repeat;
}

* html #pen8 {
	z-index: 1000;
	background-color: transparent;
	background-image: url(../images/spacer.gif);
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/pen8.png", sizingMethod="noscale");
}

#pen9 {
	position: absolute;
	z-index: 1000;
	width: 497px;
	height: 100px;
	left: 0px;
	top: 160px;
	background-image: url(../images/pen1.png);
	background-repeat: no-repeat;
}

* html #pen9 {
	z-index: 1000;
	background-color: transparent;
	background-image: url(../images/spacer.gif);
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/pen1.png", sizingMethod="noscale");
}

#ink1 {
	position: absolute;
	z-index: 1000;
	width: 145px;
	height: 150px;
	left: 600px;
	top: 160px;
	background-image: url(../images/ink1.png);
	background-repeat: no-repeat;
}

* html #ink1 {
	z-index: 1000;
	background-color: transparent;
	background-image: url(../images/spacer.gif);
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/ink1.png", sizingMethod="noscale");
}

#ink2 {
	position: relative;
	z-index: 1000;
	width: 213px;
	height: 146px;
	background-image: url(../images/ink2.png);
	background-repeat: no-repeat;
	top: -27px;
	left: 40px;
}

* html #ink2 {
	z-index: 1000;
	background-color: transparent;
	background-image: url(../images/spacer.gif);
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/ink2.png", sizingMethod="noscale");
}

#ink3 {
	position: absolute;
	z-index: 1000;
	width: 145px;
	height: 56px;
	left: 43px;
	top: 167px;
	background-image: url(../images/ink3.png);
	background-repeat: no-repeat;
}

* html #ink3 {
	z-index: 1000;
	background-color: transparent;
	background-image: url(../images/spacer.gif);
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/ink3.png", sizingMethod="noscale");
}

#ink4 {
	position: relative;
	z-index: 1000;
	width: 196px;
	height: 147px;
	background-image: url(../images/ink4.png);
	background-repeat: no-repeat;
	left: 440px;
	top: -60px;
}

* html #ink4 {
	z-index: 1000;
	background-color: transparent;
	background-image: url(../images/spacer.gif);
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/ink4.png", sizingMethod="noscale");
}

#ink5 {
	position: absolute;
	z-index: 1000;
	width: 54px;
	height: 56px;
	left: 3px;
	top: 180px;
	background-image: url(../images/ink5.png);
	background-repeat: no-repeat;
}

* html #ink5 {
	z-index: 1000;
	background-color: transparent;
	background-image: url(../images/spacer.gif);
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/ink5.png", sizingMethod="noscale");
}

#ink6 {
	position: relative;
	z-index: 1000;
	width: 78px;
	height: 73px;
	background-image: url(../images/ink6.png);
	background-repeat: no-repeat;
	top: -37px;
	left: 140px;
}

* html #ink6 {
	z-index: 1000;
	background-color: transparent;
	background-image: url(../images/spacer.gif);
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/ink6.png", sizingMethod="noscale");
}

#ink7 {
	position: relative;
	z-index: 1000;
	width: 133px;
	height: 50px;
	background-image: url(../images/ink7.png);
	background-repeat: no-repeat;
	left: 240px;
	top: -40px;
}

* html #ink7 {
	z-index: 1000;
	background-color: transparent;
	background-image: url(../images/spacer.gif);
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/ink7.png", sizingMethod="noscale");
}


/* Social networks -------------------------------------- */
/* ------------------------------------------------------ */

#social-networks {
	position: absolute;
	top: 45px;
	left: 14px;
	z-index: 1000;
}

#social-networks ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#social-networks li {
	float: left;
	width: 24px;
	margin-left: 5px;
}

#social-networks a {
	display: block;
	width: 24px;
	height: 24px;
	text-indent: -9999em;
	outline: none;
}

#social-networks .twitter a { background: url(/www/images/social/twitter_24x24.png) no-repeat; }
#social-networks .facebook a { background: url(/www/images/social/facebook_24x24.png) no-repeat; }
#social-networks .hyves a { background: url(/www/images/social/hyves_24x24.png) no-repeat; }
#social-networks .youtube a { background: url(/www/images/social/youtube_24x24.png) no-repeat; }
