/******* CSS reset *******/

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
  color:white;
}

a:hover
{
  text-decoration: underline;
  color:#fefefe;
}

body, td, div
{
  margin: 0;
  padding: 0;
  font-size: 12px;
}
div#banner_vert{
	border-right:1px solid white;
}

div#banner_horiz{
	border-left:1px solid white;
	border-bottom:1px solid white;
	border-top:1px solid white;
}
/**************/
	
body
{
	font-family: Arial,Verdana,Helvetica;
	font-size:12px;
}

body#introBody, html#introHtml{
  	background-image:url('');
  	background-color:#ffffff;
  	height:100%;
}

body#introBody img {position:relative;top:10%}
body#introBody span{position:relative;top:105px}


body#introBody div#container{
	text-align:center;
	width:980px;
	margin:0 auto;
  position: relative;
  min-height: 100%;
  height:auto; /* voor moderne browsers */
  height:100%; /* voor IE */
}

div.thema {
	float:left;
	width:310px;
}
div#footer {
	padding:10px;
	font-size:10px;
}
body#introBody div#footer{
	padding-top:100px;
	color:#848486;
}

div.logoColor {
	display:inline;
	color:#cd071e;
	padding:3px;
}

div#wrapper{
	background:#d91c32;
}

div#content {

	padding-left:20px;

}

div#content_center{
		overflow: auto;
	height:480px;
	width:800px;
}

div#animatie{
	height:58px;
	width:100%;
	background:url('/images/layout/animatie.jpg');
}

h1{
	color:white;
	font-size:16px;
}
p
{
  margin-bottom: 5px;
}
	
a
{
	text-decoration:none;
	color:#58585a;
}


#content a,
a:hover {
  color:#ad241e;
}

table#top {
	width:100%;
}

div#menu > a{
	font-size:16px;
	font-weight:bold;
	color:#bcbcbc;
}


div.submenu{
	display:inline;
	padding-left:20px;
	font-size:16px;
}
div.submenu a{
	color:#d9dadb;
	font-weight:bold;
	color:#bcbcbc;

	padding-left:3px;
	padding-right:6px;
}
div#menu > a:hover,
div#menu > a.active {
	color:#d91c32;
	text-decoration:none;
}

div.submenu a:hover,
div.submenu a.active{
	color:#58585a;
	text-decoration:none;

	
}

div#content_center a {
	color:white;
}

div#content_center a:hover{
	color:#fefefe;
	text-decoration:underline;
	font-weight:bold;
	
	}

