/* Neutralise styling */
html, body, form {
	margin: 0;
	padding: 0;
	font: 100%/120% Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, dt, address {
	margin: 1em 0;
	padding: 0;
}


form label {
	cursor: pointer;
}

img {
	border: none;
}

input, select, textarea {
	font: 100% Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}


/* default style for known classes/IDs */

/* javascript */
.hide, .hidden {
	display: none;
}

/* AnySurfer */
.as_verborgen {
	position: absolute;
	left: 0px;
	top: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}


/* verplichte ster */
.verplichte_velden, .form_required
{
	color:	#FF0000;
}

/* clear */

.clearfloat, .clearBoth{
	clear:both;
	line-height : 0px;
	height : 0px;	
	font-size : 1px;
}


p {
margin: 1em 0;
}


body {
	font-family:Tahoma, Helvetica, Verdana, sans-serif;
	font-size : 0.8em;
	line-height:1.2em;
	color:#29272a;
	background:#ecebeb;
}
h1 {
	font-size : 1.1em;
	letter-spacing:2px;
	text-transform:uppercase;
	font-weight:normal;
	color:#29272a;
	margin: 1em 0;
}
h2 {
	color:#29272a;
	font-weight:bold;
	font-size: 1em;
	margin: 1em 0;
	letter-spacing:2px;
}
h3 {
	color:#727272;
	font-size : 1em;
	letter-spacing:2px;
	font-weight:normal;
}
a:link, a:visited {
	color:#29272a;
	text-decoration:underline;
}
a:hover {
	color:#be2c1e;
}

#main {
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
	margin:0 auto;
	width:920px;
	background-color: white;
}

#kolom_rechts {
	width : 855px;
	margin-right: 10px;
	margin-left: 10px;
}

#content {
	margin-top : 35px;
	margin-bottom : 35px;
}

#header {
	height: 140px;
}


#logo {
	margin: 0;
	position: absolute;
	top: 0;
	text-align: right;
}

#footer {
	border-top: 1px solid #d0d0d0;
	margin : 15px 10px 0 10px;
	padding: 3px 0 5px 0;
	text-align:right;
	font-size : 0.8em;
}

#footer_left {
	float: left;
}




/*------------------------------- START FORM -------------------------------*/
div#page_title {
	background-color: #199760;
	color:#ffffff;
	padding:5px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size:20px;
	text-align:center;
}

div#register_title{}
div#register_content{}
div#code_title{}
div#code_content{}

div.title{
	background-color: #8dbe44;
	color:#ffffff;
	padding:5px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
div.formcontent{background-color: #ffffff; color: #242526;padding:5px; }

div.button{background-color: #948460; color:#ffffff; padding:5px; -moz-border-radius: 6px;
			-webkit-border-radius: 6px;  cursor:pointer; cursor:hand;}

div.login {background-color: #ffffff; color: #242526;padding:5px; display:none; visibility: hide;}
div.login_title{background-color: #948460; color:#ffffff; padding:5px; -moz-border-radius: 6px;
			-webkit-border-radius: 6px;  display:none;visibility: hide;}
div.link_login{background-color: #c9c9c9;color: #ffffff;padding:5px; font-weight: bold;cursor:pointer; cursor:hand; }
			
/*#button_form { 	width:230px; height:40px; font-weight: bold; font-size: 15px; margin-top:20px; margin-bottom:20px; background-color: Red; 
		color: White; border-right: 2px solid Black; border-bottom: 2px solid Black; border-left: 2px solid Silver;
	border-top: 2px solid Silver;
}*/


/*------------------------------- END FORM -------------------------------*/
div#clearfooter { clear: both; width: 960px; height: 10px; min-height: 10px; }

