/* --- colors used:
light blue: #6179a7
dark blue: #11225a
red: #be1707
*/
body, div, span, form, img, input, textarea, button {
	margin: 0;
	padding: 0;
}

body {
	background-color: #6179a7;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #000;
}

/* ----- Standaar tekst elementen ----- */
a {
	color: #be1707;
	text-decoration: underline;
}

a:hover {
	color: #11225a;
	text-decoration: underline;
}

h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.2em;
	color: #be1707;
}

h2 {
	margin: 5px 0 5px 0;
	padding: 0;
	font-size: 1.0em;
	color: #11225a;
}

p {
	margin: 10px 0;
	padding: 0;
	font-size: 1.0em;
}

p.errorText {
	padding: 5px;
	background-color: #be1707;
	color: #fff;
}

a img {
	border: 0;
}

/* ----- forms ----- */
input.text, textarea.text {
	padding: 2px;
	border: 1px solid #11225a;
	background: #fff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	color: #000;
}

input.button, button {
	padding: 2px;
	border: 1px solid #11225a;
	background: #be1707;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #fff;
}

/* ----- Pagina opbouw ----- */
div.spacer {
	clear: both;
}

div#wrap {
	position: relative;
	margin: auto;
	width: 760px;
	background-color: #f5f5f5;
}

div#head {
	width: 760px;
	height: 43px;
}

div#contentBox {
	clear: both;
	width: 760px;
}

div#topBoxContent {
	width: 730px;
	padding: 5px 15px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #11225a;
}

div#content {
	clear: both;
	width: 700px;
	padding: 15px 30px;
}

div#footer {
	clear: both;
	width: 740px;
	padding: 5px 10px 10px 10px;
	border-top: 1px solid #11225a;
	border-bottom: 1px solid #11225a;
	background: #e5e5e5;
	font-size: 0.8em;
	color: #000;
}

div#copyright {
	text-align: center;
}

div#copyright a {
	color: #11225a;
}

div#copyright a:hover {
	text-decoration: underline;
}

/* ----- menu ----- */
div#menuBox {
	padding: 0 0;
	background-color: #11225a;
	border-top: 0px solid #11225a;
	border-bottom: 1px solid #11225a;
}

ul#menu {
	padding: 5px;
	margin: auto;
	list-style-type: none;
	text-align: center;
}

ul#menu li {
	display: inline;
}

ul#menu li a {
	padding: 5px 10px;
	text-decoration: none;
	color: #fff;
}

ul#menu li a:hover {
	border-bottom: 4px solid #6179a7;
	text-decoration: none;
	color: #fff;
}

ul#menu li a.active {
	text-decoration: none;
	border-bottom: 4px solid #be1707;
	color: #fff;
}

/* ----- submenu ----- */
div#subMenuBox {
	clear: both;
	padding: 0 0 0 0;
	margin: 0;
	background-color: #e5e5e5;
}

ul#subMenu {
	padding: 5px 0;
	margin: 0;
	list-style-type: none;
	width: 100%;
	text-align: center;
}

ul#subMenu li {
	display: inline;
	border-left: 1px solid #11225a;
}

ul#subMenu li.first {
	border-left: 0;
}

ul#subMenu li a {
	padding: 0 5px;
	text-decoration: none;
	color: #11225a;
}

ul#subMenu li a:hover {
	text-decoration: underline;
	color: #be1707;
}

ul#subMenu li a.active {
	text-decoration: underline;
	color: #be1707;
}

/* --- andere elementen --- */
img.image {
	margin: 5px 10px 5px 0px;
	padding: 3px;
	border: 1px solid #be1707;
}
