body
{
	padding: 0px 0px 0px 0px;
	background-image: url(pics/bg.gif);
	background-repeat: repeat;
}

.allcontainer
{
	position: absolute;
	left: 50%;
	margin-left: -375px;
	width: 100%;

}

.content
{
	width: 530px;	
	left: 220px;
	position: absolute;
	background-color: white;
	border: 1px solid grey;
	
	
	
	
	
	
	
	
	
}


.menu
{
	 
	width: 200px;
	position: absolute;
	background-color: white;	
	border: 1px solid grey;
	
	
	
}

.maincontainer
{
	position: absolute;
	top: 200px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	
}

/**
 * Opmaak van de kopjes en de content
 */

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: black;
	background-color: #ffcc00;
	width: 100%;
	text-align: center;
}

span.selected_item, #selected_item {
	font-weight: bold;
	/*color: #508050;*/
	/*background-color: #EBEBEB;*/
}

h3 {
	
	font-size: 14px;
	color: black;
	text-decoration: underline;
	text-align: left;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #006699;
	margin-left: 10px;

}
.content, .content table, .content_full {
	/* margin-right: 20px;
	margin-left: 10px; */
	font-size: 11px;
	text-align: left;
	font-family: verdana, sans-serif;

}

.tablelayout, .navbar, .uitslag, .stand
{
	border-collapse: collapse;
	border: 1px dotted #cc0066;
	
}

.tablelayout td, .tablelayout th, .navbar td, .navbar th, .uitslag td, .uitslag th, .stand th, .stand td
{
	border: 1px dotted #cc0066;
	padding: 5px 5px 5px 5px;
}

.tablelayout th, .navbar th, .uitslag th, .stand th
{
	color: #990099;
	background-color: #EBEBEB;
	text-align: center;
}

A:link {text-decoration: none; font-style: normal; color: #0033ff;}
A:visited {text-decoration: none; font-style: normal; color: #0033ff;}
A:hover {text-decoration: underline; font-style: italic; color: #0033ff;}
A:active {text-decoration: none; font-style: normal; color: #0033ff;}



/**
 * Randjes
 */
.lb
{
	/*background-image: url(pics/lb.gif);*/
	background-repeat: no-repeat;
	background-position: top left;
	width: 11px;
	height: 12px;
}

.rb
{
	/*background-image: url(pics/rb.gif);*/
	background-repeat: no-repeat;
	background-position: top left;
	width: 13px;
	height: 12px;
}

.top
{
	/*background-image: url(pics/top.gif);*/
	background-repeat: repeat-x;
	background-position: top left;
}

.left
{
	/*background-image: url(pics/left.gif);*/
	background-repeat: repeat-y;
	
}

.right
{
	/*background-image: url(pics/right.gif);*/
	background-repeat: repeat-y;
	
}

.lo
{
	/*background-image: url(pics/lo.gif);*/
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 12px;
}

.bottom
{
	/*background-image: url(pics/bottom.gif);*/
	background-repeat: repeat-x;
	background-position: bottom;
}

.ro
{
	/*background-image: url(pics/ro2.gif);*/
	background-position: bottom left;
	background-repeat: no-repeat;
}

/**
 * Header
 */
.header
{
	position: absolute;
	top: 10px;
	left: 0px;
	border-collapse: collapse;
	
	margin: 0px 0px 0px 0px;
	width: 750px;
	height: 200px;
	background-image: url(pics/banner_nkrapid.gif);
	
	
}

.headerlinks
{
	/* background-image: url(pics/schaakjongen.jpg); */
	background-repeat: no-repeat;
	background-position: top left;
	width: 130px;
	
}

.headerrechts
{
	/* background-image: url(pics/header_bg.gif);	 */
	beckground-position: top left;
	background-repeat: repeat-x;
	text-align: right;
	
	
}



.headerfront, .headerfrontde, .headerfronten, .headerfrontfr
{
	/* background-image: url(pics/header.gif); *.
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 165px;
	text-align: right;
}

.headerfrontde
{
	/* background-image: url(pics/header_de.gif); */
}

.headerfrontfr
{
	/* background-image: url(pics/header_fr.gif); */
}

.headerfronten
{
	/* background-image: url(pics/header_en.gif); */
}



.header A:link {text-decoration: none; color: black;}
.header A:visited {text-decoration: none; color: black;}
.header A:hover {text-decoration: none; color: black;}
.header A:active {text-decoration: none; color: black;}

/**
 * Menu
 */


.menu p, .menu center
{	
	font-family: verdana, sans-serif;
	font-size: 11px;
}

.menuitem
{
	background-color: white;
	color: white;
	font-size: 13px;
	font-family: verdana, sans-serif;
}





