/* CSS Document */
A:link     { color : #FFD400;  text-decoration : underline; }
A:visited  { color : #FFD400;  text-decoration : underlinee; }
A:hover    { color : #FFA100;  text-decoration : none; }
A:active   { color : #FFA100;  text-decoration : none; }


html,body {
	height:100%;
	background-image:  url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #005913;
	margin-top: 0px;
	margin-bottom: 0px;
	
	}


div.centered 
{
	text-align: center;
	}
div.centered table 

{	margin-top: 0px;
	margin: 0 ; 
	text-align: left;
	background-color: #056319;
	}

td,th {
	margin-top: 0px;
	vertical-align: top;
	font-size: 12px;
	font-style: normal;
	color: #FFA100;
	font-family: verdana, Arial, Helvetica, sans-serif;

}

.inhoud {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFA100;
	padding: 20px;
}

hr {
	color: #FF4E00;
	line-height: 1px;
	height: 1px;
}

.landen {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFCC00;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #FFCC00;
	
}

input,option {
	background-image: url(../images/formkleur.gif);
	border: 0px;
}

