body{
	font-family: Arial, Helvetica, Futura, sans-serif;
	font-size: 12px;
	color: #162983;
	margin-top: 35px;
	padding: 0px;
	background: #162983;
	background-image: url("../../img/pattern.gif");
	background-repeat: repeat;
	overflow: auto;
	}



a:link, a:visited, a:hover {
	color: #5B0E56;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */



/***********************************************/
/* Text opmaak                                 */
/***********************************************/

h1, h2,  {
	font-family: Arial, Helvetica, Futura, sans-serif;
	margin: 0px;
	padding: 0px;
	}

B 	{
	color: #FF0000
	}

h1	{
	font-size: 12px;
 	color: #162983;
	}

h2{
 font-size: 14px;
 color: #162983;
 }

ul{
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#header{
	border: 0px solid #cccccc;
	font-size: 75%;
	color: #162983;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	text-align: center;
	}

#menu{
	width: 145px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url("../../img/spacer.gif");
	background-repeat: repeat-y;
	vertical-align: top;
	}

#content{
	padding: 20px 20px 20px 20px;
	margin: 40px 40px 40px 40px;
	text-align: left;
	margin-top: 0px;
	overflow: auto;
	color: #162983;
	}

#footer{
	font-family:"Times New Roman",Georgia,Serif
	border: 0px solid #cccccc;
	font-size: 80%;
	color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	border-top: 0px solid #cccccc;
	margin-top: 0px;
	text-align: center;
}

#footer a:link, #footer a:visited, #footer a:hover {
	color: #FFFFFF;
}

input, textarea
{
	border:1px solid #162983;
	font-family:arial;
	width:300px;
}

.button
{
	border:1px solid #162983;
	font-family:arial;
	width:145px;
}


/* Anne: aanpassingen 15-2-2010 */
div#logo {
	text-align: center;
	font-family: serif;
	width: 790px;
	height: 120px;
	display: block;
	background-color: #162983;
}

div#logo h1 {
	font-size: 27pt;
	font-weight: normal;
	color: white;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}

div#logo h2 {
	font-size: 13pt;
	font-weight: normal;
	color: white;
	padding: 10px 0 0 0;
	margin: 0;
	text-transform: uppercase;
}

div#logo .red {
	color: red;
}

div#logo .big {
	font-size: 1.2em;
}

li {
	font-size: 0.8em;
}

.actie a {
	text-transform: normal;
	font-size: 10pt;
	display: block;
	color: white;
	background-color: red;
	font-family: arial;
	font-weight: bold;
	padding: 5px;
}
