html, body {
	width: 100%;							height: 100%;
	margin: 0;								padding: 0;
}



#ctr {
	width: 780px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url("images/faux.jpg");
	color: #000000;
	font-family: verdana, sans-serif;
	font-size: 11px;
	letter-spacing: 0.8px;
	line-height: 18px;
	overflow: hidden;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF9900;
	border-left-color: #FF9900;
}



#header {
	width: 100%;							height: 103px;
	background-color: #FF9900;				
	padding: 20px 0 40px 0;
	overflow: hidden;
}

	#header img {
		border-top: 1px solid #FFFFFF;		border-bottom: 1px solid #FFFFFF;		
	}
	
	
.clearit {
	width: 100%;
	height: 0;
	clear: both;
	float: left;
}

#nav {
	float: left;							width: 28%;
	height: auto;	
}
	
	
	
ul.navigatie {							
	width: 100%;							height: auto;
	margin: 0;								padding: 0;
	background-color: #DEDEDE;				
	list-style-type: none;
	overflow: hidden;
}

ul.navigatie li.top {
	width: 100%;							height: auto;
	padding: 6px 0 6px 0;					margin: 0;
	background-color: rgb(58,58,58);		color: #FFFFFF;		
	font-size: 11px;						font-weight: bold;
	text-transform: uppercase;				text-indent: 10px;
	letter-spacing: 2px;
	border-top: 1px solid #FFFFFF;
}

ul.navigatie li.normaal {
	width: 100%;							height: auto;
	margin: 0;								padding: 0;
	letter-spacing: 2px;					text-indent: 35px;
	font-size: 11px;						
	border-top: 1px solid #FFEEFF;
}

ul.navigatie li.forbidden {
	width: 100%;							height: auto;
	margin: 0;								padding: 6px 0 6px 0;
	letter-spacing: 2px;					text-indent: 18px;
	font-size: 11px;						
	border-top: 1px solid #FFEEFF;
	color: #FFFFFF;
}

ul.navigatie a, ul.navigatie a.a1 {
	display: block;
	width: 100%;							height: 100%;
	padding: 6px 0 6px 0;					margin: 0;
	background-color: #DEDEDE;				background-image: url();
	color: #111111;							text-decoration: none;	
}

ul.navigatie a.a1:hover {
	display: block;
	width: 100%;							height: 100%;
	padding: 6px 0 6px 0;					margin: 0;
	background-color: #DEDEDE;				background-image: url();
	color: #111111;							text-decoration: none;	
}

ul.navigatie a:hover {
	background-color: #BCBCBC;
	background-image: url("images/menu.jpg");
	background-repeat: no-repeat;
	background-position: 10px 8px;
}


ul.navigatie a.account {
	display: block;
	width: 100%;							height: 100%;
	padding: 16px 0 6px 0;					margin: 0;
	background-color: #DEDEDE;				background-image: url();
	color: #111111;							text-decoration: none;	
}

ul.navigatie a.account:hover {
	text-decoration: underline;
	display: block;
	width: 100%;							height: 100%;
	padding: 16px 0 6px 0;					margin: 0;
	background-color: #DEDEDE;				background-image: url();
	color: #111111;
}


#hold {
	width: 72%;								float: left;
	margin: 0;								padding: 0;
	
}

#content {
	width: 90%;								height: auto;
	margin: 0 auto 0 auto;			
}



#content a.menu {
	display: block;							text-decoration: none;
	color: #000000;							margin: 4px 0 4px 0;
}

#content a.menu:hover {
	text-decoration: underline;
}

#content img.menu {
	float: left;
	margin: 0 5px 0 0;
}	

h1 {
	width: 100%;							height: auto;
	margin: 40px 0 5px 0;					padding-bottom: 5px;
	font-size: 17px;						font-weight: bold;						
	letter-spacing: 0px;					text-transform: uppercase;
	color: #FF9900;							border-bottom: 1px solid #FF9900;
}

h1 a {
	color: #FF9900;							display: block;
	text-decoration: none;					width: 100%;
}

h2 {
	width: auto;							height: auto;
	margin: 40px 10px 5px 0;				padding-bottom: 5px;
	font-size: 15px;						font-weight: bold;						
	letter-spacing: -1px;					text-transform: lowercase;
	color: #FF9900;							border-bottom: 1px solid #FF9900;
}


h3 {
	width: 100%;							height: auto;
	margin: 40px 10px 5px 0;				padding-bottom: 1px;
	font-size: 12px;						font-weight: bold;
	letter-spacing: 0px;
	color: #212121;							border-bottom: 1px solid #676767;
}


span.datum {
	display: block;							width: 80%;
	color: #887788;							height: 25px;
	float: left;
	margin: 0;
}

span.reactions {
	display: block;							width: 20%;
	color: #887788;							height: 25px;
	float: left;							text-align: right;
	margin: 0;
}

span.reactions a {
	color: #887788;
}

span.name{
	display: block;							width: 100%;
	font-weight: bold;						font-size: 12px;
	text-align: center;
}

span.group {
	display: block;							width: 100%;
	letter-spacing: -1px;					font-size: 11px;
	text-align: center;
	margin-top: 5px;
}

span.date {
	display: block;							width: 100%;
	letter-spacing: -1px;					font-size: 10px;
	color: #BBAABB;							text-align: center;
	margin-top: 10px;	
}

p, p.main {
	width: 100%;							height: auto;
	letter-spacing: 0.8px;					line-height: 18px;
	margin: 10px 0 10px 0;					text-align: justify;	
}



.react {
	width: 100%;							margin: 30px 0 0 0;	
	padding: 4px 0 0 0;						/*border-top: 0px solid #BBAABB;		*/
}


p.reactleft {
	width: 30%;								float: left;
}

p.reactright {
	width: 66%;								float: right;	
	border-left: 1px solid #BBAABB;			padding: 0 0 0 2%;
	text-align: justify;					height: auto;
}

span.match {
	display: block;							width: 40%;
	float: right;							margin: 0;
}

span.ploeg {
	display: block;							width: 40%;
	float: left;							margin: 0;	
}



ul.footer {
	width: 100%;							height: 22px;
	margin: 50px 0 0 0;						padding: 4px 0 4px 0;
	border-top: 1px solid #FFFFFF;			border-bottom: 1px solid #FFFFFF;
	background-color: rgb(58,58,58);
	list-style-type: none;					clear: both;
}

ul.footer li {
	width: 30%;								height: auto;
	float: left;							padding: 4px 0 0 0;						
	color: #FFFFFF;
	text-indent: 10px;
}



form.login {
	display: none;
	width: 10%;								height: auto;
	margin: 0;								padding: 0;
}

input.login_txt {
	width: 80%;
	margin: 8px 0 0 10%;
}

input.login_btn {
	width: auto;
	margin: -20px 0 0 10%;
	background-color: #FFFFFF;				color: #110011;
	border: 1px solid rgb(165,172,178);
}



table.nieuws, table.prn {
	border: 0;								width: 0;
}

table.nieuws tr, table.prn tr {
	width:100%;
}

table.nieuws td {
	text-indent: 4px;						font-size: 11px;
	letter-spacing: 0.5px;
}

table.prn td input.txtPrn, table.prn td input.txtPrn2 {
	width: 90%;
	font-size: 11px;
	letter-spacing: 1px;	
}


table a img {
	border: 0;
}

input.txtNews, input.txtText {
	width: 80%;
	font-size: 11px;
	letter-spacing: 1px;
	border: 1px solid #414141;
	background-color:#EFEFEF;
}

textarea.txtText {
	width: 80%;
	height: 100px;
	font-size: 11px;
	font-family: verdana, sans-serif;
	letter-spacing: 1px;
	border: 1px solid #414141;
	background-color:#EFEFEF;
}

select.txtNews, input.txtText {
	width: 80%;
	font-size: 11px;
	letter-spacing: 1px;
}

input.btnNews, input.btnText {
	width: auto;
	background-color: #DEDEDE;
	border: 1px solid #878787;	
}

form.frmNews {
	width: 100%;
	margin: 40px 0 40px 0;
}

form a {
	text-decoration: none;
	color: #000000;	
}

form a:hover {
	text-decoration: underline;	
}

.album {
	width: 90%;						height: 80px;	
	margin: 20px auto 20px auto;	padding: 10px 0 10px 0;
	cursor: pointer;
}

.album img {
	float: left;
	margin: 0 10px 0 10px;
}

.album h3 {
	font-size: 15px;				font-weight: bold;
	float: left;					margin: 0;
	width: 70%;						text-transform: uppercase;
}

.album p {
	float: left;					margin: 8px 0 0 0;
	width: 70%;
}

.album p span {
	font-size: 10px;
	display: block;	
}

img.albumdisp {
	float: left;
	width: 80px; 					height: 80px;
	margin: 20px 20px 20px 20px;	cursor: pointer;
	border: 1px solid #999999;
}

a.bla {
	color: #000000;
	text-decoration: none;	
}

a.bla:hover{
	text-decoration: underline;	
}

ul.prn {
	width: 100%;
	margin: 20px auto 20px auto;
	list-style-type: none;
	padding: 0;
}

ul.prn li {
	width: 100%;
	margin: 1px 0 0 0;
	padding: 4px 0 4px 0;
	text-indent: 10px;	
}

ul.prn li a {
	color: #000000;
	text-decoration: none;
}

table.alb td, table.prn td {
	padding: 3px 0 3px 0;	
}

a.out {
	color: #000000;
	text-decoration: none;
	display: block;
	margin: 5px 0 4px 0;
}

a.out:hover {
	text-decoration: underline;	
}


ul.links {
	margin: 10px 0 10px 0;
	padding: 0;
	list-style-type: none;	
}



ul.ploegen {
	width: 100%;				height: 26px;	
	margin: 0;					padding: 0;
	list-style-type: none;
	background-color: #FFFFFF;
}

ul.ploegen li {
	float: left;				width: 23%;
	font-weight: bold;			color: #FFFFFF;
	margin: 0;					padding: 0;
	text-indent: 10px;			background: none;
}

ul.ploegen li a {
	display: block;				
	width: 100%;				height: 100%;
	background: #FF9900;		color: #FFFFFF;
	text-decoration: none;		padding: 4px 0 4px 0;	
	text-align: center;
}

ul.ploegen li a:hover {
	display: block;				
	width: 100%;				height: 100%;
	background-color: #FFFFFF;	color: #414141;
	text-decoration: none;	
}


ul {
	width: 80%;					height: auto;
	margin: 8px 0 8px;			padding: 0 0 0 20px;	
	list-style-type: square;	clear: both;
}

li {
	width: 100%;			margin: 3px 0 3px 0;
	padding: 0;
}



.statout {
	width: 90%;				height: 12px;
	background-color: #FFFFFF;	border: 1px solid #212121;	
}

.statin {
	width: 0px;					height: 100%;
	background-color: #ABABAB;
}



span.quote {
	display: block;
	width: 80%;					height: auto;
	padding: 4px 4px 4px 4px;	margin: 0 auto 10px auto;
	background-color: #EFEFEF;	border: 1px solid #A9A9A9;
	border-top: 0;
	font-size: 10px;
	clear: both;
}

span.quotetitle {
	display: block;
	width: 80%;					height: auto;
	padding: 4px 4px 10px 4px;		margin: 10px auto 0 auto;
	background-color: #EFEFEF;	border: 1px solid #A9A9A9;
	border-bottom: 0;
	font-size: 9px;
	font-weight: bold;
	clear: both;
}






div.gbe {
	width: 96%;				height: auto;
	margin: 20px 0 10px 0;	padding: 2% 2%;
	background-image: url('images/gb.jpg');
	background-repeat: repeat-y;
	background-position: 127px 0;
	border: 1px solid #006600;
	border-top: 10px solid #FF9900;
}


div.gbe p.gbel {
	float: left;	
	margin: 0;					padding: 0;			
	width: 25%;					height: 50px;
}

div.gbe p.gber {
	float: right;				
	width: 72%;					height: auto;
	margin: 0;					padding: 0;
}

div.gbe div.cl {
	clear: both;
	width: 100%;				height: 1px;
}

