/* CSS Document */

html {
overflow-y: scroll;   /* this will allways display the scrollbar */
}
			body{
		   margin-top:0px;
		   margin-bottom:0px;
		   margin-left:0px;
		   margin-right:0px;
		   font-family:Tahoma;
		   font-size:12px;
		   color:#000000;
		   background-color:#ffffff;
		   width:100%;
		   height:100%;
		   }
		   
		   #header{
		   background-image:url(../images/headerStripBg.jpg);
		   background-repeat:repeat-x;
		   height:98px;
		   }
		   
		   .subheader{
		   font-family:Tahoma;
		   font-size:15px;
		   color:#ffffff;
		   font-weight:bold;
		   text-decoration:underline;
		   }
		   
		   .smalltext{
		   font-family:Tahoma;
		   font-size:10px;
		   color:#ffffff;
		   }
		   
		   #menu{
		   background-image:url(../images/menuStripMenu.jpg);
		   background-repeat:repeat-x;
		   height:45px;
		   }
		   
		   #menutext{
		   font-family:Tahoma;
		   font-size:12px;
		   font-weight:bold;
		   color:#ffffff;
		   text-align:center;
		   height:20px;
		   padding-top:15px;
		   }
		   
		    a:link {
		    color: #ffffff; 
			text-decoration:none;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			
			font-size:12px;
			}
			a:visited {
			color: #ffffff;; 
			text-decoration:none;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			
			font-size:12px;
			}
			a:hover {
			color: #ff0000; 
			text-decoration:none;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			
			font-size:12px;
			}
			a:active {
			color: #ffffff;; 
			text-decoration:none;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			
			font-size:12px;
			}
		   
		    #content {
		   position: absolute;
		   top: 150px;
		   width:100%;
		   background-color:#ffffff;
		   border:0px #cccccc solid;
		   margin-top:10px;
		   margin-bottom:10px;
		   float:left;
		   }
		   
		   input{
		   background-color:#cecece;
		   border:0px solid #cccccc;
		   }
		   
		   input:focus{
		   background-color:#cecece;
		   border:0px solid #cccccc;
		   }
		   
		   
		   #leftpanel{ 
		   left: 0;
		   width: 20%; 
		   float:left;
		   border:0px #cccccc solid;
           }
		   
		   
		   #leftbox1{

		   left: 0;
		   background-image:url(../images/roundedCorBox.jpg);
		   background-repeat:no-repeat;
		   width:228px;
		   height:216px;
		   margin-bottom:20px;
		   margin-left:10px;
		   }
		   
		   #leftbox2{
 
		   left: 0;
		   background-image:url(../images/roundedCorBox.jpg);
		    background-repeat:no-repeat;
		   width:228px;
		   height:216px;
		   margin-bottom:20px;
		   margin-left:10px;
		   }
		   
		   #leftbox1Innerbox{
		   margin-left:10px;
		   margin-right:10px;
		   }
		   
		   #leftbox2Innerbox{
		   margin-left:10px;
		   margin-right:10px;
		   }
		   
		   #details{
		    color:#000000;
			top: 150px;
			width:100%;
			height:100%;
			float:left;
			margin-left:15px;
			margin-right:10px;
			border:0px #cccccc solid;
			}

.voorwaarde_titel{
			margin-left:10px;
			font-size:17px;
			color:#000000;
			font-weight:bold;
}

.paragraaf{
			font-size:12px;
			color:#000000;
			text-align:center;
			
}

.voorwaarde_tekst{
			margin-left:15px;
			font-size:12px;
			color:#000000;
}

			

			.textHeading{
			font-family:Tahoma;
			font-size:25px;
			color:#DDDDDD;
			font-weight:bold;
				}
			    

           #rightpanel {
		   right: 0;
		   width: 20%; 
		   float:right;
		   border:0px #cccccc solid;
			  
           }
		   
		   #rightbox1{
		   top: 150px; 
		   left: 0;
		   background-image:url(../images/roundedCorBox.jpg);
		    background-repeat:no-repeat;
		   width:228px;
		   height:216px;
		   margin-bottom:20px;
		   margin-left:10px;
		   margin-right:10px;
			  
           }
		   
		   #rightbox2{
		   top: 150px; 
		   left: 0;
		   background-image:url(../images/roundedCorBox.jpg);
		    background-repeat:no-repeat;
		   width:228px;
		   height:216px;
		   margin-bottom:20px;
		   margin-left:10px;
		   margin-right:10px;
		   }
		   
		   #rightbox1Innerbox{
		   margin-left:10px;
		   margin-right:10px;
		   }
		   
		   #rightbox2Innerbox{
		   margin-left:10px;
		   margin-right:10px;
		   }
		   
		   
			#footerBar
			{
			width:100%;
			background-image:url(../images/footerBgStrip.jpg);
			background-repeat:repeat-x;
			height:45px;
			clear:both;
			vertical-align:middle;
			text-align:center;
			}
			
			#footerText
			{
			font-family:Tahoma;
			font-size:12px;
			color:#AAAAAA;
			text-align:center;
			height:20px;
			padding:15px 0 0 0;

			}
			
			#footerText a 
			{
			font-family:Tahoma;
			font-size:12px;
			color:#AAAAAA;
			text-align:center;
			height:20px;
			padding:15px 0 0 0;

			}


			#footerText a:hover 
			{
			font-family:Tahoma;
			font-size:12px;
			color:#AAAAAA;
			text-align:center;
			text-decoration:underline;
			height:20px;
			padding:15px 0 0 0;

			}

			
			
			