/* STYLE WEBSITE EKFN */
/* Definieringen */
*{margin:0;padding:0;}
body
{
	background-color: #FFFFFF;
}

body, div, a, h3, h2, h1, span
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}


/* Opmaak titelbalk */
#titel
{
	background-color: #FFFFFF;
	overflow: hidden;
	margin-left: 175px;
	height: 100px;
	color: blue;
	text-align: center;
	padding-top: 30px;
	z-index: 1;
}

#titel font
{
	font: Arial Black;
	font-size: 30px;
	font-weight: bold;
}


/* Opmaak lijn/vlag */
#line
{
	background-color: #FFFF00;
	position: absolute;
	left: 0px;
	top: 100px;
	height: 30px;
	width: 100%;
	z-index: 2;
}

#line img
{
	position: absolute;
	height: 30px;
	width: 150px;
	left: 20px;
	z-index: 3;
}


/* Opmaak menubalk */
#menubalk
{
	background-color: #0000FF;
	position: absolute;
	left: 20px;
	top: 0px;
	height: 650px;
	width: 150px;
}

/* Opmaak logo */
#logo img
{
	position: absolute;
	height: 100px;
	width: 150px;
	z-index: 2;
}

/* Opmaak menu */
#menu
{
	margin-top: 125px;
}


/* Opmaak tekstblad voor inhoud site */
#body
{
	background-color: #FFFFFF;
}


/* Teksteigenschappen tekstframe (Content) */
#content
{
	padding-top: 20px;
	margin-left: 220px;
	margin-right: 25px;
	overflow: auto;
	height: 440px;
}

#content a
{
	color: #000000;
	text-decoration: none;
	margin-bottom: 7px;
}

#content a:hover
{
	text-decoration: underline;
}

#content h2
{
	font-size: 18px;
	color: #000000;
}

#content p
{
	color: #000000;
}

#content iframe
{
overflow-y: auto; 
overflow-x: hidden; 
}


/* Opmaak voetnoot met copyright */
#copyright
{
	background-color: #FFFF00;
	position: absolute;
	top: 590px;
	height: 30px;
	width: 100%;
	padding-top: 7.5px;
	text-align: center;
	font-size: 12px;
}

#copyright a
{
	color: #918E7F;
	text-decoration: none;
	margin-bottom: 7px;
}

#copyright a:hover
{
	text-decoration: underline;
}

#copyright p
{
	color: #0000FF;
}

/* Opmaak contactformulier */
#contact h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

#contact p
{
	color: #000000;
	padding-top: 20px;
	padding-bottom: 35px;
}

#contact table
{
	border: 0px;
	width: 27%;
}

#contact td
{
	border: 0px;
	width: 190px;
	color: #000000;
	font-size: 14px;
}

#contact input
{
	color: #000000;
	font-size: 14px;
}

#contact textarea
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
