html, body {
	margin-top: 0px;
	background-image:url(../dgn/bg.jpg);
	background-repeat:repeat-x;
	background-color: #FFFFFF;
}
body {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	color: #646464;
	}
#container {
	position:relative;
	margin: 0 auto;
	width: 1024px;
	height: 768px;
	
	background-repeat:no-repeat;
}
#acties {
	position: absolute;
	top: 215px;
	left: 730 px;
	width: 250px;
	height: 100px;
	margin: 0;
	padding: 0;
}
#breadcrums {
	position: absolute;
	top: 315px;
	left: 725px;
	width: 250px;
	height: 100px;
	margin: 0;
	padding: 0;
}
#page {
	position: absolute;
	top: 458px;
	left: 0px;
	width: 1024px;
}
#main {
	position: absolute;
	top: 0px;
	left: 100px;
	width: 850px;
}
#footer {
	text-align: center;
	width: 850px;
	color: #666666;
	font-size: 10px;
	font-family: Tahoma, Arial;
	letter-spacing: 4px;	
}
#footer a {
	color: #666666;
	font-size: 10px;
	font-family: Tahoma, Arial;
	letter-spacing: 2px;	
}

.field {
	font-size: 10px;
	background: white;
	border: solid #646464;
	border-width: 1px;
	height: 15px;
}
.field2 {
	font-size: 10px;
	background: white;
	border: solid #646464;
	border-width: 1px;
}
.knop {
	font-size: 10px;
	background: white;
	border: solid #646464;
	border-width: 1px;
	height: 18px;
}
.knop:hover {
	font-size: 10px;
	background: #333333;
	border: solid #646464;
	border-width: 1px;
	height: 18px;
	color: #FFFFFF;
}
#taal {
	position: absolute;
	top: 130px;
	left: 730px;
	width: 150px;
	margin: 0;
	padding: 0;
}
#taal li {
	list-style: none;
	float: left;
	font-size: 13px;
	line-height: 14px;
	white-space: nowrap;
}

#taal a {
	display: block;
	float: left;
	padding: 0 25px 0 0;
	text-decoration: none;
	font-weight: bold;
	border-left: 1px solid #FFFFFF;
	color: #FFFFFF;
}
#taal a:hover {
	display: block;
	border-bottom: 6px solid #FFFFFF;
}
p, ul, li
{
	margin-top: 0px;
	margin-bottom: 0px;
}
a {
	color: #000000;
	font-style:italic;
	text-decoration: none;
}
a:hover {
	color: #000000;
	font-style:italic;
	text-decoration: underline;

}
.kader {
	color: #000000;
	border: solid 1px #000000;
	background-color: #45b6d6;
}
.header {
	color: #000000;
	border: solid 1px #000000;
	background-color: #7c9541;
	text-align:center;
}

.select {
	color: #000000;
	font-size:10px;
	text-align: center;
}
.noselect {
	color: #666666;
	font-size:10px;
	text-align:center;
}
.drop {
	font-size: 10px;
	background: white;
	border: solid #646464;
	border-width: 1px;
	height: 18px;
}

