@charset "utf-8";

html, body { 
	margin: 0; 
	padding: 0; 
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	color: #242424;
	background-color: #fff;
	overflow: hidden;
} 

img {
	border: 0px;
}

a {
	outline: 0;
}

hr {
	border: 0;
	color: #e9ebf0;	
	background-color: #e9ebf0;
	height: 1px;
}

#pagewidth { 
	width: 775px;
	text-align: left;  
	margin-left: auto; 
	margin-right: auto;
} 
 
#header {
	position: relative; 
	height: 46px;
	width: 100%;
} 
 
#maincol {
	float: right; 
	display: inline; 
	position: relative; 
	width: 775px;
	height: 512px;
}

#logo {
	position: relative;
	top: -140px;
	left: -84px;
	width: 172px;
	height: 186px;
}

#footer {
	position: relative;
	width: 775px;
	height: 46px; 
	clear: both;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 7pt;
	letter-spacing: 0.5pt;
	line-height: 16px;
}

#footertext {
	position: absolute;
	bottom: 0px;
	width: 775px;
	text-align: center;
}

#footer a {
	color: #242424;
	text-decoration: none;
}

#footer a:hover {
	color: #8f1a14;
	text-decoration: underline;
}

img.left {
	float: left;
	margin: 0 12px 6px 0;
}
 
 /* Float containers fix  */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  




/* navigatie menu */
#navigatie {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

#menu, #menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu a {
	display: block;
	width: 129px;
	height: 46px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	font-weight: bold;
	color: #e9ebf0;
	text-decoration: none;
	margin: 6px 0 0 11px;
}

#menu li {
	float: left;
	width: 129px;
	background-image: url(../images/menu.png);
}

#menu li:hover, #menu li.sfhover {
	background-image: url(../images/menu_hover.png);
}

#menu li ul {
	position: absolute;
	width: 129px;
	left: -999em;
}

#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
}

*html #menu a {
	width: 118px;
}

*html #footer {
	position: relative;
	top: -186px;
}

.menu_escape {
	height: 92px;
}

#content {
	width: 775px;
	height: 512px;
	text-align: right;
}

.onderschrift {
	position: absolute;
	bottom: 6px;
	right: 6px;
	width: 129px;
}

.textcontent {
	margin: 92px 140px;
	height: 372px;
	overflow: auto;
}

.textcontent_index {
	position: absolute;
	top: 0;
	margin: 92px 140px;
	height: 372px;
}

.flashcontent {
	white-space: nowrap;
	margin: 0 0 0 -3px;
	padding: 0;
}

/* lettergebruik */
h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: normal;
	color: #242424;
	height: 23px;
	margin: 0;
}

h2 {
	font-size: 10pt;
	font-weight: 100;
	height: 18px;
}

p, form div {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
	letter-spacing: 0.4pt;
	line-height: 12pt;
	margin-bottom: 23px;
}

p a {
	color: #242424;
	text-decoration: none;
	border-bottom: 1px solid #9fa1a4;
}

p a:visited {
	color: #242424;
}

p a:hover {
	color: #e9ebf0;
	background-color: #de3429;
	text-decoration: none;	
}

p a:active {
	color: #e9ebf0;
	background-color: #de3429;
	text-decoration: none;	
}

#content p {
	letter-spacing: 1pt;
	line-height: 12pt;
	margin-bottom: 0;
}

.titel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: italic;
	padding: 1px 6px;
	color:#e9ebf0;
	background-image: url(../images/menu_hover.png);
}

.onderschrift_tekst {
	font-size: 8pt;
	padding: 3px 6px;	
	color:#e9ebf0;
	background-image: url(../images/menu_hover.png);
}

/* form */
form div {
	margin-bottom: 0;
}

.input_text {
	width: 258px;
}

textarea {
	width: 387px;
	height: 147px;
	overflow: auto;
}

.input_text, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #242424;
	margin: 0 0 12px 0;
	padding: 2px 4px;
	border: 1px solid #9fa1a4;
}

.input_text:hover, textarea:hover, .input_text:hover, textarea.sfhover {
	/*background-color: #f0eee9;*/
}

.input_button {
	width: 129px;
	height: 23px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	letter-spacing: 0.5pt;
	color: #e9ebf0;
	background-color: #de3429;
	margin: 0 0 12px 0;
	border: 1px solid #9fa1a4;
	cursor: pointer;
}

.input_button:hover {
	color: #242424;
	background-color: #f0eee9;
	border: 1px solid #9fa1a4;
}


/* selected */
::-moz-selection{
	background-color: #dc291e;
	color: #e9ebf0;
}

::selection {
	background-color: #dc291e;
	color: #e9ebf0;
}

img::-moz-selection {
	background-color: #e9ebf0;
}

img::selection {
	background-color: #e9ebf0;
}
