* {
	margin: 0;
	padding: 0;
}

a:active {
	color: #0066CC;
	text-decoration: none;
}

a:link {
	color: #0066CC;
	text-decoration: none;
}

a:visited {
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	color: #114477;
	text-decoration: underline;
}

body {
	background-color: #E3E3E3;
	color: #000000;
	font-family: Verdana;
	font-size: 18px;
	padding: 10px 0 10px 0;
	text-align: center;
}

div#close {
	clear: both;
	float: left;
	height: 4px;
	width: 770px;
}

div#content {
	background-color: #FFFFFF;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	margin: 10px;
	width: 750px;
}

div#content div#inner_content {
	margin: 10px;
	width: 730px;
}

div#foot {
	background-color: #FFFFFF;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	color: #333333;
	font-size: 10px;
	height: 20px;
	line-height: 20px;
	margin: 0 10px 0 10px;
	text-align: center;
	width: 750px;
}

div#head {
	background-image: url('../img/header.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 80px;
	width: 770px;
}

div#wrapper {
	margin: auto;
	width: 770px;
}

div.clear {
	clear: both;
}

div.advertisement {
/*
	border-color: #939393;
	border-style: solid;
	border-width: 1px;
	width: 728px;
*/
	margin: 0 1px 0 1px;
	width: 728px;
}

div.advertisement.top {
	margin: 0 2px 0 0;
}

div.title_underline {
	border-color: #939393;
	border-style: solid;
	border-width: 0 0 2px 0;
	margin: 20px 0 20px 0;
	width: 730px;
}

div.title_underline.ad {
	margin: 0;
}

div.title_underline.first {
	margin: 0;
}

div.title_underline div.title {
	background-color: #939393;
	background-image: url('../img/title.png');
	background-position: center center;
	background-repeat: repeat-x;
	color: #FFFFFF;
	float: left;
	font-size: 11px;
	font-weight: bold;
	height: 17px;
	line-height: 17px;
	padding: 0 10px 0 14px;
}

div.title_underline div.title_end {
	background-color: #939393;
	background-image: url('../img/title_end.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	float: left;
	font-size: 0px;
	height: 17px;
	width: 4px;
}

form {
	display: inline;
}

form textarea {
	background-color: #EEEEEE;
	border-color: #939393;
	border-style: solid;
	border-width: 1px;
	clear: both;
	margin: 0 0 20px 0;
	padding: 2px;
}

form textarea.top_space {
	margin: 20px 0 20px 0;
}

img {
	border: 0;
	display: block;
	margin:auto;
}

/* Advertentie */
/*
div#head a img {
	border-color: #FADCDC;
	border-style: solid;
	border-width: 2px;
	float: right;
	margin: 22px 24px 0 0;
}
*/

div#head a img {
	border:0;
	float: right;
	margin: 10px 16px 0 0;
}