﻿/* CSS-document */

html {
	width:100%;
	height:100%;
	text-align: center;
}
body {
	width:100%;
	height:100%;
	background-color:black;
	margin:0px 0px 0px 0px;
	text-align: center;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
	scrollbar-face-color: #000000;
	scrollbar-arrow-color: #4A88C6;
	scrollbar-track-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-Color: #000000;

}

div#container{
	background-color:black;
	background-image:url('images/xxxx_1.jpg');
	background-repeat:repeat;
	height:570px;
	width:998px;
	overflow:hidden;
	margin:0 auto;
	border:1px #999999 solid;
	text-align:left;
}

table.valign{
	height:100%;
	width:100%;
	text-align:center;
}

table.valign th{
	height:100%;
	width:100%;
	text-align:center;
}

table#frame{
	width:998px;
	height:570px;
}

th#main{
	height:473px;
	background-color:#000000;
	background-image:url('images/main_bg.png');
	background-repeat:repeat-x;
	font-weight:normal;
}

td#head{
	height:49px;
	vertical-align:bottom;
}

td#bottom{
	height:48px;
	text-align:center;
}

div#bogen{
	width:998px;
	height:473px;
	background-position:center;
	background-image:url('images/bogen_bg.png');
	background-repeat:no-repeat;
}

div#inhoud{
	width:500px;
	height:300px;
	border:1px #999999 solid;
	background-image:url('images/inhoud_bg.png');
	background-repeat:repeat-x;
	text-align:left;
	margin:0 auto;
}

h1{
	font-family:"Arial Black";
	font-size:24px;
	font-weight:normal;
	margin:0px;
	color:#FFFFFF;
	display:inline;
	vertical-align:middle;
}

img#logo{
	margin:0px 10px 4px 10px;
	vertical-align:middle;
}

h2{
	font-family:"Century Gothic", Verdana, Arial, "Lucida Grande", Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	margin:0px 20px 0px 20px;
	color:#FFFFFF;
	display:inline;
}

h2#kopje_main{
	font-family:"Century Gothic", Verdana, Arial, "Lucida Grande", Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	margin:0px 0px 0px 0px;
	color:#CCCCCC;
	display:block;
}

h2.huidig{
	font-family:"Century Gothic", Verdana, Arial, "Lucida Grande", Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	margin:0px 20px 0px 20px;
	color:#4A88C6;
	display:inline;
}

	h2 a 					{	color: #FFFFFF;	text-decoration:none;}
	h2 a:visited 			{	color: #FFFFFF;}
	h2 a:active 			{	color: #FFFFFF;}
	h2 a:hover 				{	color: #616262;	text-decoration:none;}
	p#taal a 				{	color: #FFFFFF;	text-decoration:none;}
	p#taal a:visited 		{	color: #FFFFFF;}
	p#taal a:active 		{	color: #FFFFFF;}
	p#taal a:hover 			{	color: #4A88C6;	text-decoration:none;}
	a 					{	color: #FFFFFF;	text-decoration:underline;}
	a:visited 			{	color: #FFFFFF;}
	a:active 			{	color: #FFFFFF;}
	a:hover 			{	color: #FFFFFF;	text-decoration:none;}

td#taaltd{
	vertical-align:bottom;
}

p#taal{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	float:right;
	font-weight:normal;
	margin:10px 10px 5px 0px;
	vertical-align:bottom;
}

span#huidigetaal{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4A88C6;
	font-weight:normal;
	vertical-align:bottom;
}


p{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
}


div#flash{
	width:500px;
	height:300px;
	overflow:hidden;
}

.zichtbaar {
	display:block;
}

.onzichtbaar {
	display:none;
}

div#tekst{
	width:490px;
	height:290px;
	overflow:auto;
	padding:5px 5px 5px 5px;
}

div#tekst2{
	display:block;
	width:490px;
	height:290px;
	overflow:auto;
	padding:5px 5px 5px 5px;
}

input#Naam, #From, #Subject, #Beschrijving, #voornaam, #achternaam, #adres, #postcode, #woonplaats, #telefoonnummer, #land, #email {
	background-image:url('images/inputbg.png');
	background-repeat:repeat-x;
	border:1px gray solid;
	width:200px;
	color:#000000;
	font-family:"Lucida Grande", "Lucida Sans Unicode";
	font-size:12px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-arrow-color: #4A88C6;
	scrollbar-track-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-Color: #FFFFFF;

}

input#btnsubmit, #wijzigen, #afmelden, #aanmelden, #annuleren{
	background-image:url('images/buttonbg.png');
	background-repeat:repeat-x;
	border:1px gray solid;
	color:#000000;
	font-family:"Lucida Grande", "Lucida Sans Unicode";
	font-size:12px;
	height:22px;
	
}

#voornaam {
	  width: 180px;
	  }

#achternaam {
	  width: 180px;
	  }

#adres {
	  width: 180px;
	  }

#postcode {
	  width: 50px; /*padding ipv spatie*/
	  }

#woonplaats {
	  width: 105px;
	  }

#telefoonnummer {
	  width:180px;
	  }

#land {
	  width: 180px;
	  }

#email {
	  width: 180px;
	  }

#emaildis {
	  width: 180px;
	  }

table.nieuwsbrief {
	border:0px;
	margin-left:21px;
}
td.nieuwsbriefa {
	padding-right:15px;	
}

td.nieuwsbriefb {
	width:200px;
	height:20px; 
	vertical-align:middle;
	text-align:left;
}

td.actie{
	vertical-align:middle;
}

table.contact, table.nieuwsbrief{
	font-weight:normal;
}

table#contacttable td{
	vertical-align:top;
}

td#gegevens{
	padding-right:15px;
	border-right:1px #808080 dotted;
}

td#formuliertd{
	padding-left:10px;
}

table#contacttable{
	margin-top:20px;
}

.contact1{
	padding-right:5px;
}
