@charset "utf-8";
/* CSS Document */
*, html{
	margin:0;
	padding:0;
}
html{
	height:100%;    
	overflow: -moz-scrollbars-vertical;
}
body{
	background:url(../img/bg.gif) #D6D6D6 top left repeat-x fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}
img{
	border:none;
}
fieldset{
	padding: 0 15px 5px 15px;
	margin: 0 0 15px 0;
	background:url(/img/transparency.png) top left repeat;
	border: 1px dotted #999;
}
fieldset p{
	margin: 15px 0;
}
fieldset legend{
	font-weight:bold;
	padding: 0 5px;
	color:#333;
}
input.checkbox{
	margin-right: 5px;
	vertical-align:text-bottom;
}
input.submit{
	background:#9A011C;
	color:#fff;
	margin-bottom: 25px;
	padding: 5px;
	border:none;
	text-transform:uppercase;
	cursor:pointer;
}
input.text{
	border:1px solid #ccc;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 2px;
	width:125px;
}
input.small{
	width:20px;
	text-align:center;
}
a{
	color:#9A011C;
	font-weight:bold;
}
a:focus{
	outline:none;
}
p.center{
	text-align:center;
}
ul.list{
	margin-bottom: 15px;
}	
ul.list li{
	padding-left: 10px;
	background:url(/img/arrows-list.gif) center left no-repeat;
	list-style:none;
}
ol.list{
	margin-left: 20px;
	margin-bottom:15px;
}
#tackle{
	float:left;
	margin: 6px 10px 0 0;
}
table.center tr td{
	text-align:center;
}
table.center tr td img{
	margin: 15px;
}
p.error{
	background:#FFCCCC;
	text-align:center;
	font-weight:bold;
	color:#9A011C;
	padding: 5px 0;
	border: 1px solid #9A011C;
}
input.error{
	border: 1px solid #9A011C;
}

.icon{
	padding: 5px 0 5px 20px;
}
.pdf{
	background:url(/img/icon-pdf.png) center left no-repeat;
}
.xls{
	background:url(/img/icon-excel.gif) center left no-repeat;
}



#fotos{
	text-align:left;
}
#fotos img{
	margin: 0 10px 10px 0;
}

#navigation{
	position:fixed;
	top: 0;
	left: 0;
	width: 280px;
	padding: 0 0 0 20px;
	z-index:100;
}
#navigation ul{
	background:url(../img/bg-navigation.png) top left no-repeat;
	padding: 5px 0 0 10px;
}
#navigation ul li{
	line-height:35px;
	color:#333333;
	list-style:none;
	padding: 0 10px;
	width: 205px;
}
#navigation ul li:hover a{
	color:#000;
}
#navigation ul li.last a{
	border-bottom: none;
}
#navigation ul li a{
	text-decoration:none;
	color:#666;
	width: 100%;
	display:block;
	border-bottom: 1px dotted #ccc;
}
#navigation ul li a.selected{
	color:#9A011C;
}
#logo{
	margin: 10px 0;
}
#logos{
	background:url(../img/bg-navigation.png) bottom left no-repeat;
	padding: 15px 0 0 12px;
}
#sidebar{
	position:fixed;
	top:0;
	right:0;
	width: 280px;
	padding-left:20px;
}
#content{
	position:relative;
	margin: 10px 300px 0 300px;
	text-align:justify;
	line-height: 200%;
	color: #666;
	padding-bottom: 40px;
}
#content p{
	margin-bottom: 15px;
}
h1{
	color:#9A011C;
	font-weight:bold;
	font-size:20px;
	margin: 20px 0 10px 0;
}
h2{
	font-size:12px;
	text-transform:uppercase;
}
#livefeeds{
	position:relative;
	margin: 0 300px 0 300px;
	top:0;
	z-index:101;
	font-size:11px;
	overflow:auto;
	background:url(../img/bg-livefeeds.gif) bottom left no-repeat;
	padding-left:7px;
	overflow:hidden;
}
#livefeeds p{
	position:relative;
	text-align:center;
	padding: 10px 60px 15px 15px;
	color:#666;
}
#livefeeds p a{
	color:#666;
}
#sponsors{
	position:relative;
	margin: 12px 300px;
	text-align:justify;
	line-height: 200%;
	color: #666;
}
#sponsors img{
	margin-right:10px;
}
#social-links{
	position:absolute;
	bottom:0;
	right:0;
	background:url(../img/bg-livefeeds-close.gif) bottom right no-repeat;
	z-index:102;
	padding-right:17px;
	height:100%;
}
#overzicht{
	display:none;
}
#footer{
	position:fixed;
	bottom:0;
	left:0;
	width: 100%;
	background: url(../img/bg-footer.png) top left repeat-x;
	color:#999;
	font-size:10px;
	text-align:right;
}
#footer p{
	padding: 13px 25px 8px;
}
#thumbnails{
	position:fixed;
	bottom:28px;
	z-index:101;
	left:0;
}
#parcours{
	position:fixed;
	bottom:20px;
	right:0;
	z-index:101;
}
#veldrijder{
	position:fixed;
	bottom:60px;
	right:0;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:1000;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 1002;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:1003;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:999;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


#TB_next{
	position:absolute;
	top: 60px;
	right: 9px;
	display:block;
	width: 45%;
	height: 80%;
	text-align:left;
	text-indent:-3000px;
	cursor:pointer;
	text-decoration:none;
	background:url(../img/tb-next.png) top right no-repeat;
}
#TB_prev{
	position:absolute;
	top: 60px;
	left: 11px;
	display:block;
	width: 45%;
	height: 80%;
	text-align:left;
	text-indent:-3000px;
	cursor:pointer;
	text-decoration:none;
	background:url(../img/tb-prev.png) top left no-repeat;
}
#TB_closeWindow{
	position:absolute;
	top:15px;
	right:13px;
	text-indent:-3000px;
	display:block;
	overflow:hidden;
	height:25px;
	width:25px;
	padding:0;
	margin: 0;
	z-index:1010;
}
#TB_closeWindow a{
	display:block;
	height:25px;
	width: 25px;
	background:url(../img/close.png) top left no-repeat;
}