@charset "UTF-8";

/* Begin Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%;
vertical-align: baseline; background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse; border-spacing: 0;}
/* End reset */

body { line-height: 1em; font: 62.5% Arial, Helvetica, sans-serif; color: #626262; }
html {overflow-y: scroll; }


body {
	font: 100% Trebuchet MS, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: url(../img/background.jpg) repeat-x #fefefe;
	background-position: top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	
}

#error { margin: 10px 0 10px 20px; color:#F00;}

a { color: #000; text-decoration:none; font-weight:bold; }
a:link { color: #000; text-decoration:none; }
a:visited { color: #000; }

a:focus {outline:none;}

p { font-size: 13px; margin-top:0px; color:#535353;}
h1 { font-size: 24px; letter-spacing: -1px; margin-bottom:20px; text-transform: uppercase;}
h2 { font-size:18px; text-decoration:none; font-style:bold; color:#f39900; margin-top:23px; }
h3 {font-size: 16px; color:#f39900; }
h4 { font-size: 14px; color:#000;  text-align: right; margin-right: 20px; }

#patroon {
margin-top: 20px;
z-index:-1;
position: absolute;
background: url(../img/patroon.png);
height: 556px;
width: 221px;
}

#container {
	width: 888px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	
	height: 174px;
	width: 888px;
}

#topnav {
	height: 34px;
	width: 888px;
	margin-top: 15px;
	background: #00abc4;
	letter-spacing: -1px;
}
#topnav ul { list-style:none;}
#topnav ul li { font-size: 14px; margin-left: 15px; margin-top: 9px; text-transform: uppercase; float:left; margin-right:20px; }
#topnav ul li a { color: #fff; }
#topnav ul li a:hover { color: #000; }

#pdf { 
clear:both;
margin-top:20px;
}
#pdf a { color: #f39900; }
#pdf a:hover { color: #000; }

#content_left {
	margin-top: 40px;
	float: left;
	width: 510px;
	margin-bottom: 40px;
}

#mainContent {
	padding: 30px 0px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 888px;
	height: auto;
	margin-bottom: 40px;
}

#azStadion {
height: 141px;
width: 504px;
border:1px solid #ccc;
margin-top: 10px;
}

#content_right {
	float:	right;
	margin-top: 40px;
}

#top_box {
	height: auto;
	width: 337px;
	background: #f39900;
}

#title_inschrijving {
	text-transform: uppercase;
	font-size: 14px;
	color: #000;
	letter-spacing: -1px;
}

#top_box_content {
	padding: 20px;
	font-size: 12px;
	color: #fff;
}

#btn_inschrijving {
	margin-top: 20px;
	height: 28px;
	width: 101px;
	display:block;
	background-color: #000;
	text-align: center;
	line-height: 28px;
	color: #fff;
}

#middle_box {
	margin-top: 20px;
	height: auto;
	width: 337px;
	background: #8b8278;
}

#title_foto {
	text-transform: uppercase;
	font-size: 14px;
	color: #f39900;
	letter-spacing: -1px;
}

#middle_box_content {
	padding: 20px;
	font-size: 12px;
	color: #fff;
}

#btn_foto {
	margin-top: 103px;
	height: 28px;
	width: 122px;
	display:block;
	background-color: #000;
	text-align: center;
	line-height: 28px;
	color: #fff;
}

#bottom_box {
	margin-top: 20px;
	margin-bottom: 40px;
	height: auto;
	width: 337px;
	background: #00abc4;
}

#title_beursdeelname {
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	letter-spacing: -1px;
}

#bottom_box_content {
	padding: 20px;
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
}

#footer {
	margin-top: 40px;
	margin-bottom: 20px;
	height: 34px;
	width: 888px;
	background: #b4aba1;
	letter-spacing: -1px;
	clear: both;
}
#footer ul { list-style:none; float:left; }
#footer ul li { font-size: 14px; margin-left: 15px; margin-top: 9px; text-transform: uppercase; float:left; margin-right:20px; }
#footer ul li a { color: #fff; }
#footer ul li a:hover { color: #000; }

#footer ul.right { list-style:none; float: right; }
#footer ul.right li { color: #fff; clear: both; font-size: 14px; text-transform: none;}
#footer ul.right li a { color: #fff; clear: both; font-size: 14px; text-transform: none;}
#footer ul.right li a:hover { color: #000; }


a.thumb-media-big{background:url(img/spacer.gif) no-repeat -999em 0;border:1px solid #ccc;cursor:pointer;display:block;height:148px;float:left;margin:3px 10px 10px 0px;width:148px; clear:both;}
a.thumb-media-big span{border:4px solid #fff;display:block;height:140px;width:140px;overflow:hidden; z-index:-1;}
a.thumb-media-big img{margin-left:-5px;z-index:-1;}

a.thumb-media{background:url(img/spacer.gif) no-repeat -999em 0;border:1px solid #ccc;cursor:pointer;display:inline;height:78px;float:left;margin:3px 10px 10px 0px;width:78px;}
a.thumb-media span{border:4px solid #fff;display:block;height:70px;width:70px;overflow:hidden; z-index:-1;}
a.thumb-media img{margin-left:-5px;z-index:-1;}

.clear { clear:both; height:1em;}
.intro {font-weight:bold;}

/*Form styles*/
form.inschrijven {margin-top: 20px;margin-bottom: 20px;}
form.inschrijven h3 { clear: both; }
form.inschrijven h2 { clear: both; }
form.inschrijven p { float:left; margin-bottom: 10px;}
form.inschrijven label{width: 250px; text-align: left; display: block;}
form.inschrijven .submit input{margin-bottom: 0px; color: #fff; background: #000; width:100px;}
form.inschrijven input{color: #8b8278; background: #fff;border: 1px solid #000; width:180px;}
form.inschrijven textarea {color: #000; background: #fff;border: 1px solid #000; width:430px; height:80px; font:helvetica, arial, tahoma;}
form.inschrijven fieldset{ width: 500px;}
form.inschrijven legend{color: #6d1874; margin-left:5px; font-size:14px; font-weight:bold;}
.required { clear: both; width:100px; color:#999; margin-bottom:10px;}
#error { margin: 10px 0 10px 20px; color:#F00;}
#standbouw { margin-left: 0px; width:15px;}
