html, body, td, input, select, textarea {
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height: 18px;
}


body {
	background-color: #F9A204;
}

p {
	margin: 10px 0px 8px 0px;
}

a, a:link, a:visited, a:active, i span {
	color: #316DC6;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	text-decoration: underline;
}

h2 {
	margin: 0px;
	padding: 0px;
	color: #316DC6;
	font: normal 11px/18px Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

img.left {
	margin: 0px; 
	margin-right: 10px;
}

img.right {
	margin: 0px; 
	margin-left: 10px;
}

.pagina {
	margin: 0px auto;
	background-color: #ffffff;
	/* background: url(images/bg-pagina.gif) top center repeat-y;*/ /* deze heeft een afrondingsverschil van 1 pixel in IE */
}

.container {
	width: 100%;
	background: #F9A204 url(images/bg-container.gif) top center repeat-x;
}

.vriend {
	clear:both;
	margin-top: 10px;
}


.vriend a, .vriend a:link, .vriend a:visited, .vriend a:active, .vriend a.hover {
	color: #ffffff;
	text-decoration: none;
}

.KopBalk {
	width: 755px;
	height: 94px;
	margin: 0px auto;
	border-left: 1px solid #9A9284;
	border-right: 1px solid #9A9284;
	overflow: hidden;
}


.SfeerBalk {
	width: 755px;
	height: 96px;
	margin: 0px auto;
	border-left: 1px solid #9A9284;
	border-right: 1px solid #9A9284;
	overflow: hidden;
}

.Content {
	width: 755px;
	margin: 0px auto;
	border-left: 1px solid #9A9284;
	border-right: 1px solid #9A9284;
	overflow: hidden;
	background: url(images/bg-content.gif) top left repeat-y;
}

.MinHeight {
	width: 1px;
	height: 385px;
	overflow: hidden;
	float: left;
}

.Txt {
	width: 466px;
	overflow: hidden;
	float: left;
	padding: 15px 35px 18px 50px;	
}

ul {
	margin: 5px 0px 5px 40px;
}

.Menu {
	width: 203px;
	overflow: hidden;
	float: left;
}

.Menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.Menu li {
	margin: 0px;
	padding: 0px;
}

.Menu li a {
	display: block;
	width: 203px;
	height: 41px;
	overflow: hidden;
}

.Menu li a span {
	display: none;
}

.home {
	background: url(images/btn-home.gif) top left no-repeat;
}
.home:hover,
#home a.home{
	background: url(images/btn-home.gif) top right no-repeat;
}

.formulier {
	background: url(images/btn-aanmeldformulier.gif) top left no-repeat;
}
.formulier:hover,
#formulier a.formulier{
	background: url(images/btn-aanmeldformulier.gif) top right no-repeat;
}

.vriendenvanvonk {
	background: url(images/btn-vriendenvanvonk.gif) top left no-repeat;
}
.vriendenvanvonk:hover,
#vriendenvanvonk a.vriendenvanvonk{
	background: url(images/btn-vriendenvanvonk.gif) top right no-repeat;
}

.vonkvindt {
	background: url(images/btn-naarVonkVindt.gif) top left no-repeat;
}
.vonkvindt:hover {
	background: url(images/btn-naarVonkVindt.gif) top right no-repeat;
}

.vrijborg {
	background: url(images/btn-naarVrijborg.gif) top left no-repeat;
}
.vrijborg:hover {
	background: url(images/btn-naarVrijborg.gif) top right no-repeat;
}

.verzend {
	display: block;
	width: 67px;
	height: 18px;
	margin: 8px 15px 0px 0px;
	background: url(images/btn-verzend.gif) top left no-repeat;
}

.verzend:hover {
	background: url(images/btn-verzend.gif) top right no-repeat;
}

.verzend span {
	display: none;
}

.veld {
	width: 202px;
	line-height: 12px;
	border: 1px solid #316DC6;
	color: black;
}	

label span {
	font-size: 10px;
}
