@charset "UTF-8";
/* CSS Document */


html{
height:100%;
}

body{
margin: 0;
text-align: left;
font-family: Verdana;
font-size: 9pt;
height:100%;
}

a:hover { color:#019CDE; }
a {
	font-family:Verdana;
	color: #EE820F;
    text-decoration:none;
    }

#container {
	margin: 0 auto 0 auto;
	left:0px;
	top:0px;
	width:1024px;
	height:768px;
	text-align: left;
}

#top {
	left:0px;
	top:0px;
	width:1024px;
	height:215px;
}

#kantoorautomatisering {
	float:left;
	left:0px;
	top:215px;
	width:370px;
	height:350px;
}

#grafisch {
	float:left;
	left:370px;
	top:215px;
	width:284px;
	height:350px;
}

#internet {
	float:left;
	left:654px;
	top:215px;
	width:370px;
	height:350px;
}

#bottom {
	margin-left:120px;
	left:0px;
	top:565px;
	width:1024px;
	height:203px;
}

