/*-------------------------------------------------
Body, Html, algemeen gebeuren
-------------------------------------------------*/

* {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: small;
}

body, html {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url( 'images/background.png' );
	background-repeat: repeat;
	text-align: center;
}

/*-------------------------------------------------
Containers
-------------------------------------------------*/

#container {
	width: 754px;
	margin-left: auto;
	margin-right: auto;
	border-left: 8px solid #e1aac0;
	border-right: 8px solid #e1aac0;
	border-bottom: 8px solid #e1aac0;
	text-align: left;
}

#container2 {
	width: 750px;
	border-left: 2px solid #973a5d;
	border-right: 2px solid #973a5d;
	border-bottom: 2px solid #973a5d;
	background-color: #fff;
	color: #000;
}

/*-------------------------------------------------
Algemene opzet
-------------------------------------------------*/

#header {
	background-image: url( 'images/header.png' );
	background-repeat:  no-repeat;
	height: 125px;
	border-bottom: 2px solid #973a5d;
}

#hor_menu {
	height: 33px;
	background-image: url( 'images/menu_background.png' );
	background-repeat: repeat-x;
	border-bottom: 2px solid #973a5d;
}

#content_menu {
	background-image: url( 'images/ver_menu_background.png' );
	background-repeat: repeat-y;
	background-position: top left;
}

#wrapper2 {
	background-image: url( 'images/watermerk.png' );
	background-repeat: no-repeat;
	background-position: right bottom;
}

#ver_menu {
	float: left;
	padding: 10px;
	width: 155px;
}

* html #ver_menu {
	width: 175px;
	w\idth: 155px;
}

#content {
	float: right;
	padding: 10px;
	width: 553px;
}

* html #content {
	width: 570px;
	w\idth: 553px;
}

#copyright {
	height: 23px;
	padding-top: 10px;
	background-image: url( 'images/copyright_background.png' );
	background-repeat: repeat-x;
	border-top: 2px solid #973a5d;
}

/*-------------------------------------------------
Horizontale menu opmaken
-------------------------------------------------*/

#hor_menu {
	text-align: center;
}

#hor_menu ul, #hor_menu ul li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#hor_menu ul {
	width: 575px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2px;
}

#hor_menu ul li {
	float: left;
	margin: 3px 10px 4px 10px;
	padding: 3px;
	/* ^^ Padding niet weghalen,
	anders gaat de hover status
	niet goed in IE */
}

#hor_menu ul li a {
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	color: #000;
}

#hor_menu ul li a:hover, #hor_menu ul li a.active {
	border-bottom: 2px solid #973a5d;
	color: #6a6a6a;
}

/*-------------------------------------------------
Verticale menu opmaken
-------------------------------------------------*/

#ver_menu h1 {
	font-variant: small-caps;
	color: #a0236e;
	margin: 0px 0px 10px 0px;
}

#ver_menu ul, #ver_menu ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#ver_menu ul {
	margin-left: 15px;
}

#ver_menu ul li {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	color: #036b89;
	padding-top: 1px;
	padding-bottom: 2px;
}

#ver_menu a {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	color: #036b89;
	text-decoration: none;
}

#ver_menu a:hover {
	color: #de5119;
	text-decoration: underline;
}

#ver_menu a.active {
	font-weight: bold;
}

/*-------------------------------------------------
Content opmaken
-------------------------------------------------*/

#content {
	line-height: 20px;
	text-align: justify;
}

#content h1 {
	font-size: medium;
	margin: 0px 0px 10px 0px;
	color: #a0236e;
}

#content h2 {
	margin: 0px 0px 10px 0px;
	color: #78501e;
}

#content a {
	color: #943559;
}

#content a:hover {
	color: #de5119;
}

/*-------------------------------------------------
Formulieren opmaken
-------------------------------------------------*/
/*
fieldset {
	width: 365px;
	border: 2px solid #e9c7bd;
	background-color: #faeeeb;
	padding: 3px;
}

.rij {
	clear: both;
}

.rij .label {
	float: left;
	width: 95px;
	padding: 3px;
	height: 20px;
	margin: 2px;
	color: #973a5d;
	background-image: url( 'images/form_background.png' );
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #973a5d;
}

.rij .input {
	float: right;
	height: 20px;
	padding: 3px;
	margin: 2px;
	background: #fff;
	border: 1px solid #973a5d;
}

input {
	border: none;
	background-color: transparent;
	color: #973a5d;
	cursor: pointer;
}

.rij .submit {
	margin: 2px;
	height: 20px;
	padding: 3px;
	float: right;
	border: 1px solid #973a5d;
	background-color: #fff;
}

.rij .submit input {
	font-weight: bold;
}
*/
/*-------------------------------------------------
Copyright opmaken
-------------------------------------------------*/

#copyright {
	text-align: center;
}

#copyright, #copyright a {
	font-size: x-small;
	color: #4e4e4e;
}

#copyright a:hover {
	color: #943559;
}

/*-------------------------------------------------
Overige classes
-------------------------------------------------*/

.clear {
	clear: both;
}

.error {
	color: #f00;
	padding: 10px;
}

.success {
	color: #080;
	padding: 10px;
}

/*-------------------------------------------------
Lettergrootte fixen in IE 5.x
-------------------------------------------------*/

* {
	font-size: x-small;
	voice-family: "\"}\""; voice-family:inherit; font-size: small;
}