@charset "utf-8";

/* ALGEMENE EIGENSCHAPPEN LAYOUT*/

body {
	margin: 0px;
	background-image: url(../images/background_september09.jpg);
	background-repeat: repeat;
	background-position:center;
}

h2 {
	color: #a2422f;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#wrap{
	margin: 0 auto;
	width: 950px;
	min-height: 600px;
	height: auto;
	background-repeat:repeat-y;
}

#content{
	margin: 0 auto;
	width: 914px;
	height: auto;
}
#content p {
	margin: 0 0 20px 0;
	padding: 0;
}

/* EIGENSCHAPPEN HEADER*/

#sfeerafbeelding{
	width: 711px;
	height: 362px;
	float: left;
}

#logo{
	position: absolute;
	width: 139px;
	height: auto;
	top: 67px;
	float: left;
	z-index: 2;
	left: 30px;
}

/* EIGENSCHAPPEN HOOFDMENU*/
/*** Wanneer er nieuwe knoppen worden toevoegd, de div submenu inkorten. Samen hebbben ze een hoogte van 354px nodig ***/

#hoofdmenu{
	width: 199px;
	background-color:white;
	position: relative;
	float: left;
}
#hoofdmenu ul {
	margin: 30px 0 30px 20px;
	padding: 0;
	width: 179px;
}
#hoofdmenu ul li {
	width: 179px;
	height: 15px;
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	float: left;
}
h3 {
	font-size: 15px;
	margin: 0;
	padding: 0;
}

.menuitem {
	margin: 0px;
	border: 0px;
	float: left;
}

/* EIGENSCHAPPEN SUBMENU*/
/*** Samen met hoofdmenu een hoogte van 354px ***/

#submenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	margin-left: 20px;
	height: 190px;
	position: relative;
	float: left;
	color: #a2422f;
	text-decoration: none;
	width: 161px;
}

#submenu ul {
	padding: 0px;
	margin: 0px;
}
#submenu ul li {
	list-style: none;
	left: 0px;
}
#submenu ul li a {
	display: block;
	margin: 0px;
	padding-bottom: 6px;
	margin-top: 4px;
	text-decoration: none;
	list-style: none;
	width: 161px;
	color: #a2422f;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}

/* EIGENSCHAPPEN ELEMENTEN ONDER DE HEADER/MENUS*/

#midden{
	width: 710px;
	clear: both;
	position: relative;
	margin: 0 0 0 200px;
}

/* EIGENSCHAPPEN LOGOS LINKS*/

#logos{
	width: 136px;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	padding: 0 30px 0 30px;
	margin: -50px 0 0 0;
	word-spacing: 2px;
}
#logos p {
	margin: 0;
	padding: 0;
}

/* EIGENSCHAPPEN KOPPEN*/

#koppen{
	width: 514px;
	height: 83px;
	float: left;
	position: relative;
	/*margin-left: 200px;*/
}
#categorie{
	width: 514px;
	height: 14px;
	font-family: Helvetica;
	font-size: 11px;
	color: #a2422f;
	padding: 40px 0 0 0;
	letter-spacing: normal;
}
#kop{
	width: 514px;
	height: 29px;
}
#kop h1.kop {
	font-size: 20px;
	color: #72b8da;
	text-decoration: none;
	margin: 0 0 20px 0;
	padding: 0;
}

/* EIGENSCHAPPEN KOPPEN*/

#hoofdtekst{
	width: 514px;
	float: left;
	position: relative;
	font-size: 12px;
	color: #666;
	font-family: Helvetica;
	line-height: 19px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	padding: 10px 0 0 0;
}
#hoofdtekst p {
	padding: 0 10px 0 0;
}
a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #111;
	text-decoration: underline;
}

a.smoel {
	display: block;
	width: 148px;
	height: 163px;
	float: left;
	margin: 5px;
	color: #666;
	text-decoration: none;
	text-align: center;
	padding: 10px 0 0 0;
	background: #eeefff;
	border: 1px solid #fff;
}
a.smoel:hover {
	display: block;
	width: 148px;
	height: 163px;
	float: left;
	margin: 5px;
	color: #666;
	text-decoration: none;
	text-align: center;
	padding: 10px 0 0 0;
	background: #eeefff;
	border: 1px solid #ccc;
}
a.smoel img {
	margin: 0 0 3px 0;
}

div.logo_links {
	position: relative;
	width: 196px;
	height: 361px;
	float: left;
	z-index: 1;
}
div.logo_midden {
	width: 116px;
	height: 361px;
	float: left;
}
div.logo_rechts {
	width: 398px;
	height: 361px;
	float: left;
}
