@charset "utf-8";
/* CSS Document Visotek.nl*/


body {
	margin:0;
	height:100%;
	background-color:#333;
	color:#fff;
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
	}

h1{
	font-size:1.1em;
	font-weight:bold;
	margin:-1px;
	color:#000;
	}
	
h2{
	font-size:1em;
	font-weight:bold;
	margin:-1px;
	color:#f90;
	}
	
.oranje{
	color:#FF9900;
	}
	
ul li{
	list-style:none;
	background-image:url(../image/mitz/bullet.jpg);
	background-repeat:no-repeat;
	padding: 0px 0px 0px 15px;
}	

.plain{
	list-style:none;
	padding:0 0 0 15px;
	}
	
.container{
	width:955px;
	height:100%; 
	margin: auto;
	}
	
.top{
	background-image:url(../image/mitz/kop2.jpg);
	width:955px;
	height: 150px;
	float:left;
	}
	
.menubg{
	width:230px;
	height:39px;
	background-image:url(../image/mitz/links_menu.jpg);
	float:left;

}

.foto_container{
	width:240px;
	height:690px;
	float:left;
	}
	
.foto_container_home{
	width:240px;
	height:375px;
	float:left;
	}
	
.container_tekst{
	width:550px;
	height: auto;
	margin-left: 50px;
	margin-top: 90px;
	float:left;
	color:#000000;
	font-size:0.8em;
	line-height: 1.5em;
	}

.foto_rij{
	background-image:url(../image/mitz/foto_kader.jpg);
	background-repeat:no-repeat;
	width: 183px;
	height:135px;
	margin-top: 90px;
	margin-left: 52px;
	float:left;
	}
	
.foto_rij_home{
	background-image:url(../image/mitz/foto_kader.jpg);
	background-repeat:no-repeat;
	width: 183px;
	height:273px;
	margin-top: 90px;
	margin-left: 52px;
	float:left;
	}	
	
.content{
	background-image:url(../image/mitz/content.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	width: 955px;
	height:100%;
	float:right;
	}
	
.onder{
	background-image:url(../image/mitz/bottom.jpg);
	height:327px;
	width:955px;
	float:left;
	}
	
.ftr{
	background-image:url(../image/mitz/ftr.jpg);
	height:33px;
	width:955px;
	float:left;
	}

.ftr_tekst{
	width:925px;
	padding-left:30px;
	padding-top: 7px;
	font-size: 0.8em;
	color:#fff;
	font-weight:bold;
	}
	
	
#clear {
        clear: both;
}

a.visotek:link {
	text-decoration: none;
	color: #fff;
}
a.visotek:visited {
	text-decoration: none;
	color: #fff;
}
a.visotek:hover {
	text-decoration: none;
	color: #000;
}
a.visotek:active {
	text-decoration: none;
	color: #fff;
}


a.mitz:link {
	font-size:0.7em;
	text-decoration: none;
	color: #fff;
	padding-left: 175px;

}
a.mitz:visited {
	font-size:0.7em;
	text-decoration: none;
	color: #fff;
	padding-left: 175px;

}
a.mitz:hover {
	font-size:0.7em;
	text-decoration: none;
	color: #333;
	padding-left: 175px;

}
a.mitz:active {
	font-size:0.7em;
	text-decoration: none;
	color: #fff;
	padding-left: 175px;
}

a.tekstlink:link {
	text-decoration: none;
	color: #000;
}
a.tekstlink:visited {
	text-decoration: none;
	color: #000;
}
a.tekstlink:hover {
	text-decoration: none;
	color: #f90;
}
a.tekstlink:active {
	text-decoration: none;
	color: #f90;
}