/* CSS Document */

body {
	background-color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

table {
	width: 400px;
	border: 0px;
	font-weight: normal;
}

div#frame {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}

div#menulinks {
	float: left;
	width: 355px;
	height: 535px;
}

div#frequentie {
	float: left;
	width: 600px;
	height: 80px;
	background-image: url(../images/navigatie/Ontwerp_freq.jpg);
	background-repeat: no-repeat;
}

div#midden {
	float: left;
	width: 470px;
	height: 455px;
	color: #DDDDDD;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	border: 0px;
}

div#kruimelpad {
	padding-left: 13px;
	height: 84px;
	margin-top: 6px;
}
	
/*IE fix*/
html>body #kruimelpad {
	margin-top: -4px;
	}	
	
div#content {
	padding-left: 13px;
	padding-right: 5px;
	height: 350px;
	overflow: auto;
	margin-top: 10px;
}

/*IE fix*/
html>body #content {
	margin-top: -2px;
	height: 363px;}
	
div#toren {
	float: left;
	width: 130px;
	height: 360px;
	background-image: url(../images/navigatie/Ontwerp_toren.jpg);
	background-repeat: no-repeat;
}

div#menurechts {
	float: left;
	width: 130px;
	height: 95px;
}

/* h1 is normale tekst, h2 is de grootste kop, h3 is het kruimelpad en h4 is cursief */

h1 {
	font-size: 10pt;
	font-weight: normal;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
	font-variant: normal;
}

h3 {
	font-size: 8pt;
	color: #999999;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

h4 {
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
}

a {
	color: #DDDDDD;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	font-weight: normal;
}

#kruimelpad a {
	color: #999999;
	text-decoration: none;
	font-weight: normal; 
}

#kruimelpad a:hover {
	color: #DDDDDD;
}

