html{
	overflow:auto;
	}
	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #000000;
	text-align: justify;
	}

h1{
	font-size:12px;
	color:#fff;
	margin-bottom:-1px;
	font-weight:300;
	background:url(../image/h1.gif) no-repeat 0px 5px;
	padding:2px 0 1px 17px;
	}
	
h2{
	font-size:16px;
	color:#fff;
	font-weight:300;
	}	

.werklaag {
	position: absolute;
	width: 950px;
	height: 540px;
	top: 50%;
	left: 50%;
	margin-top: -270px;
	margin-left: -475px;
	z-index: 1;
	}

.top{
	width: 950px;
	height: 125px;
	background-image:url(../image/mitz/logo.gif);
	background-repeat:no-repeat;
	float:left;
	}

	
.auto{
	width:325px;
	height:364px;
	float:left;
	background-image:url(../image/mitz/auto.gif);
	background-repeat:no-repeat
	}
	
.content_top{
	width:625px;
	height:70px;
	float:left;
	background-image:url(../image/mitz/content_top.gif);
	background-repeat:no-repeat;
	}
	
.content{
	width:563px;
	height:294px;
	float:left;
	background-image:url(../image/mitz/content.gif);
	background-repeat:no-repeat;
	padding:0 0 0 20px;
	}
	
.content_left{
	width:42px;
	height:294px;
	float:left;
	background-image:url(../image/mitz/content_left.gif);
	background-repeat:no-repeat;
	}
	
.tekst{
	width: 523px;
	height:250px;
	float:left;
	overflow:auto;
	padding-right:40px;
	scrollbar-3dlight-color:#000;
    scrollbar-arrow-color:#f90;
    scrollbar-base-color:#000;
    scrollbar-track-color:#000;
    scrollbar-darkshadow-color:#000;
    scrollbar-face-color:#000;
    scrollbar-highlight-color:#000;
    scrollbar-shadow-color:#000;
	}
	


.image {
	float:left;
	margin-right:15px;}

#clear {
        clear: both;
}

