/* ----------------------------------- */
/* Reset styles                        */
/* ----------------------------------- */

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,
dl, dt, dd, fieldset, form, label, legend
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

strong {
	font-weight: bold;
}

/* ----------------------------------- */
/* Main styles                         */
/* ----------------------------------- */

html {
	height: 100.01%;
}
body {
	height: 100%;
	background-color:#ffd200;
	background-image: url(/img/bg/main_bg.gif);
	background-repeat: repeat-y;
	background-position: top center;
}
div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #5d5d5d;
}
a {
	color: #e00000;
	text-decoration: none;
}
a:hover {
	color: #e00000;
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	color: #e00000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #e00000;
}
p {
	padding-bottom: 20px;
}
strong
{
	font-weight: bold;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* ----------------------------------- */
/* Div styles                          */
/* ----------------------------------- */

#maincontainer {
	position: relative;
	width: 990px;
	height: 500px;
	margin: 0 auto;
	background-image: url(/img/bg/top_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#topcontainer {
	float: left;
	width: 990px;
	height: 220px;	
	margin: 30px 0 0 0;
}

#leftcontainer {
	float: left;
	width: 240px;
}

#middlecontainer {
	float: left;
	width: 510px;
}

#rightcontainer {
	float: left;
	width: 240px;
	background-image: url(/img/bg/right_bg.gif);
	background-position: top;
	background-repeat: repeat-y;	
}

#nieuws {
	float: left;
	width: 240px;
	margin: 0;
	background-image: url(/img/bg/nieuws_bg.gif);
	background-position: left;
	background-repeat: repeat-y;
}
#nieuwsheader {
	width: 240px;
	height: 82px;
	background-image: url(/img/bg/nieuwsheader_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#nieuwsinhoud {
	margin: 0 70px 0 40px;
}
#nieuwsinhoud h1 {
	font-size: 16px;
	color: #0ca300;
	font-weight: normal;
}
#nieuwsinhoud a {
	color: #5d5d5d;
}
#nieuwsfooter {
	width: 240px;
	height: 20px;
	background-image: url(/img/bg/nieuwsfooter.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#video {
	float: left;
	width: 200px;
	height: 162px;
	margin: 10px 0 0 10px;
	display: inline;
}

#content {
	float: left;
	padding: 30px 100px 50px 50px;
}

/* ----------------------------------- */
/* Menu styles                         */
/* ----------------------------------- */

#menu {
	width: 240px;
	background-image: url(/img/bg/menu_bg.gif);
	background-position: left;
	background-repeat: repeat-y;
	overflow: auto;
}
#menuheader {
	width: 240px;
	height: 120px;
	background-image: url(/img/bg/menuheader_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#menuinhoud {
	width: 200px;
	margin: -40px 0 0 40px;
}
#menu ul {
	list-style-type: none;
	padding:0;
	margin: 0;
}
#menu ul li {
	float: left;
	margin: 0;
}
#menu ul li a {
	width: 180px;
	height: 25px;
	display: block;
	overflow: hidden;
	text-indent: -1000px;
	background-repeat: no-repeat;
	background-position: top;
}
#menu ul li ul li a {
	text-indent: 0px;
	margin: 5px 0 0 35px;
	width: 145px;
	color: #49ba40;
	font-size: 14px;
}
#menu ul li a#home {
	background-image: url(/img/menu/home.gif);
}
#menu ul li a#tijdpad {
	background-image: url(/img/menu/tijdpad.gif);
}
#menu ul li a#finale {
	background-image: url(/img/menu/finale.gif);
}
#menu ul li a#jurering {
	background-image: url(/img/menu/jurering.gif);
}
#menu ul li a#halve_finale {
	background-image: url(/img/menu/halve_finale.gif);
}
#menu ul li a#deelname {
	background-image: url(/img/menu/deelname.gif);
}
#menu ul li a#historie {
	background-image: url(/img/menu/historie.gif);
}
#menu ul li a#contact {
	background-image: url(/img/menu/contact.gif);
}
#menu ul li a:hover {
	color: #e00000;
	text-decoration: none;
	background-position: bottom;
}
#menu ul li a.active {
	background-position: bottom;
	color: #e00000;
}
#menufooter {
	float: left;
	width: 240px;
	height: 20px;
	margin: 15px 0 0 0;
	background-image: url(/img/bg/menufooter_bg.gif);
	background-repeat: no-repeat;
}

/* ----------------------------------- */
/* Footer styles                       */
/* ----------------------------------- */

#footer {
	position: relative;
	width: 100%;
	margin: -10px 0 0 0;
	height: 10px;
	background-color: #FFFFFF;
	font-size: 0px;
	line-height: 0px;
}

/* ----------------------------------- */
/* Flash styles                        */
/* ----------------------------------- */

#slideshow {
	float: left;
	width: 990px;
	height: 220px;
	color: #ffd200;
}
#sponsoren {
	float: left;
	width: 220px;
	height: 360px;
	margin: 0 0 0 20px;
	color: #ffd200;
	background-color: #ffd200;
	display: inline;
}
#film {
	float: left;
	width: 240px;
	height: 200px;
}

/* ----------------------------------- */
/* Form styles                         */
/* ----------------------------------- */

#contactform label {
	float:left;
	display:block;
	width:150px;
}
#contactform p {
	margin:0;
	padding:5px 0;
}
#contactform a {
	text-decoration:none;
}
#contactform .melding {
	color:#ff0000;
	margin:0 0 10px 0;
}
#contactform input, #contactform textarea {
	border:1px solid #887f6f;
	color:#887f6f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	width:300px;
	padding:0 4px;
}
#contactform input {
	height:18px;
}
#contactform textarea {
	overflow:auto;
	height:150px;
}

#progres{
	position: absolute;
	top: 1800px;
	left: 300px;
	z-index: 10000;
	width: 300px;
	height: 150px;
	text-align: center;
	font-size: 12px;
	border: 2px solid ;
	padding-top: 100px !important;
	padding: 10px;
	background-color: #FFD200;
    opacity: .93;
    display: none;
 }

/* ----------------------------------- */
/* Stats styles                        */
/* ----------------------------------- */

#stats {
	display: none;
}

#contentdevider {
	height: 1px;
	width: 350px;
	background-color: #e00000;
}

#xcomfooter {
	float: left;
	width: 250px;
	height: 25px;
	margin: 10px 0 0 55px;
	color: #ffd200;
}
#xcomfooter a {
	color: #ffd200;
}