/* CSS Document */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000939;
	font-size: 12px;
	line-height: 20px;
}

div#horizon {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -320px;
	text-align: center;
	min-width: 900px; 
	height: 570px;
	border: 0px;
}

div#wrapper {
	position: relative;
	text-align: left;
	width: 1012px;
	height: 680px;
	margin: 0px auto;
	border:thin #e6e6e6 solid;
	background-color: #ffffff;
	}
	
div#navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000939;
	text-align: center;
	width: 100%;
	margin-top: 30px;
	margin-left: 20px;
	height: 90px;
	}

.nav1 {
	color: #000939;
	}

a#chosen1 {
	color: #ff0000;
	}
	
a.nav1:link {
	color: #000939;
	text-decoration : none;
	} 

a.nav1:visited {
	color: #000939;
	text-decoration : none;
	} 

a.nav1:hover {
	color: #ff0000;
	text-decoration : none;
	}

.nav2 {
	color: #000939;
	}

a#chosen2 {
	color: #ff7300;
	}
	
a.nav2:link {
	color: #000939;
	text-decoration : none;
	} 

a.nav2:visited {
	color: #000939;
	text-decoration : none;
	} 

a.nav2:hover {
	color: #ff7300;
	text-decoration : none;
	}
	
.nav3 {
	color: #000939;
	}

a#chosen3 {
	color: #ffc100;
	}

a.nav3:link {
	color: #000939;
	text-decoration : none;
	} 

a.nav3:visited {
	color: #000939;
	text-decoration : none;
	} 

a.nav3:hover {
	color: #ffc100;
	text-decoration : none;
	}
	
.nav4 {
	color: #000939;
	}

a#chosen4 {
	color: #268f3a;
	}

a.nav4:link {
	color: #000939;
	text-decoration : none;
	} 

a.nav4:visited {
	color: #000939;
	text-decoration : none;
	} 

a.nav4:hover {
	color: #268f3a;
	text-decoration : none;
	}
	
.nav5 {
	color: #000939;
	}

a#chosen5 {
	color: #0000ff;
	}

a.nav5:link {
	color: #000939;
	text-decoration : none;
	} 

a.nav5:visited {
	color: #000939;
	text-decoration : none;
	} 

a.nav5:hover {
	color: #0000ff;
	text-decoration : none;
	}
	
	/* formulier elementen */

input, textarea {
	font-family:Arial, Helvetica, sans-serif ;
	border: 1px solid #666666;
	color: #555555;
	font-size: 12px;
}

input.text {
	width: 300px;
}

textarea.text {
	width: 305px;
}
 
input.radio {
	border: 0px none #666666;
}


