/* STYLESHEET HERMAN-DIGITAAL */



/* Essential elements */

body, html {

	font: 12px Arial;

	color:#5d5c5c;

	background-color: #f1f1f1;

	margin: 0;

	padding: 0;

}

a {

	text-decoration: none;

	color: #279cc0;

}

a:hover {

	font-weight: bold;

}



/* Container */

div#container {

	margin: auto;

	padding: 0;

	width: 780px;

}



/* Header */

h1 {

	width: 780px;

	height: 251px;

	background: url('images/header.jpg');

	margin: 0;

	padding: 0;

}

h1 a {

	text-indent: -9999px;

	display: block;

	width: 100%;

	height: 100%;

}



/* Menu */

ul#menu {

	width: 170px;

	height: 538px;

	float: left;

	background: #000000 url('images/menu1.jpg');

	margin: 0;

	padding: 8px 0;

}

ul#menu li {

	list-style: none;

	color: #FFFFFF;

	font-weight: bold;

	vertical-align: middle;

	height: 21.5px;

	width: 170px;

	margin-bottom: 1px;

}

ul#menu li a {

	color: #FFFFFF;

	display: block;

	width: 100%;

	height: 100%;

	padding: 0px 0 0px 35px;

}



/* Content */

div#content {

	float: left;

	width: 404px;

	background-color: #FFFFFF;

	height: 544px;

	margin-bottom: 10px;

	overflow-y: auto;

}

h2 {

	color: #3bb8df;

}

h3 {
	color: #279cc0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}



/* Ads */

div#ads {

	width: 206px;

	height: 554px;

	float: left;

	background: #000000 url('images/ads1.jpg');

}

div#ads table {

	width: 190px;

	margin: 7px auto;

	float: right;

}

div#ads table td {

	text-align: center;

	padding: 9px;

	background: url('images/ads_separator.jpg') no-repeat bottom center;

}





/* Footer */

div#footer {

	width: 780px;

	height: 35px;

	background: #000000;

	color: #FFFFFF;

	font-size: 10px;

}

div#footer a {

	color: #FFFFFF;

}

div#footer div#link {

	padding-top: 12px;

	padding-left: 10px;

	display: block;

	width: 200px;

	float: left;

}

div#footer div#copyright {

	padding-top: 12px;

	padding-right: 10px;

	display: block;

	width: 200px;

	text-align: right;

	float: right;

}
.rood {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F00;
	text-decoration: underline;
}
