@charset "UTF-8";
/* CSS Document */
/* [in]visible  */
/* Last updated June, 2009 */

/*
 * Colors :
 * lightgrey: #99928d
 * midgrey: #736458
 * darkgrey: #3e2c13
 * pink: #eb088d
 * blue: #164892
 * green: #97af11 (green-circle.png)
 * kleurdrie: #5a3d53 (aubergine-circle.png)
 * kleurvier: #c80039 (deepred-circle.png)
 * kleurvijf: #d36417 (orange-circle)
 * kleurzes: #493281 (purple-circle)
 */

html {
    overflow: scroll;
    overflow-x: auto;
}

*	{ margin: 0; padding: 0;}

:focus	{ outline:none;}
html, body {height:100%;}
body	{ font-family: Georgia, Times New Romam, Times, Serif; color: #3e2c13; font-size: 12px;}
.none	{ display:none;}

#coverimage	{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20000;   
	background: url(/images/invisible-7-opening.jpg) center 175px no-repeat;
    }

#cover	{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 16000;   
    background: #fff;
    -moz-opacity: 0.6;
    opacity: .60;
    filter: alpha(opacity=60);
    }
	
#cover[id]{ /* IE6 and below Can't See This */
    position:fixed;
    }
	
/**
 * Vertical and Horizontal centering of content
 */
#wrapper	{
	/*display:table;*/
	position:relative;
	height:100%;
	width:1024px;
	margin:auto;
}
#contentwrapper{
	/*position:absolute;
	top:50%;*/
	width:100%;
}
/*
#contentwrapper[align="LEFT"]{
	display:table-cell;
	vertical-align:middle;
	position:static;
}*/
#maincontentwrapper{
	position:relative;
	/*top:-50%;*/
	height:740px;
	background: url('/i/bg-intro.jpg') top center no-repeat;
}
/**
 * Header title styles
 */
#header{
	position:absolute;
	top:10px;
	left:26px;
	letter-spacing:1px;
	width:980px;
}
#header h1 a{
	color:#164892;
	text-decoration:none;
	font-style:italic;
	font-size:34px;
	font-weight:normal;
}
#header #titlenumber{
	font-style:normal;
	font-size:22px;
	font-weight:bold;
}

#header #titledate	{ font-style:normal; font-size:22px; color:#736458;}

#changelanguage{
	position:absolute;
	top:10px;
	right:0px;
	color:#99928d;
	letter-spacing:0px;
	font-size:14px;
}

#changelanguage a:link, #changelanguage a:active, #changelanguage a:visited, #changelanguage a:hover { color:#99928d; text-decoration: none;}
#changelanguage a:hover { text-decoration: underline;}

/**
 * Background editie text styles
 */
 
#pagenumber {
	width:75px;
	height:75px;
	line-height:75px;
	text-align:center;
	background:url('/i/pink-circle.png') center no-repeat;
	/* VOOR VIJF !! background:url('/i/orange-circle.png') center no-repeat;*/	
	font-size:30px;
	color:#FFF;
	position:absolute;
	top:105px;
	left:95px;
	z-index:1;
}

* html h2#pagenumber	{
	background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/i/pink-circle.png');
	/* VOOR VIJF !! _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/i/orange-circle.png');*/
}

#starttext	{
	width:560px;
	width:650px;
	position:absolute;
	top:205px;
	left:52px;
	color:#eb088d;
	line-height:35px;
	font-weight:normal;
	font-size:22px;
	font-style:italic;
	z-index:1;
}

#starttext.pink	{color:#eb088d;}
#starttext.green	{color:#97af11;}
#starttext.kleurdrie	{color:#5a3d53;}
#starttext.kleurvier	{color:#5a3d53;}
#starttext.kleurvijf	{color:#d36417;}
#starttext.kleurzes	{color:#493281;}


#starttext.pink a:link, #starttext.pink a:active, #starttext.pink a:visited { color:#eb088d; text-decoration: none;}
#starttext.pink a:hover { color:#eb088d; text-decoration: underline;}

#starttext.green a:link, #starttext.green a:active, #starttext.green a:visited { color:#97af11; text-decoration: none;}
#starttext.green a:hover { color:#97af11; text-decoration: underline;}

#starttext.kleurdrie a:link, #starttext.kleurdrie a:active, #starttext.kleurdrie a:visited { color:#5a3d53; text-decoration: none;}
#starttext.kleurdrie a:hover { color:#c80039; text-decoration: underline;}

#starttext.kleurvier a:link, #starttext.kleurvier a:active, #starttext.kleurvier a:visited { color:#5a3d53; text-decoration: none;}
#starttext.kleurvier a:hover { color:#c80039; text-decoration: underline;}

#starttext.kleurvijf a:link, #starttext.kleurvijf a:active, #starttext.kleurvijf a:visited { color:#d36417; text-decoration: none;}
#starttext.kleurvijf a:hover { color:#d36417; text-decoration: underline;}

#starttext.kleurzes a:link, #starttext.kleurzes a:active, #starttext.kleurzes a:visited { color:#493281; text-decoration: none;}
#starttext.kleurzes a:hover { color:#493281; text-decoration: underline;}

#hometext{
	width:932px;
	position:absolute;
	top:380px;
	left:52px;
	color:#99928d;
	line-height:28px;
	font-weight:normal;
	font-size:20px;
	z-index:1;
}

/*
 * Home images
 */
#homeimages1, #homeimages2{
	position:absolute;
	z-index:2;
	width:1024px;
	left:11px;
}
#homeimages1{
	top:334px;
}
#homeimages2{
	top:506px;
}
#homeimages1 li, #homeimages2 li{
	width:28px;
	height:28px;
	float:left;
	position:relative;
	margin:0 113px;
	background:url('/i/circle-star.png') center no-repeat;
	list-style:none;
	cursor:pointer;
	display:inline;
	padding:2px 0;
}
* html #homeimages1 li, * html #homeimages2 li{
	background:url('/i/circle-star.gif') center no-repeat;
}
#homeimages1 li ul, #homeimages2 li ul{
	visibility:hidden;
	position:absolute;
	left:-96px;
}
#homeimages1 li ul{
	background:url('/i/pointer-down.png') bottom center no-repeat;
	padding:0 0 10px 0;
	bottom:32px;
}
* html #homeimages1 li ul{
	background:url('/i/pointer-down.gif') bottom center no-repeat;
}
#homeimages2 li ul{
	background:url('/i/pointer-up.png') top center no-repeat;
	padding:10px 0 0 0;
	top:32px;
}
* html #homeimages2 li ul{
	background:url('/i/pointer-up.gif') top center no-repeat;
}
#homeimages1 li ul li, #homeimages2 li ul li{
	margin:0;
	width:220px;
	height:220px;
	overflow:hidden;
	background:#9A8777;
}
#homeimages1 li ul li img, #homeimages2 li ul li img{
	margin:10px;
	cursor:default;
}
#homeimages1 li:hover ul, #homeimages2 li:hover ul,
#homeimages1 li.hover ul, #homeimages2 li.hover ul{
	visibility:visible;
}

/** 
 * Page content styles
 */
.pagecontent{
	position:absolute;
	z-index:1000;
	top:110px;
	left:190px;
	background:url('/i/content-bg.png');
	padding: 10px 15px 1em 15px;
	width: 550px;
	/*border:1px solid #DFEFFF;*/
	line-height:160%;
}
.pagecontent ul li{
	margin: 0 0 0 14px;
	list-style-image:url('/i/bullet.gif');
	padding:8px 0;
}

.pagecontent ul.closetogether li	{ margin: 0 0 0 14px; padding: 0px 0;}

.pagecontent h2{
	font-size:23px;
	font-weight:normal;
	font-style:italic;
	line-height:28px;
	margin:5px 0 0;
}
.pagecontent h2 span	{ color: #736458;}
.pagecontent h2 span.pink	{ color: #eb088d;}
.pagecontent h2 span.green	{ color: #97af11;}
.pagecontent h2 span.kleurdrie	{ color: #5a3d53;}
.pagecontent h2 span.kleurvier	{ color: #c80039;}
.pagecontent h2 span.kleurvijf	{ color: #d36417;}
.pagecontent h2 span.kleurzes	{ color: #493281;}

.pagecontent hr	{ display: none;}
.pagecontent .hr	{ margin: 5px 0; height: 1px; line-height: 1px; font-size: 1px; background:none; border:none; border-top:1px dashed #736458; }
.pagecontent .blue	{ margin-top: 9px; border-top: 1px solid #7ea2ca;}

.pagecontent p	{ margin: 0.7em 0 0.3em 0;}
.pagecontent blockquote	{ margin: 0.7em 0 0.3em 20px;}

.pagecontent .close{ cursor:pointer; }
.subnav a	{ color:#3e2c13; text-decoration:none; padding:0 4px 0 0;}
.subnav a:hover, .subnav a.active{ color: #a8a4a1; text-decoration: underline;}

.pagecontent a:link, .pagecontent a:active, .pagecontent a:visited, .pagecontent a:hover	{ color: #7ea2ca;}

img.floatright	{float: right;}
.clear	{ clear: both; height: 1px;} 

/* DEELNEMERS */

.deelnemerimg	{ margin: 0 2px 2px 0; border: 0;}

/* CONTACT */
address	{ font-style: normal;}

