/** Algemene onderdelen **/
body {
  background: #ffffff;
	font-family: "trebuchet MS", verdana, arial, sans serif;
	font-size: 12px;
	text-align: left;
	color: #222222;
	padding: 0;
	margin: 0;
}

a, a:active {
  color: #e30000;
	text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: none;
}

ul, li {
  margin-top: 0;
}

/** onderdelen opbouw **/
#header {
  background: #ffffff url("img/bg_header.jpg") 0 0 no-repeat;
  width: 1080px;
	height: 158px;
	position: relative;
}

#container {
  background: #ffffff url("img/bg_container.jpg") 0 0 repeat-y;
  width: 1080px;
	height: 100%;
  text-align:left;
	padding: 0;
	margin: 0 auto;
  position: relative;
}

#menu {
  background: #e6e6e6 url("img/bg_left.jpg") 0 0 no-repeat;
  width: 262px;
	min-height: 604px;
	float: left;
	padding-left: 50px;
}

#content {
  background: #e6e6e6 url("img/bg_content.jpg") 0 0 no-repeat;
  width: 680px;
	min-height: 589px;
	height: 100%;
	float: left;
	padding: 15px 50px 0 20px;
}

#right {
  background: #e6e6e6 url("img/bg_right.jpg") 0 0 no-repeat;
  width: 18px;
	height: 604px;
	overflow: auto;
	float: left;
}

#footer {
  background: #ffffff url("img/bg_footer.jpg") 0 0 no-repeat;
  width: 1080px;
	height: 27px;
	clear: both;
}

/** Header onderdelen **/
#header {
  text-align: right;
	font-family: Arial;
	margin: 0;
}

#header .titel {
  padding: 20px 40px 0 0;
	margin: 0;
	color: #ffffff;
	font-size: 5.0em;
	font-weight: normal;
}

#header .boven {
  color: #e30000;
	padding: 20px 40px 0 0;
	text-align: right;
	font-size: 1.2em;
	font-weight: bold;
}

#header .onder {
  color: #ffffff;
	padding: 0 40px 0 0;
	font-size: 1.4em;
}

/** Menu onderdelen **/
#menu ul {
  display: block;
  list-style-image: url('img/list_item.gif');
  margin-top: 20px;
}

#menu ul li {
  margin: 0 0 0 10px; 
}

#menu a {
  color: #222222;
	text-decoration: none;
}

#menu a:hover {
  color: #e30000;
	text-decoration: none;
}

#menu .active {
  font-weight: bold;
}

#menu .mailto {
  display: block;
	margin: 10px 0 0 40px;
}

#logos {
  background-color: transparent;
  position: absolute;
	top: 588px;
	left: 83px;
}

#logos img {
  border: 0;
	margin: 1px 0 0 1px;
}

/** Content onderdelen **/
#content h1 {
  color: #222222;
	font-size: 1.4em;
}

#content h2 {
  color: #e30000;
	font-size: 1.1em;
	margin: 0 0 5px 0;
	padding: 0;
}

#content .imgleft {
  float: left;
	margin-right: 10px;
}

#content .imgright {
  float: right;
	margin-left: 10px;
}

/** Tabel onderdelen **/


/** Pagina Introductie **/
#introhead {
  background: transparent url("img/introductie_head.jpg") 0 0 no-repeat;
	width: 221px;
	height: 134px;
	color: #ffffff;
	font-size: 0.9em;
	padding: 5px 220px 5px 210px;
	overflow: hidden;
	position: relative;
	margin: 0 0 20px 0;
}

#introhead h1 {
  position: absolute;
	top: 12px;
	left: 15px;
	color: #e30000;
	font-size: 2.5em;
	font-family: arial;
	margin:0;
	font-weight: bold;
}

#introhead h1 sup {
	font-size: 0.6em;
}

#introhead h2 {
	color: #e30000;
	font-size: 1.1em;
	margin: 5px 0;
}

/** Pagina versiematrix **/
.versiematrix {
  border: 1px solid #dddddd;
	background: #dddddd;
}

#legenda {
  margin: 10px 0 15px 430px; 
}

.versiematrix td {
	background: #ffffff;
}

.versiematrix .tabeltitel td{
  background: #555555;
	text-transform: uppercase;
}

form {
  margin: 10px;
	width: 450px;
	background-color: #f2f2f2;
	padding: 20px 25px;
}

form label {
  float: left;
  width: 200px;

	margin-right: 5px;
}

input {
  width: 200px;
	border: 1px solid #e30000;
	margin-bottom: 5px;
	background-color: #f2f2f2;
}

.radio {
  border: 0;
	width: 12px;
	background-color: transparent;
}

.button {
  margin-left: 205px;
	background: #e30000;
	color: #f2f2f2;
	width: 160px;
	cursor: hand;
}

.msg {
  color: #e30000;
	font-style: italic;
}