
/*------------------------------*/
/* General */
/*------------------------------*/

html, body {
	height:100%;
	}

body {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-top:0px;
	background:#e90f8a;
	}

/*------------------------------*/
/* Global Settings */
/*------------------------------*/

a 		{text-decoration:none;}
a:hover {text-decoration:underline;}

ul { margin:0; padding:0; list-style:none;}
ol { margin: 0 0 0px 0;	padding : 0; list-style : none;	}
li { margin: 0 0 1px 0;	padding: 0 0 0 0px; }

img { border:0; }

span, form { margin:0; padding:0; }

.clear {
	clear:both;
	width:100%;
	visibility:hidden;
	position:relative;
	}

/*------------------------------*/
/* Font Style*/
/*------------------------------*/

h1 { 
	font-family:Arial;
	font-size:16px;
	color:#e90f8a;
	text-decoration:none;
	font-weight:bold;
	}

h2 { 
	font-family:Arial;
	font-size:16px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	}

h3 { 
	font-family:Arial;
	font-size:12px;
	color:#e90f8a;
	text-decoration:none;
	font-weight:bold;
	}

b, strong {
	font-weight:bold;
	color:#3366FF;
	}

#content a{
	font-family:Arial;
	color:#e90f8a;
	text-decoration:none;
	font-weight:bold;
	}

#content a:hover{
	font-family:Arial;
	color:#2daae2;
	text-decoration:none;
	font-weight:bold;
	}


/*------------------------------*/
/* Header*/
/*------------------------------*/

#header {
	position:relative;
	margin:0 auto;
	width:901px;
	height:207px;
	}
	#hlogo {
		position:relative;
		float: left;
		height:207px;
		width:234px;
		}
	#nav {
		position:relative;
		float:right;
		background:url(../images/site_04.jpg);
		width:667px;
		height:207px;
		text-align:right;
		}
		.menu{
			position:absolute;
			height: 74px;
			margin-top:120px;
			font-family:Arial;
			font-size:11px;
			color:#e90f8a;
			text-decoration:none;
			font-weight:bold;
			right:95px;
			text-align:right;
			}
		.menu a{
			font-family:Arial;
			font-size:11px;
			color:#e90f8a;
			text-decoration:none;
			font-weight:bold;
			}
		.menu a:hover{
			font-family:Arial;
			font-size:11px;
			color:#2daae2;
			text-decoration:none;
			font-weight:bold;
			}
			.menu table {
				width:344px;
				text-align:right;
				}
				.menu td {
				 	text-align: right;
					}
#content {
	position:relative;
	margin:0 auto;
	width:696px;
	background:url(../images/site_07.jpg) repeat-y;
	padding-top:10px;
	padding-left:110px;
	padding-right:95px;
	}
	#content:after {	
		content:".";
		height:0;
		display:block;
		clear:both;
		visibility:hidden;
		}
		table {
			padding:0;
			margin:0;
			width:696px;
			}
			#tableLeft {
				vertical-align:top;
				width:343px;
				}
			#wrapper {
				width:10px;
				}
			#tableRight {
				width:343px;
				text-align:left;
				vertical-align:top;
				
				}
			#afbeelding {
				border: 1px solid #2daae2;
				}

#footer {
	position:relative;
	margin:0 auto;
	width:901px;
	height:100px;
	background:url(../images/site_09.jpg) no-repeat;
	}

