/* raverdesigns 2008: sub. www.speeltuindedriehoek.com 2008 v2 mar2308 185539 */

* { margin: 0; }
html, body {
	height: 100%;
	font-size: 13px;
	font-family: Helvetica;
	background: #0066CC repeat-x url('/images/bg_grad.jpg');
	color: #000;
}
a, a:active, a:visited {
	color: #0000EC;
	text-decoration: none;
}
a:hover { color: #FF0000; }
img { border: 0; }
h1 { font-size: 20px; }
div#body {
	width: 832px;
	margin-left: auto;
	margin-right: auto;
}
div#top {
	width 100%;
	background-image: url('/images/top_logo.jpg');
	height: 118px;
	margin-bottom: 20px;
}
div#menu {
	margin-left: auto;
	margin-right: auto;
	padding-top: 93px;
	width: 770px;
	height: 20px;
	word-spacing: 50px;
	font-weight: bolder;
	font-size: 16px;
}
div#content_left {
	width: 640px;
	float: left;
}
div#content_right {
	width: 175px;
	float: right;
}
div#clear { clear: both; }
div#bottom {
	margin-top: 20px;
	padding-top: 2px;
	width: 100%;
	height: 43px;
	background: #FFF top left no-repeat url('/images/footer_sponsors.gif');
	text-align: center;
	font-size: 11px;
}
div#sponsors { 
	font-size: 18px; 
	margin-bottom: 6px;
}
/* big boxes */
div.item_top {
	width: 100%;
	height: 20px;
	background-image: url('/images/box_big_top.jpg');
}
div.item {
	width: 100%;
	background: #FFF;
}
div.item_body {
	margin-left: 10px;
	margin-right: 10px;
}
div.item_bottom {
	height: 20px;
	width: 100%;
	background-image: url('/images/box_big_bottom.jpg');
}
span.italic { font-style: italic; }
span.italicb { 
	font-style: italic;
	font-weight: bolder;
}
span.shoutout {
	font-style: italic;
	text-decoration: underline;
}
span.waarschuwing, span.waarschuwing a { color: #FF0000; }
.h3_items {
	color: #000000;
	font: 13px Helvetica;
}
.h3_items_center {
	text-align: center;
	color: #000000;
	font: 13px Helvetica;
}
.h3_clubjes {
	color: #000000;
	font: 12px Helvetica;
	min-height: 135px;
}
.h3_clubjes img {
	margin-right: 7px;
}
/* small boxes */
div.item_small_top {
	width: 100%;
	height: 20px;
	background-image: url('/images/box_small_top.jpg');
}
div.item_small {
	width: 100%;
	background: #FFF;
}
div.item_small_body {
	margin-left: 10px;
	margin-right: 10px;
}

div.item_small_bottom {
	height: 20px;
	width: 100%;
	background-image: url('/images/box_small_bottom.jpg');
}
hr { 
	margin: 7px 0 7px 0;
	border: 1px solid #333; 
}
div.item_small_body img {
	margin: 0 auto;
	border: 4px solid #FFF;
}