/* --- MAIN.CSS - navigatieinformatie --- */

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

body, p, td, h1, h2, h3, h4, h5, h6, input, textarea, select {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000000;
}

a {
	color: #000000;
}

body {
	font-size: 0.8em;
	line-height: 1.25em;
}

p {
	margin: 0 0 18px;
}

.logo {
	margin-left: 448px;
	margin-top: 25px;
	margin-bottom: 5px;
}

li, ul {
	margin: 2px;
	padding: 0px;
}

.navigatie {
	width: 740px;
	background-color: #DDDDDD;
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 10px;
	font-weight: bold;
	margin-top: 1px;
}

a.anavigatie:link, a.anavigatie:visited
{
	color: #000000;
	text-decoration: underline;
}

a.anavigatie:hover, a.anavigatie:active
{
	color: #FF0000;
	text-decoration: none;
}

.content {
	width: 730px;
	padding: 10px;
}

h1 {
	font-size: 1.2em;
	margin-bottom: 8px;
}

h2 {
	font-size: 1.0em;
	margin-bottom: 8px;
}

.nieuws {
	font-size: 0.8em;
}

.advertenties a {
	font-weight: bold;
}
