h1 {
	margin-top: 10px;
	font-size: 17px;
	color: #00a6eb;
	border-left: 3px solid;
	border-color: #ffa500;
	padding-left: 8px;
	text-transform: uppercase;
	font-variant: normal;
}
h2 {
	background: #00a1e4;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	margin: 0px;
	padding-left: 2px;
	padding-bottom: 1px;
	border: 0px;
	text-transform: none;
}

h3 {
	font-size: 14px;
	color: #00a1e4;
}

	
/* Hier staan de links van de bovenkant */
#topmenu {
	font-family: Frutiger, Verdana, Arial;
	font-size: 13px;
}
#topmenu li {
	list-style-type: none;
	display: inline;
	padding: 1px;
}
#topmenu li a{
	text-decoration: none;
	border-left: 2px solid #ffa500;
	color: #00a6eb;
	padding-left: 3px;
}
#topmenu li a:visited{
	text-decoration: none;
	color: #00a6eb;
}
#topmenu li a:hover{
	text-decoration: underline;
	color: #00a6eb;
}

.plaatje {
	border: 5px solid #ccc;
	padding: 3px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	
}

body,td,th {
	margin-top: 0px;
	font-size: 11px;
	vertical-align: top;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004080;
}

/* Hier staat de print en sluit venster */
.print {
	font-family: frutiger, verdana;
	font-size: 11px;
	margin-top: 20px;
	margin-right: 60px;
	word-spacing: 2px;
}
.print a {
	text-decoration: none;
	color: #000033;
}
.print a:visited {
	text-decoration: none;
	color: #000033;
}
.print a:hover {
	text-decoration:underline;
	color: #000033;
}
/* De tabel bij contact en routebeschrijving */
.route {
	border: 1px solid #00a1e4;
	margin: 0px;
	background-color: #f5f5f5;

}
.route h1{
	background: #00a1e4;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	margin: 0px;
	padding-left: 2px;
	padding-bottom: 1px;
	border: 0px;
	text-transform: none;
}
