/* CSS Document */

body {
	margin:0px;
	padding:0px;
	text-align:center;
	font:11px/15px Georgia,"Times New Roman",Serif;
	color: #555558;
	background:#FFF9E8;
}

#container{
	width:65%;
	text-align:left;
	margin-left: auto;
	display:block;
	margin-right:auto;
	background:#fff;
	border-left:2px solid #777;
	border-right:2px solid #777;
	padding-bottom:0;
	margin-bottom:0;
}

#header {
	text-align:right;
	padding:5px;
	background-image: url(images/header.jpg);
	background-align: center center;
	height:130px;
	}
#header h1 {
	font-family:"Century Gothic", "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size:2.1em;
	letter-spacing:0.1em;
	padding:4px;
	margin:0;
	}
	
#menubar {
	border-bottom:2px solid #000;
	background:#9C1E05;
	padding:3px;
	text-align:center;
	color:#fff;
	}
#menubar a {
	text-decoration:none;
	color:#fff;
	}	
#menubar a:hover {
	text-decoration:none;
	border-bottom:2px solid #fff;
	font-weight:bold;
	}

#text {
	align:left;
	overflow:auto;
	height:100px;
	width:83%;
	padding:4px;
	margin-top:0;
	}
#text a {
	text-decoration:none;
	color:#555558;
	}
#text a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#006666;
	border-bottom:0;
	}	
	
#maintable {
	padding:4px;
	bacground:#F4F4F4;
	}
	
#spec {
	padding:4px;
	background:#F4F4F4;
	}
	
#footer {
	padding: 10px;
	background:#9C1E05;
	text-align:center;
	color:#fff;
	font-size:0.9em;
	font-family:"Century Gothic", "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	}
	
#footer a {
	text-decoration:none;
	color:#fff;
	}
#footer a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	border-bottom:2px solid #006666;
	}

	
.image {
	height:100px;
	width:15%;
	padding:4px;
	}
	
.attentie {
	border:1px solid #FF6666;
	text-align:center;
	}
	
.res {
	font-family:Georgia,"Times New Roman",Serif;
	font-size:1.3em;
	font-weight:bold;
	text-align:center;
	}
	
.res2 {
	font-family:Georgia,"Times New Roman",Serif;
	font-weight:bold;
	font-size:1.1em;
	}

.res3 {
	font-size:0.9em;
	}
	
.noborder {
	border:0;
	}
	
.foto {
	text-align:center;
	}		

img {
	border:2px solid #000;
	}

p	{
	padding:2px;
	padding-right:8px;
	padding-left:8px;
	}
	
a	{
	text-decoration:none;
	color:#000;
}

a:hover	{
	text-decoration:none;
	font-weight:bold;
	color:#006666;
	border-bottom:2px solid #006666;
}

