@charset "utf-8";
/* CSS Document voor de template */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
#main {
	width: 1024px;
	min-height: 768px;
	margin: auto;
	background-color: #F8F8F8;
	position: relative;
	z-index: 1;
}
#mainmenu {
	background-image: url(../gfx/menu.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#logo {
	margin-bottom: 15px;
}
#menuitems {
	position: absolute;
	left: 566px;
	top: 62px;
	width: 451px;
	color: #000;
	font-weight: bold;
	font-size: 14px;
}
#menuitems a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
#menuitems a:hover {
	color: #EE1302;
}
#subnav {
	background-color: #f9f9f9;
	background-image: url(../gfx/subnav.png);
	background-position: center top;
	background-repeat: no-repeat;
	color: #FFF;
}
#subnavitems {
	padding-bottom: 20px;
	font-size: 14px;
}
#subnavitems a {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
}
#subnavitems a:hover {
	color: #FFD5D5;
}
#header {
	z-index: 2;
	position: relative;
}
#inschrijven {
	position: absolute;
	width: 252px;
	height: 47px;
	top: 317px;
	left: 744px;
	z-index: 3;
}
#footer {
	position: relative;
	background-image: url(/gfx/footer.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #FFF;
	color: #FFF;
	width: 1024px;
	height: 65px;
	margin: auto;
	border: 0px;
	z-index: 10;
}
.footer_tekst {
	font-size: 10px;
	color: white;
	top: 3px;
	line-height: 12px;
	text-align: left;
}
.footer_tekst a {
	color: white;
	text-decoration: none;
}
.footer_tekst_bel {
	font-size: 16px;
	color: white;
	font-weight: bold;
	text-align: left;
}
#footer_counter {
	border: none;
	text-align: left;
}
#content {
	margin-bottom: 0px;
	background-color: #f9f9f9;
}
.hiddenPic {
	display:none;
}
.darkenBackground {
	z-index: 20;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
}
.highZ {
	z-index: 50;
	position:absolute;
	top: 120px;
	width:100%;
}
img {
	border:0;
}
#inschrijfformulier {
	background-image: url(/gfx/blackbox.png);
	height: 100%;
	color: #FFF;
	padding-top: 30px;
	overflow: auto;
}
#bedankt {
	background-image: url(/gfx/blackbox.png);
	height: 100%;
	color: #FFF;
	padding-top: 30px;
	overflow: auto;
}
#getfoto {
	background-image: url(/gfx/blackbox.png);
	height: 100%;
	color: #FFF;
	padding-top: 30px;
	overflow: auto;
}

#showfoto {
	height: 100%;
}

#showfoto a{
	color: #F00;
}

#bedankt a{
	color: #F00;
}
.inschrijf_titel {
	font-size: 36px;
	font-weight: bold;
	margin-top: 50px;
	letter-spacing: 4px;
}
.style_input {
	background-image: url(/gfx/input_bck.png);
	background-repeat: repeat-x;
	border: 1px #c40000 solid;
	height: 24px;
	font-size: 16px;
	color: #c40000;
	padding-left: 3px;
	width: 250px;
}
.style_select {
	background-color: #F0F0F0;
	border: 1px #c40000 solid;
	color: #c40000;
	height: 24px;
	font-size: 16px;
	padding-left: 3px;
	width: 250px;
}
	
#sluit {
	cursor: pointer;
}
.hidden {
	display: none;
}
.banner {
	z-index: 3;
	width: 1002px;
	height: 41px;
	margin-top: 10px;
	margin-bottom: 10px;
}

