/* default colors and fonts */
body {
	background		: #FFFFFF;
	font-family		: Verdana;
	font-size		: 11px;
	color			: #000000;
	text-align		: left;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}

/* tables for standings, results and schedules */
.tabel {
	font-family		: Verdana;
	font-size		: 10px;
	font-weight		: normal;
	color			: #000000;
	background		: #FFFFFF;
	border			: outset 1px #003300;
	
}

/* first row in a table (header) */
TR.tabelkop {
	font-family		: Verdana;
	font-size		: 10px;
	font-weight		: bold;
	color			: #000000;
	background		: #oo99cc;
}

/* league information */
TD.ci {
	width			: 600px;
}

/* resulttable, teams column */
TD.ul {
	width			: 110px;
	text-align		: left;
	border			: 1px solid #FFFFFF;
	background		: #ffffff;
}

/* resulttable "My team" cell */
TD.ulm {
	width			: 90px;
	text-align		: left;
	color			: #CC0000;
	background		: #f0f0f0;
}

/* resulttable, result cells */
TD.uk {
	width			: 25px;
	text-align		: center;
	background		: #ffffff;
}

/* resulttable, result cell "My team" */
TD.ukm {
	width			: 25px;
	text-align		: center;
	color			: #CC0000;
	background		: #fofofo;
}

/* standings, teams column */
TD.sl {
	width			: 110px;
	text-align		: left;
	background		: #ffffff;
}

/* standings, "My team" column */
TD.slm {
	width			: 110px;
	text-align		: left;
	background		: #f0f0f0;
}

/* standings, points column */
TD.skp {
	width			: 20px;
	text-align		: center;
	background		: #ffffff;
}

/* standings, other columns */
TD.sk {
	width			: 20px;
	text-align		: center;
	background		: #ffffff;
}

/* standings, other columns "My team" */
TD.skm {
	width			: 20px;
	text-align		: center;
	background		: #f0f0f0;
}

/* standings when using tabs, table standings */
TABLE.data_table {
	width:420px;
	border:1px solid #999;
}

/* standings when using tabs, tab cells */
TABLE.tabs_table TD {
	background-color:#fff;
	color:#363;
	width:150px;
	height:22px;
	border:0px;
	text-align:center;
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
}

/* standings when using tabs, selected tab cell */
TABLE.tabs_table TD.tab_active {
	background-image:url(../images/tabgeel150.gif);
	cursor:auto;
}

/* standings when using tabs, non selected tab cells */
TABLE.tabs_table TD.tab {
	background-image:url(../images/tabgroen150.gif);
	cursor:pointer;
}

/* standings when using tabs, non selected tab cells mouseover */
TABLE.tabs_table TD.tab_hover {
	background-image:url(../images/tabhover150.gif);
	cursor:pointer;
}

/* statistics, names column */
TD.stl {
	width			: 200px;
	text-align		: left;
	background		: #EEEEEE;
}

/* statistics, names column "My team" */
TD.stlm {
	width			: 200px;
	text-align		: left;
	background		: #C9BA53;
	font-weight		: bold;
}

/* statistics, number column */
TD.stk {
	width			: 40px;
	text-align		: center;
	background		: #EEEEEE;
}

/* statistics, number column "My team" */
TD.stkm {
	width			: 40px;
	text-align		: center;
	background		: #C9BA53;
	font-weight		: bold;
}

/* matchschedule, date column */
TD.wd {
	width			: 80px;
	text-align		: left;
	background		: #7A903E;
}

/* matchschedule, team column */
TD.wl {
	width			: 115px;
	text-align		: left;
	background		: #FFFFFF;
}

/* matchschedule, "My team" cell */
TD.wlm {
	width			: 115px;
	text-align		: left;
	background		: #f0f0f0;
	font-weight		: bold;
}

/* matchschedule, result column */
TD.wk {
	width			: 58px;
	text-align		: center;
	background		: #ffffff;
}

/* matchschedule, "-" */
TD.ws {
	width			: 10px;
	text-align		: center;
	border			: inset 0pt;
	padding			: 0pt;
}

/* matchschedule, matchreport */
TD.wv {
	background		: #DEE9DE;
	border			: outset 0px #CCCCCC;
}

/* matchschedule, matchdetails */
TD.wwd {
	font-size		: 10px;
	width			: 200px;
	background		: #FFFFFF;
}

/* .kop = header above the tables */
.kop {
	font-family		: Verdana;
	font-size		: 12px;
	font-weight		: bold;
	color			: #CC0000;
}

/* .kopschema = headers above tables matchschedule */
.kopschema {
	font-family		: Verdana;
	font-size		: 11px;
	font-weight		: normal;
	font-style		: italic;
	color			: #000000;
}

/* birthdays, name and team columns */
TD.vl {
	width			: 200px;
	text-align		: left;
	background		: #EEEEEE;
}

/* birthdays, date and age columns */
TD.vk {
	width			: 100px;
	text-align		: center;
	background		: #EEEEEE;
}

/* Team statistics, names column */
TD.tsl {
	width			: 200px;
	text-align		: left;
	background		: #FFFFFF;
	border			: outset 1px #FFFFFF;
}

/* Team statistics, other columns */
TD.tsk {
	width			: 30px;
	text-align		: center;
	background		: #FFFFFF;
	border			: outset 1px #FFFFFF;
}

/* History, all time standings, teams column */
TD.hrat {
	width			: 120px;
	text-align		: left;
	background		: #EEEEEE;
}

/* History, all time standings, points column */
TD.hrap {
	width			: 20px;
	text-align		: center;
	background		: #CCCCCC;
}

/* History, all time standings, others columns */
TD.hrak {
	width			: 20px;
	text-align		: center;
	background		: #EEEEEE;
}

/* History, goals, cards, etc, player column */
TD.hdel {
	width			: 200px;
	text-align		: left;
	background		: #EEEEEE;
}

/* History, goals, cards, etc, number column */
TD.hdek {
	width			: 30px;
	text-align		: center;
	background		: #EEEEEE;
}

/* History, extremities, wide columns */
TD.hexl {
	width			: 300px;
	text-align		: left;
	background		: #EEEEEE;
}

/* History, extremities, number columns */
TD.hexk {
	width			: 30px;
	text-align		: center;
	background		: #EEEEEE;
}

/* History, head to head, logo cells */
TD.horl {
	width			: 90px;
	text-align		: center;
	background		: #FFFFFF;
}

/* History, head to head, team cells */
TD.hort {
	background		: #7A903E;
}

/* History, head to head, text cells */
TD.horw {
	width			: 100px;
	text-align		: right;
	background		: #FFFFFF;
}

/* History, head to head, number cells */
TD.hork {
	text-align		: center;
	background		: #CCCCCC;
}

/* History, head to head, empty cells */
TD.hore {
	background		: #FFFFFF;
}

/* History, head to head, date cells */
TD.hord {
	width			: 80px;
	background		: #C9BA53;
}

/* History, head to head, leaguename cells */
TD.horc {
	width			: 250px;
	background		: #C9BA53;
}

/* History, head to head, result cells */
TD.horu {
	width			: 50px;
	background		: #C9BA53;
	text-align		: center;
}

/* History, head to head, minute cells */
TD.horm {
	width			: 30px;
	background		: #FFFFFF;
	text-align		: center;
}

/* History, head to head, player cells */
TD.hors {
	width			: 200px;
	background		: #FFFFFF;
}

/* History players, player cells */
TD.hspl {
	width			: 200px;
	background		: #FFFFFF;
}

/* History players, number cells */
TD.hspk {
	width			: 80px;
	background		: #FFFFFF;
	text-align		: center;
}

/* Schedule, date column */
TD.pwd {
	width			: 90px;
	text-align		: left;
	background		: #7A903E;
}

/* Schedule, teams column */
TD.pwl {
	width			: 200px;
	text-align		: left;
	background		: #7A903E;
}

/* Schedule, teams column "My team" */
TD.pwlm {
	width			: 200px;
	text-align		: left;
	background		: #C9BA53;
	font-weight		: bold;
}

/* Schedule, result column */
TD.pwk {
	width			: 40px;
	text-align		: center;
	background		: #7A903E;
}
.main1 {
	float: left;
	height: auto;
	width: 316px;
	padding-right: 10px;
}
.main2 {
	float: left;
	height: auto;
	width: 316px;
	padding-right: 10px;
}
.main3 {
	float: left;
	height: auto;
	width: 316px;


.navigatie {
	height: 30px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
.headeruitslagen {
	height: 300px;
	width: 100%;
}
.maincontentuitslag {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.footeruitslag {
	height: 100px;
	width: 100%;
}

