/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
}

html {
	
	background: url(../images/bg_html.jpg) repeat-y left top;
	overflow-y: auto;
	overflow-x:hidden;
}

body {
	height: 100%;
	background: url(../images/bg_body.png) no-repeat 10px 10px;
	font-family: Verdana, Helvetica, sans-serif;
	padding:0;
	margin:0;
	color: #666;
}
#wrapper {
	width: 1024px;
	margin: 10px auto;
	padding:0;
}
#header {
	position:relative;
	height:150px;
	background:url(../images/header.jpg) no-repeat top left;
}
#header h1 {
	color:#CCFF99;
	padding: 20px 0 0 30px;
}
#navigation {
	width:100%;
	padding:10px 0 0 145px;
}
#navigation div.moduletable a {
	font-size: 75%;
	text-decoration: none;
}
#left {
	width: 150px;
}
#content {
	float:left;
	width:600px;
	margin:0 0 0 140px;
	padding: 5px 40px 0 30px;
	background: url(../images/bg_middle.png) repeat-y -20px top;
}
#right {
	float:left;
	width:200px;
	padding:0 0 0 10px;
	margin:0;
}
#right img {
	border:3px inset #fff;
}
#right div.moduletableMemo {
	color:#FFCC66;
	font-size:13px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	background-color:#336666;
	padding:10px;
	margin:0;
}
#right div.moduletablenieuws {
	color:#FFCC66;
	font-size:14px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	background-color:#336666;
	padding:10px;
	margin:0 10px 10px 10px;
}
.search {
	padding: 20px 0 0 30px;
}
#user1 div.moduletablelogo {
	position:absolute;
	top:220px;
	left:750px;
}
#content .logo {
	border:none;
}
#content .voetnoot {
	border:none;
	padding: 10px 0 0 150px;
}
#footer div.moduletablevoetnoot {
	padding:0 0 10px 30px;
}
#footer {
	clear:both;
	height:100px;
	width:100%;
	padding:5px 0 15px 300px;
	color:#FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}
#content .componentheading {
	display:none;
}
#content h1, h2, h3, h4, h5, h6 {
	font-family:Helvetica, Geneva, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #666;
	padding: 30px 0 0 30px;
}
#content p, li {
	font-family: Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #666
}
#content p {
	line-height:130%;
	font-size:90%;
	padding:0 30px;
	padding-bottom:10px;
}
#content em {
	line-height:145%;
	font-size:100%;
}
#content h1 {
	padding:20px 0 5px 30px;
	font-size: 140%;
	margin:0 0 10px 0;
	color:#FF9933;
	border-bottom: 1px solid #FF9933;
}
#content h2 {
	font-size: 90%;
	padding-top: 20px;
	font-weight: bold;
	font-style: italic;
	line-height:130%;
	padding: 10px 0 10px 30px;
	color: #666;
}
#content h3 {
	padding:10px 0 0px 30px;
	color:#FF9933;
	margin: 0 0 15px 0;
	font-size: 100%;
	border-bottom: 1px dashed #FF9933;
}
#content h4 {
	text-align: center;
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
	line-height:130%;
	padding: 10px 40px 10px 30px;
	margin:10px 0 0px 0;
	color: #AE8F0F;
}
#content h5 {
	font-size: 110%;
	font-weight: normal;
	padding: 10px 0 10px 40px;
	margin:10px 0 10px 0;;
	color: #FF0000;
}
#content h6 {
	font-size: 70%;
	text-align:center;
	font-weight: normal;
	padding:0px 0 10px 40px;
	font-style: italic;
	margin:0;;
	color: #AE8F0F;
}
#content img {
	margin: 0px -60px 10px 10px;
	text-align: right;
	border:outset 2px #000;
}
#content table {
	padding:0px;
	margin:0px;
	border-collapse:collapse;
}
#content table.foto img {
	padding:5px;
	border:3px groove #FFFFCC;
}
#content li {
	padding: 5px 0 0 10px;
	margin-left:55px;
	font-size:90%;
	line-height:120%;
	list-style-type:disc;
}
#content div.contentpaneopen a:link, a:visited {
	font-size: 100%;
	text-decoration: none;
	color:#0033FF;
}
#content div.contentpaneopen a:active, a:hover {
	text-decoration: underline;
	color:#663300;
}




