body 	{background-color: #ffffff;
		margin:0px;
		padding:0px;
		top:0px;
		bottom:0px;}

#tabelvullend {
	margin: 0px;
	padding:0px;
	height: 100%;
	width: 100%;}

#celcentreren {
	text-align: center;
	background-image: url(../images/background.png);
	background-repeat:repeat-y;
	background-position:top;}
	
#linkheader	{position:absolute;
			background-color:transparent;
			color:white;
			font-family:tahoma, verdana, arial;
			font-size:11px;
			text-align:right;
			margin-top:5px;
			padding-right:5px;
			width:800px;}
			
#linkheader a {text-decoration:none;
	color:white;
	}

#linkheader a:hover
	{
	text-decoration:underline;
	color:white;
	}

#container {
	position:relative;
	width:800px;
	height:100%;
	margin:0 auto;
	background-color:transparent;}
	
#content	{margin-top:6px;
			width:800px;
			text-align: left;}

#tekst1	{width:520px;
			border-right:1px solid #312520;
			padding:0px 30px 40px 42px;
			color:#ffffff;
			font-size:12px;
			line-height:14pt;
			font-family:tahoma, verdana, arial;}

#tekst1 label {
	color:#fff;
	font-size:12px;
	line-height:150%;
}
			
#tekst2		{width:280px;
			padding:0px 20px 40px 14px;
			color:#ffffff;
			font-size:12px;
			line-height:14pt;
			font-family:tahoma, verdana, arial;}
			
#tekst3, td.header	{
			color:#ffffff;
			font-size:12px;
			line-height:14pt;
			font-family:tahoma, verdana, arial;
}
			
hr	{border:#312520 dotted 1px;}

.twitter {
    width: 270px;
	margin-bottom: 10px;
}
	
/*#twitterbox	{background-color:#423C38;
			font-size:11px;
			color:#ffffff;}
			
#twitterbox hr{border:dotted #ffffff 1px;}
			
#twitterbox a {text-decoration:none;
	color:#EBCC2C;
	}

#twitterbox a:hover
	{
	text-decoration:underline;
	color:#EBCC2C;
	}*/

#footer	{bottom:0px;
		position:relative;
		width:100%;
        text-align:center;
		background-color:transparent;
		margin-top:30px;
		}
		
#footer a{
	color:#48372F;
	text-decoration:none;}
	
#footer a:hover{
	text-decoration:underline;
	color:#48372F;}
		
#footstyle  {height:28px;
			width:800px;
			text-align:center;
            color:#48372F;
            font-family:calibri, myriad pro, corbel, helvetica;
            font-size:13px;
			line-height:14pt;
			}
	
tr	{
	vertical-align:top;}
	
p	{margin:0;}

h1	{font-style:italic;
	font-weight:100;
	font-size:14px;
	color:#fccc1a;
	margin:8px 0;}
	
h2 {font-weight:100;
	font-size: 13px;
	color:#312520;
	margin:4px 0;
}	

a {text-decoration:none;
	color:#312520;
	}

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

	
#menu{
	text-align:left;
	font-size:11px;
	font-family:tahoma, verdana, arial;
	color:#ffffff;
	height:46px;
	margin-top:-32px;
	
}

* html #menu{margin-left:38px;
			margin-top:-34px;
}

#menu li	{text-align:left;
			height:40px;}

	#menu li a{
		color:#ffffff;
		text-decoration:none;
	}
	
	#menu li a:hover, #menu li a.active{
		color:#5B453A;
	}
	
#bg	{background-color:#CF6929;
		color:#ffffff;}
	
/* validation stuff */
.invalid-msg-wrapper{
	position:relative;
	display:block;
}
.invalid-parent {
	background: #f33;
	/*border: 1px solid #faa !important;*/
}
.invalid-msg-wrapper .invalid, #validation-error-msg .invalid{
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	min-width:230px;
	font-style:normal;
	color:#fff;
	
	border: 1px solid #F00;
	background: #F00000;
	background: -webkit-gradient(linear, left top, left bottom, from(#F00000), to(#E95A5A));
	background: -moz-linear-gradient(top, #F00000, #E95A5A);
	-pie-background: linear-gradient(top, #F00000, #E95A5A );
	padding: 3px 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/*behavior: url("../PIE.htc");*/ /* makes funny things, b'se position is absolute */
	font-size: 14px;
	vertical-align: middle;
}

.req {
    color: #f00;
}

.button	{
	background-color:#CF6929;
	color:#ffffff;
}