
/* GLOBAAL
*******************************/

html, body {
	background-color: #FFFFFF;
}

*
{
	margin: 0;
	padding: 0;

	font-family: arial, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

a, a:hover, a:visited, a:active{
	color: #A54352;
}

a:hover {
	text-decoration: underline;
}

/* BLOKKEN
*******************************/

#container {
	width: 900px;
}

#content {
	padding-right: 10px;
	width: 522px;
	float: left;
	background: url('../images/top.png') no-repeat;
	padding-top: 110px;
	padding-left: 100px;
	padding-bottom: 1em;
}

#rechts {
	float: right;
	width: 268px;
}

#rechts #menu {
	height: 291px;
	padding: 240px 0 1em 10px;
	background: url('../images/rechts.png') no-repeat;
}

#rechts #comite {
	margin: 0;
	padding: 0;
}


/* CONTENT-OPMAAK
*******************************/

h2 {
	font-size: 13px;
	color: #A54352;
}

p {
	/*width: 450px;*/
	margin: 0.2em 0 1em 0;

	line-height: 1.5em;
}

dl {
	margin: 0.2em 0 1em 0;
	line-height: 1.5em;
}

dt {
	float: left;
	width: 110px;
}

#content-footer{
	clear: both;
}
#container-images{

}
#container-images img {
	margin: 19px 10px 0px 0px;
	border: solid 1px #000000;
}
#altpdf
{
	font-weight: bold;
	/*padding: 120px;*/
	font-style: italic;
}
/* RECHTER-MENU
*******************************/

ul {
	list-style-type: none;
	font-weight: bold;
}

#rechts li {
	margin: 0.2em 0;
}

#rechts li a, #rechts li a:hover, #rechts li a:visited, #rechts li a:active {
	font-size: 13px;
	color: #6E6E6E;
}

#rechts li.active a, #rechts li.active a:hover, #rechts li.active a:visited, #rechts li.active a:active {
	color: #A54352;
}

#rechts li ul {
	padding-left: 44px;
	padding-bottom: 1.5em;
}

#rechts li ul#sub li a, #rechts li ul#sub li a:hover, #rechts li ul#sub li a:visited, #rechts li ul#sub li a:active {
	font-size: 11px;
	color: #C97489;
}

#rechts #comite a:hover {
	text-decoration: none;
}

/* FOOTER
*******************************/

hr {
	clear: both;
	margin: 1em 0;

	color: #DB7053;
	background-color: #DB7053;
	height: 1px;
	border: 0;
}

#footer {
	margin-left: 85px;
}

#footer li {
	line-height: 50px;
	float: left;
	margin: 0 5px;
}
