/* Dirk Kuyt Foundation */
* { behavior: url(pngfix/iepngfix.htc) }

body {
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	
	background-color: #EAEAEA;
}

.bg {
	background-color: #FFFFFF;
	border: 0px;
}

/* HEADER */
.header {
	background-image: url(img/header.gif);
	
	width: 790px;
	height: 155px;
}

/* NAVIGATIE */
.navigatie {
	background-image: url(img/navigatie.gif);
	
	font-family: Georgia;
	font-size: 15px;
	color: #FFFFFF;
	
	width: 790px;
	height: 27px;
	
	padding-left: 200px;
	vertical-align: middle;
	letter-spacing: 2px;
}

.navigatie a:link {
	font-family: Georgia;
	font-size: 15px;
	color: #FFFFFF;
	
	text-decoration: none;
	letter-spacing: 2px;
}

.navigatie a:active {
	font-family: Georgia;
	font-size: 15px;
	color: #FF0000;
	background-color: #FFFFFF;
	
	text-decoration: none;
	letter-spacing: 2px;
}
.navigatie a:visited {
	font-family: Georgia;
	font-size: 15px;
	color: #FFFFFF;
	
	text-decoration: none;
	letter-spacing: 2px;
}

/* MENU */
.tabel_m {
	background-color: #FFFFFF;
}
	
.menu {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	
	vertical-align: top;
	padding-left: 20px;
	padding-top: 40px;
	width: 170px;
}


.sponsor {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	vertical-align: top;
}
.partners {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	vertical-align: top;
}


/* CONTENT */
.content {
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	
	border-left: 1px solid #C5211F;
	letter-spacing: 1px;
	
	text-align: left;
	vertical-align: top;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 5px;
	padding-bottom: 20px;
 	width: 800px;
	background: #FFFFFF url(img/achtergrond.png) no-repeat fixed 80% 80%; !important

}
table, tr, td {

	font-family: Arial;
	font-size: 12px;
	color: #000000;
	}
/* FOOTER */
.footer {
	background-image: url(img/footer.gif);

	width: 790px;
	height: 27px;
	
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	
	text-align: center;
	vertical-align: middle;
}

.footer a:link {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:active {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:visited {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:hover {
 	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}

/* ronde plaatjes css! */

div.wrapper {
	margin:2px;
	position:relative;
	float:left;
	vertical-align:top;
}
div.wrapper img{	
	float:left;
	border: 0 none;
}
div.wrapper div{	
	position:absolute;
	left:0;
	height:7px;
	width:100%

}
div.wrapper div.tl{
	background:transparent url(img/ronding/tl.gif) top left no-repeat;
	top:0
}
div.wrapper div.tr{
	background:transparent url(img/ronding/tr.gif) top right no-repeat;
	top:0;
	}

div.wrapper div.bl{
	background:transparent url(img/ronding/bl.gif) bottom left no-repeat;
	bottom:0
}
div.wrapper div.br{
	background:transparent url(img/ronding/br.gif) bottom right no-repeat;
	bottom:0;
}

#donateur input, select, option{
border: 1px solid red;
}