html { height: 100%; margin: 0px; padding: 0px;}

body{
	margin: 0px;
	padding: 0px;
    height: 100%;
    text-align: center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 17px;
	color: #000000;
}

ul{
	list-style-image: url(../images/bullet.jpg);
	padding-left: 25px;
}

div.main {
    text-align: left;   
    position: relative;
    margin: 0 auto;
    width: 900px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    border: 1px solid white;
}

#achtergrond{
    position: relative;
    margin-top: 10px;
	height: 660px;
	background-repeat: no-repeat;
	background-image: url(../images/bg.jpg);
}

#syncomlogo{
    position: absolute;
    top: 580px;
    left: 806px;
	height: 111px;
	width: 120px;
	background-repeat: no-repeat;
	background-image: url(../images/syncomlogo.jpg);
}

#hoofdmenu{
    position: absolute;
    top: 96px;
    left: 7px;
	height: 400px;
	width: 460px;
}

#pdf{
    position: absolute;
    visibility: visible;
    top: 95px;
    left: 850px;
	height: 26px;
	width: 30px;
}

#teksttitel{
    position: absolute;
    top: 89px;
    left: 490px;
	height: 40px;
	width: 350px;
}

#tekst{
    position: absolute;
    padding-right: 20px;
    top: 135px;
    left: 490px;
/* 	height: 425px; */
	width: 360px;
/* 	overflow-y: auto; */
}

#scrollmenu{
    position: absolute;
    visibility: visible;
    top: 135px;
    left: 855px;
	width: 20px;
}

div.menuBoven{
    position: absolute;
    top: 21px;
    left: 500px;
	height: 12px;
	width: 370px;
}

div.menuBeneden{
    position: absolute;
    top: 656px;
    left: 420px;
	height: 12px;
	width: 370px;
}

a {
	text-decoration: none;
	color: #c52c3e;
}

a img{
	border: none;
}

td.bold{
	vertical-align: top;
	font-weight: bold;
}

.rightimg{
float: right;
margin-left: 10px;
margin-bottom: 6px;
}

.leftimg{
float: left;
margin-right: 10px;
margin-bottom: 6px;
margin-top: 10px;
}