* {
   font-family: Trebuchet MS, Helvetica, sans-serif;
   font-size: 13px;
}
   html, body, div, form, ul, input, dl, dt, dd, li, h1, h2, h3, h4, h5, h6 {
      margin: 0;
      padding: 0;
   }



.clear {
   height: 1px;
   overflow: hidden;
   margin-top: -1px;
   clear: both;
}

.remark {
   display: block;
   padding: 8px;
   font-weight: bold;
   background-color: #EFEFEF;
}

img.image_right {
   float: right;
   margin-left: 10px;
   border: 1px solid #cccccc;
}
img {
   border: 0;
}
a {
   color: #006fb7;
   font-weight: bold;
   text-decoration: underline;
}
   a:hover {
      text-decoration: none;
   }

         h2,
         h3 {
            min-height: 30px;
            padding-top: 20px;
            padding-bottom: 10px;
            font-weight: normal;
            color: #006fb7;
            vertical-align: bottom;
            line-height: 30px;
         }
            * html h2,
            * html h3 {
               height: 30px;
            }
         h2 {
            font-size: 22px;
         }
            h2 .sub {
               font-size: 17px;
               color: #c1d256;
            }
         h3 {
            font-size: 14px;
         }
         
         h4 {
            margin-bottom: 12px;
            font-size: 12px;
            font-weight: bold;
            color: #006fb7;
         }

         p {
            margin: 0;
            padding: 0;
            margin-bottom: 16px;
         }
         
         #main ul {}
            #main ul li {
               list-style: none;
               padding-left: 2em;
               background: url(../gfx/subMenu_bullet.gif) 9px 7px no-repeat;
            }
         
         .date {
            display: block;
            padding-left: 8px;
            font-weight: bold;
            color: #a9cb20;
            background: url(../gfx/subMenu_bulletActive.gif) 1px 6px no-repeat;
         }
			
			
/* Styling for the geldgids page */
.goedgeldwijzerFinishPage #middle {
	width: 100%;
   padding: 0;
}
.goedgeldwijzerFinishPage #left,
.goedgeldwijzerFinishPage #right {
   display: none;
}

.geldgidsPage {}

   .geldgidsPage #right {
   	margin-top: 20px;
   }

#QuestionForm table {
   width: 100%;
}
   #QuestionForm .row1 {
      background-color: #efefef;
   }

	#QuestionForm label {
		padding: 4px;
		display: block;
	}
	#QuestionForm h2 {
		padding-top: 0px;
	}
		
	#QuestionForm label.selected {
		background-color: #bfd0ea;
	}
		#QuestionForm tr:hover label.selected {
			background-color: #0e76bd;
			color: #fff;
		}
   #QuestionForm .question {
   	width: 400px;
   }
	#QuestionForm .result {
		padding: 8px 0px 0px 0px;
		width: 80px;
		text-align: center;
	}
		#QuestionForm .active{
			 background-color: #bfd0ea;
		}
		#QuestionForm td.active:hover{
			 background-color: #0e76bd;
			 color: #fff;
		}

#extraRemark {
   margin-top: 10px;
   padding: 4px;
   background-color: #EFEFEF;
}
   #extraRemark h4,
   #extraRemark p {
      padding: 2px 0;
      margin: 0;
   }


