/**
 *	Main 
 */

html,body {
	margin:5px 0 0 0;
	padding:0;
	background-color: #474747;
	background-image: url('../images/structure/background1.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	height:100%; /* needed for container min-height */
	font-family: "Arial";
	font-size: 12px;
}

body{
	behavior: url('csshover.htc');	
}

a {
	color: #e32b29;
	text-decoration:none;
}
a:hover{
	color: #e32b29;
	text-decoration: underline;
}
td.sponsor{
	font-family: "Arial";
	*font-size:14px;
	font-size:13px;
}
#container{
	margin: 0 auto;
	width: 990px;	
	height: auto !important;
	min-height: 100%;
	background-image: url(../images/structure/backgroundnews.jpg);
	background-repeat: repeat-y;
	overflow: auto;
	font-family: "Arial";
}
div#header {
	padding:0;
	margin-top: 25px;
	height: 192px;
	width:990px;
	margin:0 auto;
	position:relative;
}
	#logo{
		float: left;
		padding-left: 38px;
		padding-right: 23px;
		height: 192px;
		background-image: url(../images/structure/bcground.jpg);
		background-repeat: repeat-x;
		background-position: bottom;
	}
	#sponsor{
		height: 117px;
		width: 760px;
		position:relative;
		float:left;
	}
		#welkom {
			padding-top: 30px;
		}
		#welkom h1 {
			font-size: 20px;
			font-family: "Arial";
			font-weight: bold;
			padding-left: 5px;
			color: #fff;
		}
		#sponsorBanner{
			position: relative;
			float:right;
			width: 495px;
			padding-top: 5px;
		}
#middel{
	width: 990px;
	height: 252px;
}
#links{
	background: url(../images/structure/info_bg.jpg);
	background-repeat: no-repeat;
	height: 252px;
	width: 230px;
	float: left;
}
	#roodgroentje {
		background-image: url(../images/structure/boekje.png);
		background-repeat: no-repeat;
		background-position: top right;
		height: 106px;
		width: 210px;
		position: relative;
		margin-right: 20px;
		margin-top: 20px;
		cursor: pointer;
	}
		#roodgroentje h1 {
			padding: 5px 0 0 20px;
			margin:0;
			color: white;
			font-family: "Arial";
			font-size: 17px;
			line-height: 23px;
		}	
	#advertisement {
		height: 126px;
		width: 210px;
		position: relative;
		margin-right: 20px;
		margin-top: 20px;
	}
		#advertisement h2 {
			padding: 5px 0 0 20px;
			margin:0;
			color: white;
			font-family: "Arial";
			font-size: 18px;
			line-height:18pt;
		}
		#advertisement h3 {
			padding: 5px 0 0 20px;
			margin:0;
			color:white;
			font-family: "Arial";
			font-size: 14px;
			line-height:18pt;
		}
	#login {
		height: 106px;
		width: 210px;
		position: relative;
		margin-right: 20px;
		margin-top: 20px;
	}
		#login h1 {
			padding: 5px 0 5px 20px;
			margin:0;
			color: white;
			font-family: "Arial";
			font-size: 16px;	
		}
		#login p{
			margin: 0;
			padding:0;
		}
		.loginbutton{
			padding-left:15px;
			font-size: 12px;
			font-family: Arial;
			font-weight: normal;
			border: 0px;
			float:left;
		}
		.registerbutton{
			font-size:12px;
			font-family:Arial;
			font-weight:normal;
			border:0px;
			float:left;
		}
		#login form {
			padding:0;
			margin:0;
		}		
		input {
			color: #8b8b8b;
			border: 1px solid #b8b9bb;
			margin-bottom: 3px;
		}
		.loginmenu{
			color:#fff;
			padding-left: 30px;
			margin: 0;
			font-family: "Arial";
			font-size:13px;
		}
		.avatar{
			border:1px solid #b8b9bb;
			padding:1px;
			width:100px;
			height:100px;
		}
		
#bericht{
	height: 252px;
	width: 530px;
	background-color: white;
	float: left;
}
	#overlayheader{
		background-image: url(../images/structure/overlay.png);
		height: 252px;
		width: 248px;
	}
	#overlayheader h1 {
		padding:30px 30px 0px 30px;
		margin:0;
		color:white;
		font-family: "Arial";
		font-size: 24px;
	}
	
#wedstrijd{
	width: 230px;
	height: 252px;
	float: left;
	position: relative;
	background-image: url(../images/structure/wedstrijd.jpg);
	background-repeat: no-repeat;
}
	.wedstrijdTxt h1{
		font: 13px "Arial";
		font-weight: bold;
		text-transform: uppercase;
		float:left;
		color: black;
		padding: 3px 0 0 10px;
		margin: 0 0;
	}
	.wedstrijdTxt h2{
		font: 11px "Arial";
		color: #898989;
		padding-left: 5px;
		float:left;
		margin: 0;
		padding: 0 0 5px 10px;
	}
	#overzicht {
		margin-top: 40px;
		padding-top: 15px;
		padding-left: 20px;
	}
		.img {
			padding: 0;
			margin: 0;
		}
	
#content{
	width: 990px;
	height: auto !important;
	height: 100%;	
	min-height: 100%;
}

#searchbarr{
	width: 220px;
	height: 100%;
	float: left;
	padding-right: 10px;
}
	#search{
		width: 195px;
		height: 30px;
		position: relative;
		padding-top: 20px;
		padding-left: 25px;
	}
		.searchinput{
			border: 1px solid #e32b29;
			vertical-align:middle;
		}
		.searchsubmit {
			background-color: #e32b29;
			color:white;
			font-size: 10px;
			border: 0px;
			height: 20px;
			vertical-align: middle;
		}
	
	#info{
		position: relative;
		width: 175px;
		font: 12px Arial, Helvetica, sans-serif;
		padding-left: 25px;
		color: #8B8B8B;
		line-height: 17px;
		font-size: 11px;
	}
		#info H1{
			font-size: 14px;
			line-height:18pt;
			font-weight:bold;
			margin-bottom: 0;
			color: #000000;
			margin-top: 15px;
		}
		#info a{
			font: 10px Arial, Helvetica, sans-serif;
			color: #e32b29;
			text-decoration: none;
		}

#nieuws{
	background-color: white;
	width: 530px;
	float: left;
	overflow: hidden;
	padding-bottom: 30px;
}
	#nieuws h1{
		padding-top: 10px;
		padding-left: 30px;
		font-family: "Arial";
		color: #e32b29;
		font-size: 18px;
		text-transform: uppercase;
	}
	#nieuws h2{
		margin: 0;
		padding:0;
		font-family: "Arial";
		color: #000000;
		font-size: 14px;
		font-weight: bold;
		text-transform:uppercase;
	}
	#nieuws h3 {
		margin: 0;
		padding: 0 0 0 10px;
		font-family: "Arial";
		font-weight: bold;
		color: #009A54;
		font-size: 12px;
	}
	#nieuws h4 {
		margin: 0;
		padding: 10px 0 20px 10px;
		color: #e32b29;
		font-family: "Arial";
		font-size: 18px;
		font-weight: bold;
		text-transform: uppercase;
	}
	#nieuws p {
		margin: 0;
		padding: 0;
		line-height: 17px;
		font-weight:bold;
		color: #8B8B8B;
		font-size: 11px;
	}
	
.top{
	width: 500px;
	background-color: white;
	margin-left: 28px;
	padding-right: 28px;
	margin-top: 25px;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.top2{
	width: 480px;
	background-color: white;
	margin-left: 16px;
	padding-right: 28px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

	.top p{
		font: 13px "Arial";
		font-weight: bold;
		color: #8b8b8b;
		padding-left: 10px;
		margin-top: 0;
		margin-bottom: 0;
		padding-bottom:0;
	}
	.top h1{
		font: 14px "Arial";
		font-weight: bold;
		text-transform: uppercase;
		color: black;
		padding-left: 10px;
		margin-top: 0;
		margin-bottom: 0;
		padding-bottom:0;
	}
	.top h2{
		font: 11px Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #009a54;
		float: left;
		padding-left: 60px;
		margin-top: 0;
		padding-top: 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.lijn{
		margin-left: 32px;
		padding:0;
	}
	.wolkje{
		padding-left: 0px;
		padding-top: 2px;
		margin:0;
		padding-right: 5px;
		float: left;
	}
	.dag {
		background: url(../images/structure/dag.jpg);
		background-repeat: no-repeat;
		height: 24px;
		width: 51px;
		text-align:center;
		padding-top:2px;
		font-size: 18px;
		color: #656565;
		font-family: Arial;
		font-weight: bold;
		margin-right: 28px;
	}
	.maand{
		background: url(../images/structure/maand.jpg);
		background-repeat: no-repeat;
		height: 20px;
		width: 51px;
		text-align:center;
		padding-top: 6px;
		font-size: 10px;
		color: #656565;
		font-family: Arial;
		font-weight: normal;
	}
.comments0 {
	background-color:#DCDCDC;
	width: 480px;
	margin: 0 0 10px 0;
	padding: 0;
}
	.comments0 a{
		color: #006600;
	}
	.comments0 a:hover{
		color: #006600;
		text-decoration: underline;
	}	
.comments1 {
	background-color:#ffffff;
	width: 480px;
	margin: 0 0 10px 0;
	padding: 0;
}
	.comments1 a{
		color: #006600;
	}
	.comments1 a:hover{
		color: #006600;
		text-decoration: underline;
	}
.commentAddButton {
	padding-left: 0px;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	border: 0px;
}


#logos{
	width: 230px;
	height: auto;
	float: left;
	position: relative;
}
	.logo1{
		margin-left: 20px;
		float: left;
		position: relative;
		margin-top: 30px;
	}

/* MENU */
ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position: inside;
	width: auto;
	position:relative;
	font-size:13px;
	font-family: "Arial Narrow";
	background-image: url(../images/structure/bcground.jpg);
	background-repeat: repeat-x;
	float:left;
	width:760px;
	height:75px;
}

ul#menu li {
	display:block;
	float:left;
	margin: 0;
	margin-top:7px;
	padding: 8px 10px 11px 10px;
	list-style:none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

ul#menu .over {
	background-color:#009a54;
}

ul#menu li .over {
	background:none;
}

ul#menu li a{
	color: white;
	font-family: "Arial";
	font-size: 12px;
	font-weight: normal;
	text-transform:uppercase;
	text-decoration:none;
	height: 21px;
	display: block;
	float: left;
}

ul#menu li ul {
	list-style:none;
	list-style-position:inside;
	position: absolute;
	top: 20px;
	width: 760px;
	display: none;
	left: 5px;
	margin-left: -46px;
	*margin-left: -6px;*/
}

ul#menu li ul li {
	list-style:none;
	list-style-position:inside;
	margin-top: 17px;
	color: white;
	font-size: 10px;
	padding-top:17px;
}

ul#menu li ul li a{
	font-size: 10px;	
}

ul#menu li ul li a {
	color: white;
}

ul#menu li:hover ul {
	display: block;
}


/**
 *	Forum 
 */

.forumWrapper {
	width: 480px;
	background-color: #fff;
	margin: 0 0 0 16px;
	padding: 0 28px 0 0;	
}
	.forumTitle {
		padding: 0 0 0 2px;
		margin: 11px 0 0 0;
	}

	#forumContainer {
		width: 472px;
		margin-left:10px;
		background: #fff;
		color:#000;
		font-family: "Arial";
		font-size: 13px;
	}
		
		.categorie {
			width: 472px;
		}
			.categorieTitel {
				font-weight: bold;
				width: 372px;
				float:left;
				color: #4b4b4b;
				font-family: "Arial";
				font-size: 14px;
				padding: 0 0 0 0;
				margin: 0 0 0 3px;
			}
			.forumLijnTop {
				background: url(../images/structure/forumlijn.gif);
				background-repeat: no-repeat;
				height: 1px;
				margin: 4px 0 0 0;
			}
			.forumLijnBottom {
				background: url(../images/structure/forumlijn.gif);
				background-repeat: no-repeat;
				width: 472px;
				float:left;
				height: 1px;
				margin: 0 0 3px 0;
			}
			
			.subOmschrijving {
				font-size: 13px;
				font-family: "Arial";
				padding-left: 10px;
				color: #4b4b4b;
			}
			
			.subcategorie0 { /* 0 = grijs voor achtergrond */
				background-color:#dcdcdc;
				font-size: 14px;
				height: 45px;
				padding: 9px 10px 0px 10px;
			}

			.subcategorie1 { /* 1 = wit voor achtergrond */
				background-color:#fff;
				font-size:14px;
				height: 45px;
				padding: 9px 10px 0px 10px;
			}

/* Forumtopics */
	#newtopic {
		width: 93px;
		float:left;
		text-align: right;
		color: #009A54;
		font-weight: bold;
		padding-right: 4px;
	}
		a.newtopic {
			color: #009A54;
			text-decoration: none;
		}
		a.newtopic:hover {
			color: #009A54;
			text-decoration: underline;
		}
	#topicsTop {
		width: 318px;
		height: 21px;
		padding: 3px 0 0 10px;
		font-size: 14px;
		font-family: "Arial";
		color: #4b4b4b;
		float:left;
	}
	#reactiesTop {
		width: 52px;
		height: 21px;
		padding-top: 3px;
		font-size: 14px;
		font-family: "Arial";
		color: #4b4b4b;
		text-align: center;
		float: left;
	}
	#auteurTop {
		width: 92px;
		height: 21px;
		padding-top: 3px;
		text-align:center;
		font-size:14px;
		font-family: "Arial";
		color: #4b4b4b;
		float:left;
	}
		a.topic {
			color: #009A54;
			text-decoration: none;
		}
		a.topic:hover {
			color: #009A54;
			text-decoration: underline;
		}
		a.auteur {
			color: #009A54;
			text-decoration: none;
		}
		a.auteur:hover {
			color: #009A54;
			text-decoration: underline;		
		}
		
		.topic0 { /* 0 = grijze achtergrond */
			width: 318px;
			background: #dcdcdc;
			color: #009A54;
			height: 21px;
			padding: 3px 0 0 10px;
			font-family: "Arial";
			font-size: 14px;
			float:left;
		}
		.reacties0 {
			background: #dcdcdc;
			width: 52px;
			height: 21px;
			padding-top: 3px;
			font-size: 14px;
			font-family: "Arial";
			color: #4b4b4b;
			text-align:center;
			float: left;
		}
		.auteur0 {
			background: #dcdcdc;
			width: 92px;
			height: 21px;
			padding-top: 3px;
			text-align:center;
			font-size: 14px;
			font-family: "Arial";
			color: #4b4b4b;
			float: left;
		}
		
		.topic1 { /* 1 = witte achtergrond */
			width: 318px;
			color: #009A54;
			height: 21px;
			padding: 3px 0 0 10px;
			font-family: "Arial";
			font-size: 14px;
			float:left;
		}
		.reacties1 {
			width: 52px;
			height: 21px;
			padding-top: 3px;
			font-size: 14px;
			font-family: "Arial";
			color: #4b4b4b;
			text-align:center;
			float: left;
		}
		.auteur1 {
			width: 92px;
			height: 21px;
			padding-top: 3px;
			text-align:center;
			font-size: 14px;
			font-family: "Arial";
			color: #4b4b4b;
			float: left;
		}
		#paginas {
			width: 468px;
			font-size: 14px;
			font-family: "Arial";
			color: #4b4b4b;
			text-align:right;
		}
			a.paginalink {
				color: #4b4b4b;
			}
			a.paginalink:hover {
				color: #4b4b4b;
			}

/* Forum Reacties */
	.userPic {
		height: 80px;
		width:80px;
		border: 1px solid #babcbd;
	}
	.forumPostLijn {
		background: url(../images/structure/forumPostLijn.png);
		background-repeat: no-repeat;
		height: 1px;
	}
	
	.reactieWrapper0 { /* 0 = grijze achterground */
		width: 452px;
		background: url(../images/structure/bgforumpostgrijs.gif);
		background-repeat: repeat-y;
		padding: 7px 10px;
		float:left;
		clear:both;
	}
	/* gebruiker info */
		.userInfo0 {
			width: 89px;
			float:left;
		}
			.userName0 {
				float: left;
				padding-bottom: 3px;
			}
			.userPic0 {
				float: left;
			}
	/* user reactie + info */
		.userReactie0 {
			width: 362px;
			float: left;
		}
			.datumReactie0 {
				width: 298px;
				height: 19px;
				float: left;
			}
			.adminReactie0 {
				width: 64px;
				float: left;
				text-align:right;
			}
			.reactieText0 {
				width: 363px;
				float: left;
				overflow: hidden;
			}
	
	.reactieWrapper1 { /* 1 = witte achtergrond */
		width: 452px;
		background: url(../images/structure/bgforumpostwit.gif);
		background-repeat: repeat-y;
		padding: 7px 10px;
		clear:both;
		float:left;
	}
	/* gebruiker info */
		.userInfo1 {
			width: 89px;
			float:left;
		}
			.userName1 {
				float: left;
				padding-bottom: 3px;
			}
				a.username {
					color: #009a54;
				}
				a.username:hover {
					color: #009a54;
				}
			.userPic1 {
				float: left;
			}
	/* user reactie + info */
		.userReactie1 {
			width: 362px;
			float: left;
		}
			.datumReactie1 {
				width: 298px;
				height: 19px;
				float: left;
			}
			.adminReactie1 {
				width: 64px;
				float: left;
				text-align:right;
			}
			.reactieText1 {
				width: 363px;
				float: left;
				overflow: hidden;
			}
			
/* Textarea */
textarea {
	border-top: 1px dashed #b8babb;
	border-bottom: 1px dashed #b8babb;
	border-left: 1px solid #b8babb;
	border-right: 1px solid #b8babb;
	margin-bottom: 4px;
	height:140px;
	width:470px;
	*width:468px;
}
#buttons{
	height:26px;
	margin-top:20px;
}
	#bold,#italic,#underline,#strike,#quote,#smiley,#image,#href {
		float:left;
		margin-right:5px;
		margin-bottom:5px;
	}
	#help{
		float:right;
		margin-bottom:5px;
	}
	
	/* Smilies */
	#smilies {
		margin: 4px;
		display: none;
		float:left;
	}
	.smiley {
		padding:1px;
		float:left;
	}

	/* BBCode */
	.bold {
	font-weight: bold;
	}

	.italics {
		font-style: italic;
		}
	
	.underline {
		text-decoration: underline;
		}
	
	.strikethrough {
		text-decoration: line-through;
		}
	
	.overline {
		text-decoration: overline;
		}
	
	.sized {
		text-size:
		}
		
	.thumbcodeheader {
		font-family: "Arial";
		font-size: 11px;
		font-weight: bold;
		}
	
	.thumbbody {
		padding-left:10px;
		padding-top:4px;
		}
	
	.quotetable {
		margin-left:20px;
		}
	
	.quotecodeheader {
		font-family: "Arial";
		font-size: 11px;
		font-weight: bold;
		padding-left:10px;
		padding-top:4px;
		}
	
	.codebody {
		background-color: #FFFFFF;
		font-family: "Arial";
		font-size: 11px;
		color: #006600;
		border: 1px solid #BFBFBF;
		}
	
	.quotebody {
		background-color: #FFFFFF;
		font-family: "Arial";
		font-size: 11px;
		color: #660002;
		width: 350px;
		border: 1px solid #BFBFBF;
		padding:4px;
		margin-left:20px;
		}
	
	.listbullet {
		list-style-type: disc;
		list-style-position: inside;
		}
	
	.listdecimal {
		list-style-type: decimal;
		list-style-position: inside;
		}
	
	.listlowerroman {
		list-style-type: lower-roman;
		list-style-position: inside;
		}
	
	.listupperroman {
		list-style-type: upper-roman;
		list-style-position: inside;
		}
	
	.listloweralpha {
		list-style-type: lower-alpha;
		list-style-position: inside;
		}
	
	.listupperalpha {
		list-style-type: upper-alpha;
		list-style-position: inside;
		}
		
	.phpbbimage {
		padding-top:3px;
		}
		
		
/**
 *	Teamstanden
 */

table.stand {
	padding: 0px;
	*width: 480px;
	width: 472px;
}

table.stand th, table.uitslagen th, table.programma th {
	background: #e32b29;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

table.stand th, table.stand td {
	padding: 3px;
	
	border-bottom: #ccc 1px solid;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

table.uitslagen {
	padding: 0px;
	*width: 480px;
	width: 472px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	margin-bottom: 15px;
	
}

table.programma {
	padding: 0px;
	*width: 480px;
	width: 472px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	margin-bottom: 15px;
}

table.uitslagen th, table.uitslagen td, table.programma th, table.programma td, {
	padding: 3px;	
	border-bottom: #ccc 1px solid;
	text-align: left;
}

div#afgelastingen{
	position: relative;
	left: 20px;
	top: 30px;
	width: 180px;
	height: 70px;
	background-color: #E32B29;
	border: 1px solid #E32B29;
}

div#agl_inner{
	position: relative;
	margin: 15px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	margin-bottom: 7px;
	cursor: pointer;
}

div#agl_meer{
	position: relative;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
}

div#afgelastingen:hover div#agl_uitklap{
	display: block;
}

div#agl_uitklap{
	position: absolute;
	width: 500px;
	height: 300px;
	background-color: #E32B29;
	border: 1px solid #E32B29;
	left: 180px;
	top: -115px;
	display: none;
}	

div#agl_uitklapinner{
	margin: 20px;
	color: #FFFFFF;
}

div#geenafgelastingen{
	position: relative;
	margin-left: 20px;
	margin-top: 30px;
	width: 180px;
	height: 70px;
	background-color: #199D56;
	border: 1px solid #199D56;
}

/* contact formulier */
.fieldLong{
	margin: 0px;
	padding: 0px;
	height: 16px;
	*height: 17px;
	width: 250px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 5px;	
	font-family: "arial";
	font-size: 12px;
	color: #000;
}

.fieldLid {
	margin: 0px;
	padding: 0px;
	font-family: "arial";
	font-size: 12px;
	color: #000;
}

.fieldVraag {
	margin: 0px;
	padding: 0px;
	height: 16px;
	*height: 17px;
	width: 403px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 5px;
	font-family: "arial";
	font-size: 12px;
	color: #000;
}

.postcode{
	margin: 0px;
	padding: 0px;
	height: 16px;
	*height: 17px;
	width: 57px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 5px;
	font-family: "arial";
	font-size: 12px;
	color: #333333;
}

.bericht{
	margin: 0px;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 5px;
	font-family: "arial";
	font-size: 12px;
	color: #333333;
}

.button{
	height: 20px;
	width: 110px;
	margin: 0px;
	padding: 0px;
	border: none;
	cursor: pointer;
	background-color: #e32b29;
	font-family: 'Arial', 'Helvetica', 'sans-serif';
	font-size: 9px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 21px;
	padding-top: 1px;
	*padding-top: 0px;
}

table.top td {
	margin: 5px 0 0 0;
	padding: 0;
	font-weight:bold;
	color: #8B8B8B;
	font-size: 11px;
}