/* CSS OM ALLE MARGINS AAN TE PASSEN VAN ELEMENTEN DIE PER BROWSER ANDERS ZIJN */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dt,dd
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }
div.print { display: none; }

/* OVERIGE CSS */

/* BODY */
html, body {
	height: 100%;
}

body {
	margin:0;
	padding:0;
	text-align:center;
	background-color:#FFAAAA;
	background-image: url(../images/achtergrond_body.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6699;
}

/* CONTAINER */
#container {
	display: block;
	width: 700px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url(../images/achtergrondcontainer.png);
}

/* CONTAINER -> MAIN */
#main {
	display: block;
	width: 700px;
	background-image: url(../images/achtergrondmain.png);
}

/* CONTAINER -> MAIN -> MENU */
#menu {
	display: block;
	width: 160px;
	float: left;
	clear: right;
	margin-left: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#menu img {
	margin: 13px;
}

#menu ul {
	line-height: 1.8em;
	margin-top: 30px;
}

#menu ul li {
}

#menu ul li a {
	display: block;
	width: 145px;
	padding-left: 15px;
	color: #FF6699;
	text-decoration: none;
}

#menu ul li a:hover, #menu ul li a.active {
	background-color: #FFD9E6;
	color: #FF6699;
	text-decoration: none;
}

#menu ul li a.active {
	font-weight: bold;
}

/* CONTAINER -> MAIN -> CONTENT */
#content {
	display: block;
	width: 445px;
	float: left;
	clear: right;
	margin-left: 20px;
	padding: 40px 20px 20px 20px;
}

#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #FF6699;
	font-weight: bold;
	margin-bottom: 20px;
}

#content p {
	line-height: 1.5em;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content span.small {
	font-size: 10px;
}

#content .error {
	font-weight: bold;
}

#content a {
	text-decoration: underline;
	color: #FF6699;
}

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

#content label {
	float: left;
	width: 150px;
}

#content input, #content button, #content textarea {
	margin-top: 2px;
	margin-bottom: 2px;
}

#content input {
	border: 1px solid #FFBFD7;
	background-color: transparent;
	padding: 1px 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 125px;
	color: #FF6699;
}

#content textarea {
	border: 1px solid #FFBFD7;
	background-color: transparent;
	padding: 1px 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 225px;
	color: #FF6699;
}

#content button {
	border: 1px solid #FFD9E6;
	background-color: #FFD9E6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 1px 3px;
	color: #FF6699;
}

/* CONTAINER -> FOOTER */
#footer {
	display: block;
	width: 672px;
	height: 16px;
	margin-top: 12px;
	background-image: url(../images/achtergrondfooter.png);
	font-size: 9px;
	padding-top: 4px;
	padding-left: 28px;
}

#footer a {
	color: #FF6699;
	text-decoration: none;
}

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

/* ALGEMENE EIGENSCHAPPEN */
div.clear {
	width: 100%;
	height: 1px;
	font-size: 1px;
	clear: both;
}