/* CSS Document */

/* Element styles */

body{
	font: 72%/150% Arial, Helvetica, sans-serif;
	margin: 10px 0 0;
	padding: 0;
	text-align: center;
}

h1{
	font-size: 1.2em;
}

a{
	color: #669900;
}

/* Structure Styles */

#container{
	background: url(../_img/bg_rp.jpg) repeat-y;
	height: 530px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 990px;
}

#header_area{
	background: url(../_img/header.jpg) no-repeat;
	height: 145px;
	position: absolute;
	width: 100%;
}

#left_area{
	
}

#sportscan{
	bottom: 0;
	height: 128px;
	left: 10px;
	position: absolute;
	width: 143px;
}

#sportscan a{
	background: url(../_img/logo_sportscan.gif) no-repeat;
	display: block;
	height: 100%;
	width: 100%;
}

#content_area{
	background: url(../_img/kader.gif) no-repeat 100% 0;
	height: 385px;
	position: absolute;
	right: 0;
	top: 145px;
	width: 780px;
}

#content_block{
	height: 310px;
	left: 70px;
	overflow: auto;
	position: absolute;
	top: 40px;
	width: 570px;
}

#content{
	margin: 0 20px 0 0;
}

/* navigation styles */

#mainmenu{
	left: 20px;
	position: absolute;
	top: 160px;
	width: 156px;
}

#mainmenu,
#mainmenu li{
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainmenu li{
	background: url(../_img/button_center.gif) repeat-y;
	margin-bottom: 3px;
}

#mainmenu li a{
	background: url(../_img/button_top.gif) no-repeat;
	color: #FC0;
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
}

#mainmenu li.current a,
#mainmenu li a:hover{
	color: #000;
}

#mainmenu li a span{
	background: url(../_img/button_bottom.gif) no-repeat 0 100%;
	display: block;
	padding: 4px 10px 8px;
}

/* Content styles */

#folderlink,
#prijslink,
#presentatielink{
	display: block;
	height: 60px;
	left: 100px;
	position: absolute;
	top: 80px;
	width: 310px;
}

#prijslink,
#presentatielink{
	top: 155px;
}

#mascotte{
	background: url(../_img/mascotte.gif) no-repeat;
	bottom: 10px;
	height: 207px;
	left: 140px;
	position: absolute;
	width: 181px;
	z-index: 100;
}

/* Misc. styles */

.invisible{
	font-size: 1px;
	position: absolute;
	visibility: hidden;
}
