html
{
	
	width: 100%;
	height: 100%;
}

body
{
	background-color: transparent;
	width: 100%;
	margin: 0;
	border: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 10pt;
	height: 100%;
}


.tekst 

{ 

 	color: #ffffff; 
 	font-weight: 100; 
 	/*font-stretch: ultra-condensed; */
 	margin: 0px; 
 	padding-top: 0px;
}

.tekstoker
{
	color:  #ffc700;

}

.tekstoker_titel
{
	color:  #ffc700;
	font-weight: bold;
}

.tekstblauw
{
	color:  #00b8ff;

}

.tekstblauw_titel
{
	color:  #00b8ff;
	font-weight: bold;
}

.tekstgroen
{
	color:  #9dc500;

}

.tekstgroen_titel
{
	color:  #9dc500;
	font-weight: bold;
}

.tekstrood
{
	color:  #e95000;
}

.tekstrood_titel
{
	color:  #e95000;
	font-weight: bold;	
}

.index_foto
{

	width: 362px;
	height: 504px;
}


.index_page
{

	background-image: url(images/zwart_front.gif);
	background-repeat: no-repeat;
	width:442px;
	height: 504px;
	font-size: 12px;
 	color: #ffffff; 
 	/*font-weight: 100;*/ 
	z-index: 2;
}


.content_foto
{
	width: 185px;
	height: 504px;
	background-color: #141414;
}


.content_page
{
	background-image: url(images/zwart_content.gif);
	background-repeat: no-repeat;
	background-color: #141414;
	width: 619px;
	height: 504px;
	font-size: 12px;
 	color: #ffffff; 
	z-index: 2;
}

.content_fotopage
{
	background-image: url(images/zwart_foto.png);
	background-repeat: no-repeat;
	background-color: #141414;
	width: 804px;
	height: 504px;
	font-size: 12px;
 	color: #ffffff; 
	z-index: 2;
}

.center,
#center
{
	position: relative;
	width: 804px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
}


.longline
{
	width: 100%;
}
.shortline
{
	width: 70px;
}
.flatbutton
{
	background-color: transparent;
	border: none 0px transparent;
	text-decoration: underline;
	text-align: left;
	cursor: pointer;
	color: #ffc700;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	padding: 0px;
	margin: 0px;
	position: relative;
	left: -3px;
}

/*.label
{
	width: 80px;
	text-align: left;
	padding-right: 8px;
}*/

.label1
{
	width: 80px;
	text-align: left;
	padding-right: 0px;
}
.shortlabel
{
	text-align: right;
	padding-right: 8px;
	padding-left: 8px;
}
#mask
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(images/trans.gif);
	z-index: 200;
}
#error
{
	position: absolute;
	top: 80px;
	left: 80px;
	width: 300px;
	height: 100px;
	padding: 40px;
	background-color: #ffc700;
	border-width: 2px;
	border-style: solid;
	border-color: #ffffff #888888 #888888 #ffffff;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	color: black;
	font-weight: normal;
}
#errorbutton
{
	position: absolute;
	bottom: 40px;
	right: 40px;
}



a.tekstoker:link { text-decoration: underline; }
a.tekstoker:active { text-decoration: underline; }
a.tekstoker:visited { text-decoration: underline; }
a.tekstoker:hover { text-decoration: none; }
a.tekstblauw:link { text-decoration: underline; }
a.tekstblauw:active { text-decoration: underline; }
a.tekstblauw:visited { text-decoration: underline; }
a.tekstblauw:hover { text-decoration: none; }
a.tekstgroen:link { text-decoration: underline; }
a.tekstgroen:active { text-decoration: underline; }
a.tekstgroen:visited { text-decoration: underline; }
a.tekstgroen:hover { text-decoration: none; }
a.tekstrood:link { text-decoration: underline; }
a.tekstrood:active { text-decoration: underline; }
a.tekstrood:visited { text-decoration: underline; }
a.tekstrood:hover { text-decoration: none; }





@media screen
{
body, html, { height: 100%; }

}


