@charset "UTF-8";
/* CSS Document */





/********************************************************************************************/
/* 0.	GENERAL *****************************************************************************/
/********************************************************************************************/

html, body {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #EEE;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #000;
}
body {
	margin-top: 0px;
	margin-bottom: 30px;
}

#pagewidth { 
	width: 500px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;  
	background-color: #FFF;
}

.clear {
	clear: both;
	line-height: 1px;
}

.seizoen {
	color: #666;
	font-weight: bold;
	text-transform:uppercase;
	font-size:16px;
}
.seizoen2 {
	color: #666;
}

#left {
	float: left;
	width: 230px;
	/*background-color: #EEEEEE;*/
	text-align: left;
	margin-left:30px;
}

#right {
	float: right;
	width: 180px;
	/*background-color: #F9F9F9;*/
	text-align: right;
	margin-right:30px;
}

.ttl {
	color: #339933;
	font-weight:bold;
	margin-bottom:18px;
}


#footer {
	/*background-color: red;*/
	margin-top: 25px;
	padding-top: 6px;
	font-size: 10px;
	color: #999;
	text-align: center;
	background-color:#EEE;
}
