* {
	margin: 0px;
	padding: 0px;
	}

body {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #003366;
	background-color: #D6D6D6;
	}

.tekstgrijs {
	color: #999999;
	}
	
.tekst_geel {
	color: #FFCC00;
	font-weight:bold;
	background-color: #003366;
}	

.tekstvet {
	font-weight:bold;
}

.link {
	color: #003366;
	text-decoration:none;
}

.link:hover {
	text-decoration:underline;
}

.input_text {
	border:1px solid #3078A3;
	font-family:Tahoma, Verdana;
	font-size:11px;
	font-weight:normal;
	color: #3078A3;
	padding: 2px;
	}
	
.input_text:hover {
	border:1px solid #003366;
	font-family:Tahoma, Verdana;
	font-size:11px;
	font-weight:normal;
	color: #3078A3;
	padding: 2px;
	}
	
.input_text:focus {
	border:1px solid #003366;
	font-family:Tahoma, Verdana;
	font-size:11px;
	font-weight:normal;
	color: #003366;
	padding: 2px;
	}
	
.button {
	background-color:#3078A3;
	border: 1px solid #3078A3;
	width:80px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	}
	
.button:hover {
	background-color:#3078A3;
	border: 1px solid #003366;
	width:80px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	}

select {
	width:120px;
	border:1px solid #3078A3;
	font-family:Tahoma, Verdana;
	font-size:11px;
	font-weight:normal;
	color: #3078A3;
	padding: 1px;
}

select:hover {
	border:1px solid #003366;
	font-family:Tahoma, Verdana;
	font-size:11px;
	font-weight:normal;
	color: #3078A3;
	padding: 1px;
}

select:hover {
	border:1px solid #003366;
	font-family:Tahoma, Verdana;
	font-size:11px;
	font-weight:normal;
	color: #003366;
	padding: 1px;
}

.select_40 {
	width:40px;
}

.select_80 {
	width:80px;
}

li {
	margin-left:20px;
}

.list_1 {
	list-style-position:inside;
	list-style-image:  url("../images/layout/list_triangle.png");
}

	.list_1 li {
		margin-left:0px;
	}
	
	.list_1 a {
		color: #003366;
		text-decoration:none;
	}

.list_2 {
	list-style-position:inside;
	list-style-image:  url("../images/layout/list_triangle.png");
	font-size:11px;
	font-weight:bold;
	padding:5px;
}

	.list_2 li {
		margin-left:0px;
	}

.list_3 {		/* weetjes */
	list-style-position:outside;
	list-style-image:  url("../images/layout/list_triangle.png");
	margin-left:15px;
	line-height:1.4em;
	margin-bottom:20px;
}

	.list_3 li {
		margin-left:0px;
		margin-bottom:5px;
	}
	
	.list_3 a {
		color: #003366;
		text-decoration:none;
	}

.list_4 {
	list-style-position:inside;
	list-style-image:  url("../images/layout/list_triangle_grey.png");
}

	.list_4 li {
		margin-left:0px;
	}
	
	.list_4 a {
		color: #999999;
		text-decoration:none;
	}


.box {
	padding: 2px;
	border: 1px solid #BFBFBF;
	margin: 0px 0px 5px 0px;
	background-color: #FFFFFF;	
	}

	.box_title {
		background-image: url("../images/layout/box_title_bg.jpg");
		height:16px;
		padding: 2px 2px 2px 5px;
		color:#FFFFFF;
		font-size:12px;
		font-weight:bold;
		}
	
	.box_content {
		margin-top: 2px;
		background-color: #E9E9E9;
		padding: 2px;
		color:#003366;
		font-size:11px;	
		}

	.small_box {
		border: 1px solid #BFBFBF;
		margin: 3px 3px 5px 3px;
		}

	.box_round_1 {
		background-image: url("../images/layout/box_round_1.png");
		background-position:center;
		background-repeat:no-repeat;
		height:20px;
		padding: 5px 0px 0px 0px;
		text-align: center;
		font-weight:bold;
		}

	.box_round_2 {
		background-image: url("../images/layout/box_round_2.png");
		background-position:center;
		background-repeat:no-repeat;
		height:51px;
		padding: 10px 0px 0px 0px;
		text-align: center;
		font-weight:bold;
		color: #3078A3;
		}

	.box_round_3 {
		background-image: url("../images/layout/box_round_3.png");
		background-position:center;
		background-repeat:no-repeat;
		height:36px;
		padding: 10px 0px 0px 0px;
		text-align: center;
		font-size:24px;
		font-weight:bold;
		color: #3078A3;
		}

		
.small_text_center {
		font-size:11px;
		text-align:center;
	}

.small_text_error {
		font-size:11px;
		text-align:center;
		color:#FF0000;
	}


.page_navigation {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color:#003366;
	font-weight: bold;
	border-bottom: 1px dotted #003366;
	line-height: 1.5;
	}

.page_navigation a {
	color:#003366;
	text-decoration:none;
	}

#site_container {
	position: relative;
	margin: 0px auto;
	padding: 5px;
	height: auto;
	width: 990px;
	text-align: left;
	background-color: #FFFFFF;
	}

#site_header {
	background-image: url("../images/layout/site_header_bg.jpg");
	background-repeat: repeat-x;
	width: 990px;
	height: 120px;
	}

	#site_header a {
		text-decoration: none;
	}
	
	#site_header img {
		border-width:0px;
	}

	#site_header span {
		visibility: hidden;
	}


#header_banner {
	position: absolute;
	margin-left: 18px;
	margin-top: 15px;
	}

#header_sponsors {
	float:right;
	width: 207px;
	height: 90px;
	background-image: url("../images/layout/sponsors_slideshow_bg.png");
	background-repeat: no-repeat;
	}


#header_menu {
	position: absolute;
	height: 30px;
	width: 990px;
	margin-top: 85px;
	background-image: url("../images/layout/menu_bg.png");
	background-repeat: repeat;
	text-align: center;
	}

#new_design {
	position: absolute;
	margin-left: 600px;
	margin-top: -5px;
	z-index: 1000000;
	}

#main_container {
	position: relative;
	width: 990px;
	margin-top: 5px;
	background-color: #FFFFFF;

	}
	
#left {
	float:left;
	width: 200px;
	background-color: #FFFFFF;

	}

#page_container {
	float: left;
	width:790px;
	background-color: #FFFFFF;	
}

#menu{
	color:#FFF;
	font-size:12px;
	text-align:left;
	margin-top:20px;
}

.menu_list{
	height:21px;
	padding-left:20px;
	border-bottom:1px solid #3078A3;
}

.menu_item{
	display:block;
	float:left;
	margin-left:5px;
	margin-right:5px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight:normal;
	border-top:1px solid #BFBFBF;
	border-left:1px solid #BFBFBF;
	border-right:1px solid #BFBFBF;
	text-align:center;
	_margin-top:6px;
	background-color:#FFFFFF;
}

.menu_item a{
	display:block;
	height:16px;
	padding-top:2px;
	padding-bottom:2px;
	color:#3078A3;
	font-weight:normal;
	text-decoration:none;
}

.menu_item_active{
	background-color:#FFFFFF;
	border-top:1px solid #3078A3;
	border-left:1px solid #3078A3;
	border-right:1px solid #3078A3;
	height:17px;
	_height:19px;
	text-align:center;
	float:left;
	display:block;
	padding-bottom:1px;
	_padding-bottom:2px;
	padding-top:3px;
	margin-top:-2px;
	margin-left:5px;
	margin-right:5px;
	padding-left: 5px;
	padding-right: 5px;
	position:relative;
	top:2px;
	_top:5px;
}

.menu_item_active a{
	text-decoration:none;
	font-weight:bold;
	color:#003366;
}


	#homepage {
		float: left;
		width:570px;
		margin: 0px 10px 0px 10px;
		}
	
	#homepage_news {
		float:left;
		width: 540px;
		margin: 0px 0px 0px 10px;
		}
		
		.homepage_item {
			float: left;
			clear: both;
			width: 540px;
			margin: 20px 0px 0px 0px;
			}
			
			.homepage_news_text {
				float:left;
				margin-left: 10px;
				width: 424px;
				color:#003366;
				font-size:11px;	
				}

			#programma {
				clear: both;
				margin-top: 20px;
				margin-bottom: 20px;
			}

	#page {
		float: left;
		width: 770px;
		margin: 0px 10px 0px 10px;
		}
	
	#page_content {
		line-height:1.5em;
		}
	
	#page_content p {
		margin-bottom:10px;
		}

	#page_content img {
		padding: 2px;
		border: 1px solid #BFBFBF;
		background-color: #FFFFFF;		
	}


		#page_title, h1 {
			font-family: Tahoma, Verdana;
			font-size: 13px;
			font-weight:bold;
			color: #3078A3;
			margin-bottom: 15px;
			margin-top: 20px;
		}
		
		#page_subtitle, h2 {
			font-family: Tahoma, Verdana;
			font-size: 12px;
			font-weight:bold;
			color: #003366;
			margin-bottom: 5px;
			margin-top: 20px;
		}

	#news {
		float: left;
		width: 690px;
		margin: 20px 0px 0px 40px;
		}

		.news_item {
			float: left;
			clear: both;
			width: 690px;
			margin: 0px 0px 20px 0px;
			}
			
			.news_foto {
				float:left;
				padding: 2px;
				border: 1px solid #BFBFBF;
				width: 100px;
				height: 75px;
				background-color: #FFFFFF;	
				}

			.news_foto a, img {
				border: none;
				padding: 0px;
			}

			.news_text {
				float:left;
				margin-left: 10px;
				width: 564px;
				color:#003366;
				font-size:11px;	
				}

			.news_title {
				color:#3078A3;
				font-size:12px;	
				font-weight: bold;
				margin: 0px 0px 10px 0px;
				}
			
			.news_title a {
				text-decoration:none;
			}		

			.homepage_news_time {
				color:#3078A3;	
			}
			
			.news_time {
				color:#3078A3;	
				margin-top: 5px;
			}

			.news_more {
				float: right;
				color:#003366;
				font-size:11px;	
				font-weight: bold;
				}

			.news_more a {
				text-decoration:none;
			}

		#news_item_title {
			font-family: Tahoma, Verdana;
			font-size: 14px;
			font-weight:bold;
			color: #3078A3;
			margin-bottom: 15px;
		}

		#news_item_content {
			line-height: 1.5em;
			margin-bottom:20px;
		}

		#news_item_content img {
			padding: 2px;
			border: 1px solid #BFBFBF;
			background-color: #FFFFFF;		
		}

		#news_item_content li {
			list-style-position:inside;
			padding-left:10px;
		}


		#news_footer {
			clear:both;
			width:690px;
			height:20px;
			background-color:#E9E9E9;
			border-top:1px solid #BFBFBF;
			text-align:center;
			padding-top:4px;
			font-family: Tahoma, Verdana;
			font-size: 11px;
			color: #003366;
			margin-bottom:20px;
		}
		
		#news_footer a {
			text-decoration:none;
			color: #003366;
		}

		#news_previous {
			float: left;
			width:90px;
			height:20px;
			padding-left: 10px;
			text-align:left;
		}

		#news_subpages {
			float: left;
			width:490px;
			height:20px;
		}
	
		#news_next {
			float: right;
			width:90px;
			height:20px;
			padding-right: 10px;
			text-align:right;
		}

		#forum_header {
			clear:both;
			width:690px;
			margin-bottom:10px;
		}
		
		#forum_title {
			font-family: Tahoma, Verdana;
			font-size: 14px;
			font-weight:bold;
			color: #3078A3;
			width:250px;
			height:20px;
			float:left;

		}

		
		#forum_right_box {
			float:right;
			width:250px;
			height:20px;
			text-align:right;
		}

		.bericht_form {
			background-color: #E9E9E9;
		}

		.bericht_box {
			padding: 2px;
			border: 1px solid #BFBFBF;
			background-color: #FFFFFF;
			margin-bottom: 20px;
		}
	
		.bericht_text {
			padding: 3px;
			font-size:12px;
		}
		
		.bericht_footer {
			background-color: #E9E9E9;
			font-size:11px;
			padding: 2px;
		}
		
			.bericht_footer a {
				text-decoration:none;
				color: #003366;
			}

		.bericht_footer_naam {
			float:left;
			width:400px;
		}
		
		.bericht_footer_info {
			float: right;
			width:250px;
		}		
			
		#kalender_header {
			clear:both;
			margin-bottom:20px;
			margin-top: 20px;
			height:40px;
		}
		
		#kalender_title {
			font-family: Tahoma, Verdana;
			font-size: 14px;
			font-weight:bold;
			color: #3078A3;
			width:390px;
			height:20px;
			float:left;
		}

		
		#kalender_right_box {
			float:right;
			width:275px;
			padding: 2px;
			border: 1px solid #BFBFBF;
			margin: 0px 0px 5px 0px;
			background-color: #FFFFFF;	
		}

			#kalender_right_box_content {
				background-color: #E9E9E9;
				padding: 2px 5px 2px 5px;
				color:#999999;
				font-size:11px;	
				}

			#kalender_right_box_content a {
				color:#999999;
				text-decoration:none;
				font-weight: bold;
				}


	#kalender_wedstrijden {
		clear:both;
	}		
			
		.kalender {
			font-family: Tahoma, Verdana;
			font-size: 11px;
			font-weight:normal;
			line-height:1.4em;
		}		

		.kalender_grijs {
			font-family: Tahoma, Verdana;
			font-size: 11px;
			font-weight:normal;
			line-height:1.4em;
			color: #999999;
		}		
		
		.kalender a {
			color:inherit;
			text-decoration:none;
		}
		
		
		.verslag {
			color:#3078A3;
			font-weight:bold;
		}

		.verslag a {
			color:inherit;
			text-decoration:none;
		}

		
		.wednr {
			color:#3078A3;
			font-weight:normal;		
		}
		
		.kalender_extra {
			background-color:#E9E9E9;
		}

		.kalender_extra_info {
			background-color:#E9E9E9;
			color:#3078A3;
		}

	.rangschikking {
		font-family: Tahoma, Verdana;
		font-size: 11px;
		font-weight:normal;
	}
	
	.rang_titel {
		background-color:#E9E9E9;
		color:#999999;
		font-weight:bold;
		height:20px;
	}

	.rang_titel_center {
		border-bottom:thin solid #BFBFBF;
		text-align:center;
	}

	.rang_titel_left {
		border-bottom:thin solid #BFBFBF;
		text-align:left;
	}

	.rang_titel_right {
		border-bottom:thin solid #BFBFBF;
		text-align:right;
	}

	.rang_1 {
		background-color:#FFFFFF;
	}

	.rang_2 {
		background-color:#F2F2F2;
	}

	.rang_left {
		text-align:left;
	}

	.rang_center {
		text-align:center;
	}
	
	.rang_right {
		text-align:right;
	}
	
	.rang_forfait {
		margin: 10px 0px 20px 0px;
		font-size:11px;
		text-align:center;
	}
	
	.foto_credits {
		font-size:11px;
		font-weight:normal;
		color:#999999;
	}
	
	.voorstelling_ploegfoto {
		text-align:center;
		margin-bottom: 20px;
	}
	.voorstelling_ploegfoto img {
		padding: 2px;
		border: 1px solid #BFBFBF;
		background-color: #FFFFFF;		
		
	}
	
	.voorstelling_nr {
		text-align:right;
		vertical-align:top;
		padding-right:5px;
	}

	.voorstelling_info {
		vertical-align:top;
		padding-left:5px;
	}
	
	.voorstelling_naam {
		color:#003366;
		font-weight:bold;
		font-size:12px;
		line-height:1.4em;
	}
	
		.voorstelling_naam a{
			color:#003366;
			font-weight:bold;
			font-size:12px;
			line-height:1.4em;
			text-decoration: none;
		}

	.voorstelling_foto {
		color:#003366;
		font-weight:bold;
		font-size:12px;
		line-height:1.4em;
	}

	.voorstelling_functie {
		color:#3078A3;
		font-weight:normal;
		font-size:11px;
		line-height:1.4em;
	}
	
	.voorstelling_mail {
		color:#3078A3;
		font-weight:normal;
		font-size:11px;
		line-height:1.4em;
		text-decoration: none;	
	}

	.voorstelling_mail a {
		color:#3078A3;
		font-weight:normal;
		font-size:11px;
		line-height:1.4em;
		text-decoration: none;	
	}

	
	.table_1_title {
		color:#3078A3;
		font-size:11px;	
		font-weight: bold;
	}
	
	#right {
		float: left;
		width: 200px;
		}

#site_footer {
	clear:both;
	padding: 2px;
	margin: 20px 0px 5px 0px;
	background-image: url("../images/layout/box_title_bg.jpg");
	font-size:11px;
	position:relative;
	width: 986px;
	height:16px;
	}
	
	#site_footer a:link {
		color: #FFFFFF;
		text-decoration:none;
		}
	
	#site_footer a:visited {
		color: #FFFFFF;
		text-decoration:none;
		}
	
	#site_footer a:hover {
		color: #FFFFFF;
		text-decoration:underline;
		}

	#site_footer a:active {
		color: #FFFFFF;
		text-decoration:none;
		}

#site_footer_left {
	padding: 2px 2px 2px 5px;
	color:#FFFFFF;
	font-size:11px;
	width: 400px;
	text-align:left;
	float:left;
		}

#site_footer_right {
	padding: 2px 2px 2px 5px;
	color:#FFFFFF;
	font-size:11px;
	width: 400px;
	text-align: right;
	float:right;
		}

#site_credits {
	margin-top: -2px;
	margin-bottom: 0px;
	width: 990px;
	padding:0px;
	color: #999999;
	font-size: 11px;
	text-align: center;
	}
	
#wensen {
		float:left;
		width: 550px;
		margin: 10px 0px 0px 10px;
		}
		
.list_eetdag {
	list-style-position:inside;
	list-style-image:  url("../images/layout/list_triangle.png");
	font-size:11px;
	font-weight:bold;
	padding:2px;
}

	.list_eetdag li {
		margin-left:0px;
	}

#gerecht {
	font-size:11px;
	color: #003366;
	}

#prijs {
	font-size:11px;
	color: #3078A3;
	text-align: center;
	}

#prijs2 {
	font-size:11px;
	color: #3078A3;
	}

.aantal2 {
	font-size:11px;
	color: #3078A3;
	font-weight: bold;
	}
	
#eetdag_fout {
	background-color: #F7D5D5;
	border: 1px solid #CC0000;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
	}

#eetdag_goed {
	background-color: #D5F7D5;
	border: 1px solid #00CC00;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #00CC00;
	text-align: center;
	}


#eetdag_totaal {
	border-top: 1px solid #3078A3;
	padding: 3px;
	padding-right:0px;
	font-size: 12px;
	font-weight: bold;
	color: #3078A3;
	text-align: right;
	float:right;
	}

#eetdag_totaal2 {
	font-size: 12px;
	font-weight: bold;
	color: #3078A3;
	}

.button_eetdag {
	background-color:#3078A3;
	border: 1px solid #3078A3;
	width:160px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	}
	
	.button_eetdag:hover {
		background-color:#3078A3;
		border: 1px solid #003366;
		width:160px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
		}

#profiel_foto {
	margin: 0px;
	margin-left: 650px;
	margin-top: -10px;
	position: absolute;
	width: 75px;
	height: 100px;
	text-align: right;
}

#profiel_nr {
	margin: 0px;
	margin-left: 610px;
	margin-top: -10px;
	position: absolute;
	width: 33px;
	height: 22px;
	text-align: right;
}