html {overflow: scroll;}
DIV{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding: 0;}


body
{
	font-family: Century Gothic;
	font-size: 14px;
}

body.partijen
{
background-color: #99bb00;

}

body.bijlmertoernooi
{
	background-color: red;
	height: auto;
	font-family: Century Gothic;
}

img.title
{
	border: 0px;
}

#site
{
	background-color: white;
	width: 800px;
	height: auto;
	font-family: Century Gothic;
	
	border-top: 2px solid black;
	
}

#whitebeam
{
	height: 15px;
	background-color: white;
	width: 800px;
	float: left;
	border-left: 2px solid  black;
	border-right: 2px solid black;
}

#blackbeam
{
	height: 15px;
	background-color: black;
	width: 800px;
	float: left;
	border-left: 2px solid  black;
	border-right: 2px solid black;

}

#top
{
	height: 100px;
	background-color: white;
	width: 800px;
	float: left;
	border-left: 2px solid  black;
	border-right: 2px solid black;
}



#topleft
{
	height: 100px;
	/*background-image: url('../images/logo_zuidoost.jpg'); 
	background-repeat: no-repeat;*/
	background-color: white;
	width: 210px;
	
	float: left;
}

#topcenter
{
	width: 390px;
	float: left;
	background-color: white;
	height: 100px;
	color: red;
}

#topright
{
	width: 196px;
	float: left;
	background-color: white;
	height: 100px;
}

#sitetitle
{
	color: red;
	font-size: 31px;
	font-weight: bold;
}

#sitesubtitle
{
	color: 99bb00;
	font-size: 20px;
	font-weight: bold;
}

#topmenubeam
{
	background-color: white;
	height: 50px;
	width: 800px;
	float: left;
	border-left: 2px solid  black;
	border-right: 2px solid black;
}

#topmenublock
{
	float: middle;
	border: 2px solid black;
	width: 500px;	
}

#mainbar
{
	width: 800px;	
	border-left: 2px solid  black;
	border-right: 2px solid black;
	float: left;
	background-color: white;	
}

#mainmenu
{
	width: 150px;
	background-color: white;
	float: left;
	padding-left: 10px;
	
}



#content
{
	width: 500px;
	background-color: #99bb00;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-align: left;
	font-size: 14px;
}

#rightbanner
{
	width: 146px;
	background-color: white;
	float: right;
}






img.add
{
	border: 2px solid black;
}

a.mainlevel-nav
{
	font-weight:bold;
	font-size:16px;
	line-height: 22px;
	text-decoration: none;
	color: black;
	font-family: Century Gothic;
	background-image: url('../images/indent1.png');
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-left: 15px;
	margin-right: 15px;
	
}

a.mainlevel
{
	font-weight:bold;
	font-size:16px;
	line-height: 22px;
	text-decoration:none;
	color: black;
	font-family: Century Gothic;
	background-image: url('../images/indent1.png');
	background-repeat: no-repeat;
	padding-left: 25px;
}

a.sublevel
{
	font-size:12px;
	line-height: 18px;
	text-decoration:none;
	color:black;
	font-family: Century Gothic;
	font-weight: bold;
	padding-left: 30px;


}

table.contentpaneopen
{
	font-family: Century Gothic;
	font-size:14px;
}

table.moduletable
{
	font-family: Century Gothic;
	width:150px;
	border-top:1px solid #ffffff;
	color: white;
}

table
{
	border: 0px;
	page-break-before:never;

}
td.contentheading
{
	color:red;
	font-weight:bold;
	font-size:20px;
}

div.componentheading
{
	color: red;
	font-weight:bold;
	font-size:20px;
	line-height: 30px;
}

a
{
	color: red;
	font-weight: bold;
	font-size: 14px;
	text-decoration:none;
	font-family: Century Gothic;
}


h1
{
	color:red;
	font-weight:bold;
	font-size:20px;
}

h2
{

	font-weight:bold;
	font-size: 16px;
	color:red;
}

h5	
{
	font-weight: normal;
	font-size: 12pt;
	color:red;
}

h6
{
	font-weight: bold;
	font-size: 26px;
	color: red;
}


table.stand
{
	font-family: Century Gothic;
	font-size:14px;
}


table.deelnemers
{
	font-family: Century Gothic;
	font-size:14px;
}

table.wedstrijd
{
	font-family: Century Gothic;
	font-size:14px;

}

th.deelnemers
{
	font-weight:bold;
	font-size: 14px;
	text-align: left;
}

td.stand
{
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	color: red;
	height: 50px;

}

td.stand_uitslag 
{
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	color: red;
	height: 50px;
	writing-mode:tb-rl;

}

td.voortschrijding_uitslag
{
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	color: red;
	height: 50px;


}

td.wedstrijd_speler
{
	font-family: Century Gothic;
	font-size:14px;
	width: 100px;
}
td.wedstrijd_seperator
{
	width: 10px;
}

td.wedstrijd_uitslag
{
	font-family: Century Gothic;
	font-size:14px;
	width: 30px;	
}
td.vraag
{
	font-weight: bold;
}
td.antwoord
{
	font-weight: italic;
}




