@charset "UTF-8";
h1 {
	font-size: 16px;
	font-weight: normal;
	font-weight: bold;
	margin-bottom: 10px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}

h3{
	display: inline;
	font-weight: normal;
	font-size: 14px;
}

* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#wrapper {
	width: 1260px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	background-image: url(../images/achtergrond.jpg);
}
#wrapper #logo {
	height: 265px;
	width: 1260px;
	background-image: url(../images/logoAchtergrond.jpg);
	background-repeat: no-repeat;
}
#wrapper #logo #logoDygra {
	height: 89px;
	width: 219px;
	padding-top: 93px;
	padding-left: 30px;
}
#wrapper #body {
	width: 1223px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#wrapper #body #navigatie {
	height: 1200px;
	width: 246px;
	float: left;
	background-image: url(../images/naviAchter.jpg);
	background-repeat: no-repeat;
}
#wrapper #body #navigatie #navigatieTekst {
	height: 1200px;
	width: 182px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
}
#wrapper #body #tekst {
	width: 737px;
	margin-left: 285px;
	clear: right;
	background-image: url(../images/tekstBalk.jpg);
	background-repeat: no-repeat;
	height: 1200px;
}
#wrapper #body #tekstRechts {
	width: 148px;
	margin-right: 18px;
	background-image: url(../images/tekstBalkKlein.gif);
	background-repeat: no-repeat;
	float: right;
	clear: left;
	margin-top: -1201px;
}
a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#comboboxlinks {
	position: absolute;
	top: 11px;
	left: 7px;
}

#linkscomboboxlinkslist {
        padding-left: -10px;
}

#comboboxlinkslist {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	margin: 14px 0 0 -1px;
	padding: 0;
}
 
ul.comboboxlinks {
	position: relative;
	margin: 0;
	padding: 0;
	width: 180;
	display: block;
	border: 1px solid #999;
	text-indent: 3px;
}
 
ul.comboboxlinks li {
	line-height: 14px;
	list-style-type: none;
	background-color: #fff;
	color: #000;
}
 
ul.comboboxlinks li ul {
	left: 0;
	margin: 0;
	padding: 0;
	width: 176px;
	border: 1px solid #999;
	display: block;
}
 
ul.comboboxlinks a.combox-btn {
	position: relative;
	width: 16px;
	height: 14px;
	margin: -14px 0 0 0;
	background: url(../images/comboboxBut.jpg);
	text-decoration: none;
	font-size: 1px;
	line-height: 1px;
	display: inline;
	float: right;
	cursor: auto;
}
 
ul.comboboxlinks a.combox-btn:hover {
	background: url(../images/comboboxBut2.jpg);
}
 
ul.comboboxlinks li ul li a {
	text-decoration: none;
	color: #000;
	display: block;
	width: 100%;
	cursor: auto;
}
 
ul.comboboxlinks li ul li a:hover {
	background-color: #A6A8AC;
	color: #075CAE;
}
