/*
Copyright (c) 2005-2010 Ylab, www.ylab.nl
#fc7719:orange
#ffdd9f:light orange
#004d91:blue
*/
body{
	margin:0;
	color:#004d91;
	background:#FFBB55 url('../images/bg.gif')	repeat-y center top;
}
body,input,textarea,table{
	font:small Verdana,sans-serif;
}
h1{
	font-size:144%;
	margin-bottom:0.3em;
}
h2{
	font-size:120%;
	margin-top:0.3em;
}
h3{
	font-size:100%;
	margin-top:0.3em;
}
.ra{
	text-align:right;
}
em{
	font-family:Arial,Helvetica,sans-serif;
	font-style:normal;
	letter-spacing:0.1em;
	color:#004d91;
	font-weight :bold;
}
a:link,a:visited{
	color:#004d91;
	font-weight :bold;
}
a:hover{
	color:#ffdd9f;
	background-color:#004d91;
	text-decoration:none;
}
img{
	border:0;
}
#canvas{
	width:760px;
	margin:0 auto;
	background:transparent url('../images/achtergrond.gif')	no-repeat center top;
	font-size:90%;
	border-collapse:collapse;
}
#content{
	line-height:150%;
}
td{
	vertical-align:top;
	padding:0;
}
td.leftmargin{
	width:100px;
}
td.logo{
	text-align:center;
	width:200px;
}
td.menu,td.content{
	width:460px;
}
td.menu{
	padding-top:30px;
}
td.menu img{
	display:block;
}
td.menu ul{
	margin:0;
	padding:0;
}
td.menu li{
	margin:0;
	padding:4px 0 3px 11px;
	list-style:none;
}
td.menu a:link,td.menu a:visited{
	text-decoration:none;
	color:#fffeca;
	font-size:15px;
}
td.menu a:hover{
	color:#feed00;
}
td.menu a.selected{
	color:#feed00;
}
th{
	text-align:left;
}
hr{
	height:0;
	border:0;
	border-top:1px solid #ffe7c1;
}
div#submenu{
	padding:30px 20px 0;
}
div#submenu div{
	padding-top:10px;
}
div#content{
	padding:30px 10px;
	width:440px;
	overflow:hidden;
}
div#content h1{
	margin-top:7px;
}
.two-column{
	width:90%;
	border:1px solid #FFCC66;
	border-width:0 0 1px 1px;
}
.two-column th,.two-column td{
	width:50%;
	border:1px solid #FFCC66;
	border-width:1px 1px 0 0;
	padding:2px;
}
.three-column{
	width:96%;
	border:1px solid #FFCC66;
	border-width:0 0 1px 1px;
}
.three-column th,.three-column td{
	width:33%;
	border:1px solid #FFCC66;
	border-width:1px 1px 0 0;
	padding:2px;
}
.timetable{
	width:440px;
}
td.time{
	width:30%;
	border-right:4px solid #FFBB55;
	font-weight:bold;
}
td.time,td.event{
	padding:2px;
	background-color:#FFCC66;
	border-bottom:4px solid #FFBB55;
}
td.event{
	width:70%;
}
.results{
	width:440px;;
}
.results td.ra{
	padding-left:20px;
	padding-right:10px;
}
.sidebar{
	width:190px;
	margin:15px 0;
	padding:0 0 5px 20px;
	float:right;
}
.photo{
	margin-bottom:10px;
}
.caption{
	text-align:right;
}
.nowrap{
	white-space:nowrap;
}
ul, ol{
	padding-left:0;
	margin-left:1.1em;
	margin-top:-1em;
}
.text-xl{
	border:1px solid #004d91;
	width:375px;
}
.text-l{
	border:1px solid #004d91;
	width:300px;
}
.text-m{
	border:1px solid #004d91;
	width:225px;
}
.text-s{
	border:1px solid #004d91;
	width:150px;
}
.number{
	border:1px solid #004d91;
	width: 75px;
	text-align:right;
}
.text-low{
	height:4em;
}
.text-xl,.text-l,.text-m,.text-s,.number{
	padding:1px 2px;
	margin:0 1em 2px 0;
}
.radio{
	margin:0 2px -0 0;
}
label{
	cursor:pointer;
}
button,input.button{
	padding:2px;
	font-weight:bold;
	color:#004d91;
	border:1px solid #004d91;
	cursor:pointer;
	background:#ffdd9f;
}
button.link{
	border-width:0 0 1px 0;
	background:none;
	height:3ex;
	margin:0;
	padding:0;
}
.form td{
	padding:1px 10px 1px 0;
}
#submenu a{
	display:block;
	border:1px solid #FFE7C1;
	border-width:1px 0 0 0;
}
#submenu a:link,#submenu a:visited{
	color:#004d91;
	font-weight:500;
	text-decoration:none;
}
#submenu a.prime{
	margin-top:41px;
	margin-bottom:5px;
	border-top:0;
}
#submenu a.prime:link,#submenu a.prime:visited{
	font-weight:bold;
}
#submenu a.hilite:link,#submenu a.hilite:visited{
	background:#FFE7C1 url('../images/menu/active.gif') no-repeat center right;
}
.logo a:hover,.menu a:hover,#submenu a:hover{
	color:#fc7719;
	background-color:transparent;
	text-decoration:none;
}
.index{
	width:100%;
	border-collapse:collapse;
}
.index td{
	padding-bottom: 20px;
	padding-right: 10px;
}
.newsitem{
	position:relative;
	min-height:6em;
}
.newsitem img{
	position:absolute;
	left:0;
	top:0.4em;
}
.newsitem h3{
	margin-bottom:0;
	margin-top:0;
}
.newsitem p{
	margin-top:0;
}
.newsitem-text{
	margin:0 0 1.5em 120px;
}
.clear{
	clear:both;
}
body, textarea{
	scrollbar-face-color:#FC7215;
	scrollbar-highlight-color:#FC7215;
	scrollbar-3dlight-color:#FFBB55;
	scrollbar-darkshadow-color:#FFBB55;
	scrollbar-shadow-color:#FFBB55;
	scrollbar-arrow-color:#FFFF33;
	scrollbar-track-color:#FFBB55;
}
