/*CC6600 --> FF6309*/

body {
	background-color:#000000;
	font-family:"Trebuchet MS", sans-serif;
	font-size:14.3px;
	}

#container {
	width:750px;
	margin:0 auto;
	}
	
#header{
	width:100%;
	}
	
#navigation {
	width:100%;
	height:20px;
	text-align:right;
	background-color:#333333;
	}
	
#footer {
	width:100%;
	text-align:right;
	background-color:#333333;
	text-align:center;
	clear: both;
	}

#add{
	width:100%;
}
	
.footer_text {
	font-size:10px;

	}

.footer_text a{
	color:#000000;
	text-decoration:none;
	}
	
.footer_text a:hover {
	color:#FF6309;
	}
	
.navicons{
	margin: 2px 5px 2px 0;
	vertical-align:middle;
	}
	
.navicons:hover {
	border-bottom:1px #ffffff dashed;
	}

h1 {
	margin: 10px 0 0 10px;
	font-size:36px;
	color:#FF6309;
	}

h2 {
	margin: 0 0 10px 25px;
	font-size:24px;
	color:#FFFFFF;
	}

h3 {
	margin: 0 0 0 0px;
	font-size:20px;
	color:#FF6309;
	}

	
.navigation_header {
	font-size:18px;
	color:#FF6309;
	margin:0px;
	}
	
#vertinav {
	width:150px;
	float:left;
	}
	
#vertinav ul {
	list-style: none;
	display:inline;  
	}
#vertinav li a{
	margin-left:6px;
	color:#ffffff;
	text-decoration:none;
	padding-left:3px;
	}

#vertinav li a:hover {
	border-left: 3px solid #FF6309;
	}
	
#content {
	width:599px;
	float:right;
	}
	
p {
	color:#FFFFFF;
	margin: 0 5px 20px 5px;
	text-align: justify;
	}
	
a {
	color:#FFFFFF;
	text-decoration:underline;
	}
	
a:hover {
	color:#FF6309;
	text-decoration:none;
	}


/*Vanaf hier heb ik zelf toegevoegd*/

table {
	color: #FFFFFF;
}

#content li {
  color:#FFFFFF;
  }
  
#content h4 {
  color:#FFFFFF;
  }
#content i {
  color:#FFFFFF;
  }
  
img.pad{
  padding-right:6px;
  padding-left:6px;
  padding-top:3px;
}

#vertinav span a {
   color:#FF6309;
   text-decoration: none;
}
