﻿.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #666666;
	height: 30px;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #333333;
	border-right-width: thin;
	border-right-style: solid;
	position: fixed;
	top: 0px;
	width: 100%;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	min-width:900px;
}
.header ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #CCC;
	display: inline;
	list-style-type: none;
}
.header li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}
.header a:visited {
	color: #CCC;
}
.header a:hover {
	color: #FFF;
	text-decoration: underline;
}
.header a {
	color: #DDD;
	text-decoration: none;
}

.container {


}
.logo {
	width: 900px;
	height: 150px;
	background-image: url(images/logo.png);
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.hoofdtekst {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	width: 800px;
	height: auto;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #141241;
	border-left-color: #141241;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 50px;
	line-height: 16px;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	width: 900px;
	height: 75px;
	background-color: #666666;
	border-top-width: 0px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #333;
	text-align: left;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-bottom: 2px;
	margin-bottom: 20px;
	width: 570px;
}


.menu ul {
	list-style-type: none;
	width: 100%;
	float: left;
	margin: 0;
	text-align: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;

}

.menu ul li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu ul li a {
	float: left;
	width: 150px;
	height: 4.4em;
	letter-spacing: 0.1em;
	color: #fff;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-variant: normal;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #333;
	text-decoration: none;
}
.menu ul li a span {
  display: block;
  padding: 2px 7px;
}

.menu ul li a span.desc {
	font-size: 11px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

.menu ul li a:visited {
	color: #FFF;
}
.menu ul li a:hover {
	color: #FFF;
	text-decoration: none;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #DDD;
}
.menu ul li a:hover span.desc {
  color: #FFF;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 5px;
	width: 890px;
	height: 20px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #333333;
	background-image: url(images/footer_back.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.footer a:visited {
	color: #FFF;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
a {
	color: #333;
	text-decoration:underline;
}
.righttextbox {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	float: right;
	width: 175px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-top: 30px;
}


.righttextbox h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #333;
	text-align: left;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-bottom: 2px;
	margin-bottom: 15px;
	width: 175px;
}

a:visited {
	color: #333;
}
a:active {
	color: #666;
}
a:hover {
	color: #666;
	text-decoration:none;
}
.imgleft {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.imgright {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
h3 {
	font-style: italic;
	color: #333;
}

