@charset "utf-8";
* {
	padding: 0px;
	margin: 0px;
}
body  {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #main selector */
	color: #FFFFFF;
	background-color: #868686;
	background-image: url(../assets/achtergrond.gif);
	padding: 15px;
}
#outline {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	border: 2px solid #444444;
	margin-right: auto;
	margin-left: auto;
} 
#header {
	background-image: url(../assets/SmederijThys.jpg);
	background-repeat: no-repeat;
	height: 12px;
	background-color: #888888;
	text-align: right;
	padding: 13px;
} 
#mainNav  {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FB9F00;
	border-bottom-color: #FB9F00;
	text-align: center;
	background-image: url(../assets/AchtergrondNavigatie.jpg);
	background-repeat: repeat-y;
	background-position: center;
	height: 179px;
	position: relative;
}
#menuRechts {
	float: right;
}
#menuLinks {
	float: left;
	margin-left: 15px;
	height: 1%;
}
.navigatie {
	text-align: left;
	width: 220px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}
.navigatie ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.navigatie li {
	padding-top: 3px;
	padding-bottom: 3px;
}
.navigatie li a {
	color: #FFFFFF;
	text-decoration: none;
}
.navigatie li a:hover {
	color: #FB9F00;
	text-decoration: none;
}




#mainContent {
	background-image: url(../assets/achtergrondData.jpg);
	background-repeat: repeat-x;
	height: 400px;
	background-color: #868686;
	padding: 8px;
	overflow: auto;
	position: relative;
} 
#footer {
	text-align: center;
	background-color: #666666;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #444444;
} 
#footer p {
	padding: 8px;

}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
.fotoLinks { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	border: 1px solid #FFFFFF;
	margin-bottom: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
