/* Opmaak standaard elementen die gelden voor de page template */


.bodycss {
	color: #003882;
    font-family:Arial, Helvetica, sans-serif; 
    font-size: 0.75em;
    background:#FFFFFF;
	margin:0em;
}

#container {
	position: relative;
	width: 80em;
	overflow: hidden;
	margin: auto auto 0.5em auto; 
	text-align:left;	
}

#header{
	background-color: #FFFFFF;
	width: 80em; 
	float: left; 
}

#balk {
	background-image: url(/Images/Header_tcm17-14239.jpg);
	height: 7.16em;
	background-repeat: no-repeat;
}
#balk img{
	margin-left: 3.5em;
	border: none;
}
#topnavigatie{
	float:left;
	height:2em;
    width: 80em;
	background-color: #DA001C;
	color: #FFFFFF;
}
#topnavigatie a{
    color: #FFFFFF;
    text-decoration: none;
}
#topnavigatie a:hover {
    color: #000000;
    text-decoration: none;
}
#topnavigatie .topmenu {
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
	padding-left: 1.5em;
	padding-top: 0.5em;
}
#topnavigatie .navBoven{
    padding:0 5em 0 0;
    float:left;
    text-align:left;
}

#fotobalk {
	float: left;
	width: 80em;
	height: 6.7em;
}

#main {
	position:relative;
	float:left;
	background: #ffffff; 
	width: 80em; 
	margin-top:0.25em;
}

#navlinks {
	float:left;
	width: 19em;
    font-weight: bold;
    margin-bottom: 0px;
	background-color: #003882;
}

#navlinks .nav_gt {
    color: #FF0000;
    font-weight: bold;
	padding-left: 1em;
}
#navlinks .top{
	height:1em;
}
#navlinks .bottom{
	border-top:solid 1px #FFFFFF;
	height:1em;
	margin:0em -0.2em 0em -1.3em;
}
#content{
	float: right;
	width: 60em;
}
#content ul{
	margin-top:-0.5em;
}
#content li{
	margin-left:-2em;
	list-style-image: url(/Images/Punt-5px2_tcm17-14240.jpg);
                margin-bottom:-0.24em;
}
#contentLinks{
	float: left;
	width: 38em;
	line-height:1.5em;
                padding: 0em 1em 0em 1em;
}
#contentRechts{
	float: right;
	width: 19em;
	height: 7.8em;
	background-image: url(/Images/Achtergrond-Wizard_tcm17-14237.jpg);
	background-repeat: no-repeat;
}
#contentRechts #cRwizard{
	margin-top:2em;
	padding-left:1em;
}
#contentRechts #cRwizard img{
	vertical-align:middle;
	border:0;
	width:4em;
}
#contentRechts #cRwizard a{
	color: #FFFFFF;
	text-decoration: none;
                font-weight: bold;
}
#contentRechts #cRwizard a:hover{
	color: #DA001C;
}
#contentRechts img{
	vertical-align:middle;
}  
#voetregel{
	margin-top:2.3em;
	width: 80em;
	float: left;
	height: 1em;
	background-color: #003882;
}

.rechtstussenstuk {
    height: 1.6em;
}

/** begin formulieren css */
  .invoerTekst {
    font-weight: bold;
    color: #003882;
    text-decoration: none;
	float: left;
	width: 10em;
	margin-top: 1em;
  }
  .inputField {
    float:left;
	width: 25em;
	margin-top: 1em;
  }

  .input {
    border: 1px #003882 solid;
    color: #003882;
    font-family:arial,sans-serif,helvetica; 
    font-size:1em;
	width: 20em;
  }

  .melding {
	margin-top:3em;
                color: #FF0000;
                font-weight: bold;
	width: 25em;
  }
/** eind formulieren css */
