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

/* body styles */
body {
	margin:10px;
	font-weight: normal;
	color:#000000;
	background-image: url(../images/achtergrond.gif);
	background-position:left 20px;
	background-repeat:no-repeat;
	background-color:#ffff99;
	width:994px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* Styles voor menu */
#menu {
	position:absolute;
	top:321px;
	left: 9px;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 195px;
}
#nav li { /* all list items */
	position : relative;
	float : left;
	margin-bottom : -1px;
	width: 195px;
}
#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 195px;
	margin-top : -2em;
}
#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}
#nav li a {
	width: 195px;
	display : block;
	text-decoration : none;
	color:#000000;
	line-height:2em;
	text-align:center;
}
#nav li a:hover {
	background-color:#cccc66;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	border-left-style:solid;
	border-left-width:1px;	
	background-color:#cccc66;
}
li .cursorDefault	{
	cursor:default;
}
#zongLogo {
	position:absolute;
	top:570px;
	left:10px;
}
#nav .clear {
	clear:left;
}

/* styles for header */
#headertext {
	position:absolute;
	top:20px;
	left:300px;
}
.vlag	{
	position:relative;
	top:-30px;
	left:450px;
}
.groot {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#000000;
}
/* Styles for content */
#content {
	margin-top:100px;
	float:right;
	width:760px;
}

li #content {
	list-style-type: disc;
}
.rechts {
	float:right;
	margin-left:10px;
	margin-right:10px;
}
.center	{
	margin-left:250px;
	
	
	
}
/*-------------------------------contact formulier------------------------------*/
fieldset {
	border:outset #f3b4f5;
	border-color:#cccc66;
	padding: 0 1em 1em 1em;
	width:400px;
}
#vragen fieldset	{
	width:700px;
}
legend {
	font-weight:bold;
	padding: 1em;
	color:#000;
}
label, input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}
label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}
#vragen label	{
	width:290px;
}
#vragen input	{
	width:25px;
}
#verstuur label {
	width: 150px;
	padding-right: 20px;
}
fieldset br {
	clear: left;
}
input[type="submit"], input[type="reset"] {	
	margin: 10px;			
	background-color: #b3b300;
}
/*-------------------------------berichten formulier------------------------------*/
#berichten fieldset	{
	width:700px;
}
/*-------------------------------Nieuws blok------------------------------*/
.nieuws {
	float:right;
	margin-left:10px;
	padding:5px;
	width:350px;
	height:440px;
	background-color:#cccc66;
}
.nieuwskop {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

