﻿* { margin: 0px; padding: 0px; }

body, html, form{ height: 100%; } 

body {
	text-align: center;
	font-size: 16px;
	font-family: Arial;	
	background: url("../img/repeatleft.png") repeat-x fixed center top;
}
.grassBackContainerIE6 
{
    display:none;
}
.grassBackContainer 
{
    width:100%;
    position: relative;
    min-height: 100%;
    height:auto !important;
    height:100%;
    background-attachment:fixed;
    background: url("../img/grass_repeat_back.png") repeat-x fixed center bottom;
}

ul { font-size: 14px; margin: 15px 0px 15px 15px}
li { margin-left: 15px; padding-left: 10px;}

.CalendarExtender1 .ajax__calendar_container {
    width: 200px;
    background-color: #fff;
    border: 1px solid #000;
    text-align: center;
    color: #000;
}

.CalendarExtender1 .ajax__calendar_body { width: 190px; }
.CalendarExtender1 .ajax__calendar_header { margin: 5px 0px; }
.CalendarExtender1 .ajax__calendar_footer { margin-top: 10px; }
.CalendarExtender1 .ajax__calendar_dayname{ font-weight: bold; }
.CalendarExtender1 .ajax__calendar_other { color: #aaa; }

#mainContainer 
{
    position:relative;
	margin: 0px auto;
	width: 772px;	
}

#topContainer {
	padding-top: 175px;
	width: 772px;
	height: 129px;
	background: url("../img/repeattop.png") top left repeat-y;
}

#contentContainer {
	float: left;
	width: 771px;
	height: auto;
	background: url("../img/boxstretch.png") #fff repeat-y;
	text-align: left;
	color: #02a1b7;
}

	#leftColumn {
		float: left; 
		margin-left: 26px;
		width: 240px;
		display: inline;
		text-align: center;
	}
		
		#leftColumn .persoon {
			margin-left: 60px;
			width: 109px;
			height: 117px;
			margin-top: 30px;
			padding-top: 80px;
			font-size: 75px;
			font-weight: bold;
			color: #fff;
			background: url("../img/persoon.png") no-repeat;
		}
	
	#rightColumn {
		float: left;
		margin: 0px 15px;
		width: 470px;
		display: inline;
	}
	
	#rightColumn h1 { font-size: 22px; margin-bottom: 25px; }
	#rightColumn h2 { font-size: 18px; margin-bottom: 10px; }
	#rightColumn p { font-size: 14px; }
	#rightColumn p a { color: #75a422; }
	#rightColumn p a:hover { color: #000; }
	
	#rightColumn .header {
		font-size: 24px;
		font-weight: bold;
		color: #75a422;
	}
	
	#rightColumn .antw1, #rightColumn .antw2 { float: left; width: 226px; }
	
	#rightColumn .score{
		margin: 10px 0px 0px 0px;
		padding: 10px 10px 5px 10px;
		font-size: 14px;
		color: #fff;
		line-height: 18px;
		background: url("../img/score_back.gif") no-repeat;
	}
	
	#rightColumn .score h1
	{
	    font-size: 16px;
	    font-weight: bold;
	    margin: 0px;
	    padding-bottom: 10px;
	}
	
	#rightColumn table tr td { padding: 2px; }
	
	#rightColumn input, #rightColumn label { margin-right: 5px; }
	#rightColumn input[type="text"]
	{
	    background: url("../img/input_textbox_back.png") bottom right no-repeat;
	    
	    padding: 2px;
	    border-left: 1px solid #afafaf;
	    border-top: 1px solid #afafaf;
	    border-bottom: 1px solid #515151;
	    border-right: 1px solid #515151;
	    color: #75a422;
	    font-size: 14px;
	}
	
	#rightColumn .imageButton { background: none; border: 0px; }
	
	.element{ padding: 10px; font-size: 16px; }
	.toggler{ cursor: hand; cursor: pointer; }

#footerContainer {
	float: left;
	width: 772px;
	padding-top: 40px;
	background: url("../img/boxbottom.png") no-repeat;
	text-align: center;
	color: #fff;
	font-size: 11px;
}

    .fcText{  color: Gray; background-color: #94caf3; }

#SNSREAAL { float: right; }

#Privacy {
	float: left;
	margin-top: 25px;
	margin-left: 20px;
	font-size: 11px;
	color: #666;
	background-color: #9ccef4;
}

	#Privacy  a {
		text-decoration: none;
		color: #666;
	}
	
	#Privacy  a:hover { text-decoration: underline; }


.foutmeldingDiv 
{
    position:absolute;
    visibility:hidden; 
    z-index:1000;
    height: 30px;
    background: url(../img/verplicthveld.gif);
    color: #f00;
    font-size: 10px;
    padding-top: 2px;
    padding-left: 30px;
    text-align: center;
}

.invalid img { width: 12px; height: 12px; }
