.normaal {
	color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	list-style-position: outside;
	list-style-image: url(bullet.gif);
	list-style-type: none;
}

h1 {
	background: url(Plaatjes/samo-header.jpg) no-repeat;
	width: 970px;
	padding: 150px 0px 0px;
	overflow: hidden;
	margin: 0px;
	height: 0px;
	font: normal xx-small Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}

.Label {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #006633;
}

.oranje_hoofdletter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #FF9900;
}

.Kop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: inherit;
	color: #000099;
	list-style-position: outside;
	list-style-image: url(bullet.gif);
	list-style-type: none;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0px;
	color: #FFFFFF;
}

body {
	background-color: #FFFFFF;
	margin: 5px;
	background-image: url(Plaatjes/achtergrond.jpg);
	background-repeat: repeat-x;
}

.footer {
	border: 1px none #006633; 
	color: #000000;
	text-align: center;
	width: 960px;
	margin: 0px;
	padding: 4px;
	color: #006633;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	list-style-position: inside;
	list-style-type: disc;
}

a:link {
	color: #000099;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FF9900;
}

a:hover {
	text-decoration: none;
	color: #FF9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:active {
	text-decoration: none;
	color: #000099;
}


.tabel{
	border: solid 1px #006633;
	border-collapse: collapse;
}

.tabel td{
	border: 1px solid #006633;
	border-collapse: collapse;
	color: #006633;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	list-style-position: inside;
	list-style-type: disc;
}

hr {   
height: 0;   
border: 0;   
border-top: 1px solid #CCCCCC; 
}  

#container {
	margin: 0px auto;
	width: 970px;
	background-color: #F1F0FF;
	background-image:url(plaatjes/achtergrond2.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:center;
/*	margin-top: 8px;
	margin-bottom: 8px;*/
}

#head{
	background: #FFFFFF;
	text-align:center;
	padding: 0px;
	border-bottom: #FFFFFF 3px solid;
	background-color: #F1F0FF; 
}

#menu{
	float: left;
	width: 970px;
	padding: 0px;
	line-height: 17px;
	color: #006633;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-style: normal;
	height: 20px;
	background-color: #000099;
}

#spacer {
	float: left;
	width: 700px;
	height: 120px;
	padding: 0px;
	background: #CCCCCC;
	border: none;
	/*background-color: #F1F0FF; */
	background-color:#00FF00;
}

#Rechts{
	float:right;
	width: 170px;
	padding: 0px;
	border: none;
	display: inline;
	line-height: 17px;
	padding-top: 34px;
	padding-bottom: 17px;
	background-color: #F1F0FF; 
	
}

#inhoud{
	float: left;
	width: 700px;
	margin: auto;
	display: inline;
	padding-left: 50px;
	padding-top: 17px;
	padding-right: 50px;
	padding-bottom: 17px;
	line-height: 17px;
	color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-style: normal;
	background-color: #F1F0FF; 
	height: auto;
	min-height: 600px;
}

#footer{
	padding-left: 50px;
	padding-top: 50px;
	clear: both;
	text-align: left;
	border-top: 1px #CCCCCC;
	margin-top: 0px;
	line-height: 17px;
	padding-bottom: 17px;
	color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 17px;
	background-color: #F1F0FF; 
}


/* Opmaak voor elke rij van het formulier */
.rij {
	display:block; 		/* weergeven als block */
	clear:both;			/* altijd op nieuwe regel beginnen */
	margin-top: 2px; 	/* bovenruimte ten opzichte van voorgaande element */
	height: 2em; 		/* hoogte van de rij*/ 
	padding-top: 2px; 	/* ruimte tussen de rand en de inhoud */
}

input.tekstveld{
	height:1.3em;
	width: 250px;
	border: 1px solid #000099;
}

label {
	width:250px;		/* breedte */
	float:left;		/* links floaten binnen parent element <div> */
}

select, radio {
	border: 1px solid #006633;
}

input.aanmeldKnop{
	float: left;
	padding:0.5em 1em;
	margin-right: 10px;
	border: 1px solid #000099;
	background-color: #000099;
	color:#FF9900;
	font-size:1em;
	font-weight:bold;
}
 
/* opmaak bij een mouseover */
input.aanmeldKnop:hover{
	color: #000099;
	border-color: #000099;
	background-color: #FF9900;
}

textarea.mail {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 110px;
	color: #000099;
	background-color: #FFFFFF;
	border: 1px solid #000099;
	width:250px;
} 

input.tekstveldemail{
	height:1.3em;
	width: 150px;
	border: 1px solid #000099;
}

input.tekstveldlang{
	height:1.3em;
	width: 150px;
	border: 1px solid #000099;
	text-transform: uppercase;
}

#spacer {
	float: left;
	width: 700px;
	height: 100px;
	padding: 0px;
	background: #DFDFFF;
	border: none;
}

.formerror{
	color: red;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

#formulier{
	/* lay-out eigenschappen instellen */
	width:700px;					/* breedte */
	background-color: #DFDFFF; 	/* grijze achtergrond */
	border: 1px solid #000099;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.arial9 {
	color: #000099;
	font-family: Arial;
	font: Arial;
	font-size: 9px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
}
.arial {
	color: #000099;
	font-family: Arial;
	font: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
}

.arialbold {
	color: #000099;
	font-family: Arial;
	font: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
}

.times {
	color: #000099;
	font-family: "Times New Roman";
	font:"Times New Roman";
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
}

.timessmall {
	color: #000099;
	font-family: "Times New Roman";
	font:"Times New Roman";
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
}

.comic {
	color: #000099;
	font-family:"Comic Sans MS";
	font: "Comic Sans MS";
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
}

.comicsmall {
	color: #000099;
	font-family:"Comic Sans MS";
	font: "Comic Sans MS";
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
}
