@charset "UTF-8";
body {
	background-color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
}

.cf {
	float:right;
	border:none;
	font-size:12px;
	padding-top:0px;
	padding-left:0px;
}

a {
	color: #F6B295;
	float:left;
	text-decoration:none;
	font-size:14px;
	width: auto;
	padding-top:7px;
	padding-left:8px;
}

a:hover {
	color: #D4EAF8;	
}
	
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #F6B295;
}

h2 {
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #F4A61D;

}

div.header {
	width: 900px;
	height: 130px;
	margin: 0 auto;
	background-image: url(IMG/banneraab.png);
	background-repeat: no-repeat;
}

div.navi {
	width:460px;
	height:34px;
	float:left;
	background-image:url(IMG/naviaab.png);
	background-repeat: no-repeat;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 10px;
}

div.logoaab {
	width:410px;
	height:130px;
	float:left;
}

div.container {
	width:900px;
	height:700px;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
		
div.photo {
	width:400px;
	height:700px;
	float:left;
	background-image:url(IMG/fotoaab.png);
	background-repeat: no-repeat;
}

div.vak {
	width:500px;
	height:700px;
	float:right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

div.vakthuisz {
	width:500px;
	height:159px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div.vakaanvr {
	width:500px;
	height:159px;
}

div.vakvacat {
	width:500px;
	height:159px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div.page {
	width:490px;
	height:700px;
	float:right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-image:url(IMG/pageaab.png);
	background-repeat:no-repeat;
}

div.buttonaanvr {
	width:170px;
	height:30px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 100px;
	padding-top: 10px;
	background-image:url(IMG/buttonaanvr.png);
}

div.text {
	width:350px;
	height:630px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 30px;
	padding-top: 10px;
}

div.text1 {
	width:420px;
	height:159px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 30px;
	padding-top: 12px;
	padding-bottom: 10px;
}

div.formvac {
	width:380px;
	height: 400px;
}

form
    {
	border-width: 1px;
	border-color: #cccccc;
	padding: 15px;
	width: 350px;
	height: 375px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
    }

label
    {
    float: left;
    width: 100px;
    text-align: left;
    margin-right: 15px;
    }

input
    {
    background-color: #f5f5f5;

    font-size: inherit;

    border-width: 1px;
    border-style: solid;
    border-color: #cccccc; 
    margin-bottom: 10px;
    }

select
    {
    width: 120px;
    font-size: x-small;
    background-color: #f5f5f5;
    
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    
    margin-bottom: 10px;
    }

textarea
    {
	width: 350px;
	height: 100px;
	background-color: #f5f5f5;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-bottom: 10px;
    }
	
