BODY
{
	scrollbar-face-color: #086bae; /*blauw*/
	scrollbar-shadow-color: #086bae; /*blauw*/
	scrollbar-3dlight-color: #086bae; /*blauw*/
	scrollbar-highlight-color: #086bae; /*blauw*/
	scrollbar-darkshadow-color: #086bae; /*blauw*/
	scrollbar-arrow-color: #fff301;
	scrollbar-track-color: #f7f7f7; /*lichtgrijs*/
	font-family: Trebuchet, "Trebuchet ms", Arial, Helvetica, SunSans-Regular;
	font-size: 12px;
	background-color: #6ab4fb; /*blauw*/
	color: #2c2c2c; /*donkergrijs*/
	background-image: url(../_images/bg.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
}
.kolom {
	position: absolute;
	top: 0px;
	margin-top: 0px;
	left: 180px;
	width: 544px;
	background-color: #f7f7f7; /*lichtgrijs*/
	border-left:solid 2px #fff301; /*geel*/; 
	border-right:solid 2px #fff301; /*geel*/; 
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
.kolomRechts {
	position: absolute;
	width: 180px;
	left: 744px;
	top: 160px;
	float: left
}

.kolomRechts img {
	border: solid 1px #fff339; /*geel*/
	margin-top: 20px;
}
.rechtstop {
	position: absolute;
	top: 0px;
	width: 180px;
	left: 546px;
	border: solid 0px #fff339; /*geel*/

}
.top {
	top: 0px;
	left: 0px;
}
.tekst {
	top: 0px;
	height: auto;
	padding-left: 20px;
	}
.tekst LI
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
	padding-right: 20px;
}
.tekst H1
{
	color: #086bae; /*blauw*/
	border-bottom: solid 1px #fff301; /*geel*/
    FONT-WEIGHT: bold;
    FONT-SIZE: 18px;
	margin-right: 20px;
}
.tekst H2
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
	color: #086bae; /*blauw*/
	padding-right: 30px;
}
.tekst H3
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
	color: #086bae; /*blauw*/
	padding-right: 30px;
}
.tekst TD
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
}
.tekst P
{
    FONT-WEIGHT: normal;
	padding-right: 20px;
}
.tekst A
{
    COLOR: #086bae; /*blauw*/
    TEXT-DECORATION: underline;
}
.tekst A:hover
{
    TEXT-DECORATION: none
}




.praktijkgegevens {
	position: relative;
	width: 500px;
	height: 36px;
	top: 0px;
	margin-top: 0px;
	background-color: #086bae; /*blauw*/
	margin-bottom: 20px;
	border-top: solid 5px #f7f7f7;
	clear: both;
}
.praktijkgegevens p {
	color: #ffffff;
	font-size: 11px;
	padding-top: 0px;
	padding-left: 8px;
	padding-right: 0px;
}
.praktijkgegevens a {
	color: #ffffff; 
	font-size: 11px;
	text-decoration:underline;
}
.praktijkgegevens a:hover {
	text-decoration:none;
}

