/**
 * POSITION
 * --------
 */
html, body {
    height: 100%;
    max-height:100%;
}

img {
    border:0px;
}
	
body {
    margin: 0;
    font-family: Verdana, Arial, Helvetica;
    text-align: left;
    background:#992035;
    background-image: url(../images/background.png);
    background-position: top center;
    background-repeat:y-repeat;
  
}

#workdiv {
    position:relative;
    margin:0 auto; 
    width: 960px;
    font-family: Verdana, Arial, Helvetica;
    font-size:12px;
    line-height:18px;
    color: #FFFFFF;
   
}
#kop {
    position:absolute;
    width: 960px;
    height: 112px;
    top:0px;
    left:0px;
    background-image: url(../images/kop.png);
    background-position:top left;
    background-repeat:no-repeat;
    xz-index:5;
}
#logo {
    position:absolute;
    width: 501px;
    height: 100px;
    top:2px;
    left:600px;

}
#top {
    position:relative;
    top:0px;
    left:0px;
    width:960px;
    height: 120px;
    
}

#adres {
    position:absolute;
    top:92px;
    left:120px;
    width:100%;
    height:14px;
    
}
#menu {
    position:absolute;
    width:198px;
    top:148px;
    left:0px;
    align:right;
    padding:0px;
    margin:0px;
    z-index:999;
    
}


#content {
    position:absolute;
    width: 560px;
    top: 148px;
    left:220px;
    margin:0px;
    padding:0px;

}
#rechtsspacer {
    position:absolute;
    width:219px;
    height:66px;
    top:112px;
    left:740px;
    background-image: url(../images/titelbalk_rechts.gif);
    background-position:top left;
    background-repeat:no-repeat;
}


#rechts {
    position:absolute;
    width:180px;
    top:178px;
    left:780px;
    z-index:999;
    padding:20px 2px 0px 2px;
 
}


/**
 * STYLING CONTENT
 * --------
 */

#content {
	scrollbar-face-color:#1A171B;
	scrollbar-shadow-color: #3F3F3F;
	scrollbar-highlight-color: #1A171B;
	scrollbar-3dlight-color: #1A171B;
	scrollbar-darkshadow-color: #1A171B;
	scrollbar-track-color: #FF7D00;
	scrollbar-arrow-color: #FF7D00;
}
.contentpaneopen {
	margin:0;
	padding:0;
	font-size: 12px;
	color: #000;
        line-height: 18px;
        letter-spacing: 0.4pt;
}
td.contentheading  {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
        
}

div.componentheading {
        height:30px;
        width:100%;
	font-size: 16px;
        font-family:Arial Black, Arial;
	text-align: left;
	color: #992035;
	background-image: url(../images/titelbalk.jpg);
        background-position:top right;
        background-repeat:no-repeat;
        padding:4px;
        
}

.back_button {
	font-family: arial;
	font-size: 12px;
}
.back_button a:link, .back_button a:visited {
	font-family: "palatino linotype",palatino,serif,Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #FF7D00;
	text-decoration: none;
}
.back_button a:hover {
	color: #FFFFFF;
}


h3 {
        height:39px;
        font-size:12px;
        font-family:Arial black, Arial, Verdana;
        color:#FFF;
        padding:7px 10px 0px 4px;
        margin:0px;
        text-align:right;
        background-image: url(../images/menu_knop.jpg);
        background-position:top left;
        background-repeat:no-repeat;
}
.adres {
       font-weight:bold;
       font-size:11px;
       line-height:normal;
       color:#992035;
       text-align:left;
}
.adres a{
       text-decoration:none;
       color:#992035;
}
.adres a:hover {
       text-decoration:underline;
}


.dienstwijzer {
       font-size:10px;
       color:#000;
       text-laign:left;
}
.dienstwijzer a {
       text-decoration:none;
       color:#000;
}
.dienstwijzer a:hover {
       text-decoration:underline;
}

userForm {
       color:#000;
}
.formContainer {
       
}
fieldset {
     border:1px solid #992035;
     color:#992035;
     font-size:12px;
     font-weight:normal;
}
ol.formContainer {
     color:#000;
     font-size:12px;
     line-height:20px;
}
div.formCaption {
     width:240px;
}
form#Userform br {
     padding:20px;
}


#content a {
     text-decoration:none;
     color:#992035;
     font-weight:bold;     
}

#content a:hover {
     text-decoration:underline;
}
.formRequired {
     color:#992035;
}

.bannerheader {color:#000; padding:5px; text-align:center}
#prolife {padding:20px;color:#9B2639;text-align:center;}
