/*
	SLICING DOOR KOEN HOBBELT
	http://www.koen-media.nl
	
	(c) Dart- en Poolcentrum Stadsveld 2007
*/

html {
	background: white;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

/*
	CONTAINER
*/

body {
	text-align: left;
	width: 774px;
	margin: 0px auto;
	font-size: 0.8em;
}

/*
	HEADER
*/

#header {
	background: url(header.jpg) no-repeat;
	height: 207px;
}

#header h1 {
	display: none;
}

/*
	CONTAINER
*/

#container {
	background: url(content_bg.jpg) repeat-y;
}

#topbar {
	background: url(topbar_bg.jpg) no-repeat;
	text-align: right;
	height: 26px;
	line-height: 26px;
	color: White;
	padding: 0px 18px 0px 125px;
	overflow: hidden;
}

#topbar #nav {
	display: block;
	float: left;
	width: 107px;
}

#topbar a {
	color: White;
	text-decoration: none
}

#topbar a:hover {
	font-size:24; font-weight:bold; color: orange;
}

#topbar #balk {
	float: left;
	background: url(balk_bg.gif) no-repeat;
	width: 515px;
	height: 19px;
	padding: 0px 3px 0px 3px;
	line-height: 18px;
	border: 1px solid White;
	color: Black;
	overflow: hidden;
}

/*
	MENU
*/

#menu {
	padding: 0px 4px 0px 4px;
	float: left;
	width: 116px;
}

#menu ul {
	list-style: none;
}

#menu a {
	background: url(menu_item.gif);
	line-height: 26px;
	display: block;
	height: 26px;
	overflow: hidden;
	width: 90px;
	padding-left: 24px;
	text-decoration: none;
	color: Black;
	font-size: 12px;
}

#menu a:hover {
	font-size:24; font-weight:bold; color: orange;
}

#menu .home {
	background: url(menu_home.gif);
	height: 26px;
	width: 114px;
	display: block;
}

#menu .pool {
	background: url(menu_pool.gif);
	height: 25px;
	width: 114px;
	display: block;
}

#menu .darts {
	background: url(menu_darts.gif);
	height: 25px;
	width: 114px;
	display: block;
}

#menu .bottom {
	background: url(menu_bottom.gif) no-repeat top;
	height: 4px;
	display: block;
	width: 114px;
	overflow: hidden;
	line-height: 3px;
	font-size: 1px;
}

#menu .spacer {
	background: url(menu_spacer.gif) no-repeat;
	display: block;
	height: 6px;
	overflow: hidden;
	width: 114px;
	line-height: 4px;
	font-size: 1px;
}

#menu .bigspacer {
	height: 53px;
	background: url(bigspacer_bg.gif) no-repeat center center;
}
/*
	CONTENT
*/

#content {
	float: left;
	width: 534px;
}

#pagetitle {
	background: url(title_bg.gif) repeat-x;
	color: White;
	text-align: center;
	float: right;
	width: 649px;
}

#pagetitle h2 {
	font-size: 1.1em;
}

#pagetitle h2 span {
	color: black;
}

#inner {
	float: left;
	width: 514px;
	padding: 4px 4px 4px 4px;
}

#sidebar {
	width: 116px;
	margin: 0px 4px 0px 4px;
	float: right;
}

#inner ul {
	padding-left:20px;
}

#inner ol {
	padding-left:20px;
}

#sidebar ul {
	padding-left:14px;
}

#sidebar ol {
	padding-left:18px;
}

/*
	FOOTER
*/

#footer {
	clear: both;
	color: White;
	line-height: 26px;
	height: 26px;
	background: url(copyright_bg.jpg) no-repeat;
	font-size: 0.9em;
	padding: 0px 18px 0px 18px;
	text-align: right;
}

#footer a {
	color: WHite;
	text-decoration: none;
}

#footer a:hover {
	font-size:24; font-weight:bold; color: orange;
}
/*
	CROSS-BROWSER HACKS
*/
* {
	margin: 0px;
	padding: 0px;
	border: none;
}

p {
	margin: 0px 0px 1em 0px;
}

.clear {
	clear: both;
}