body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

/** layout **/
#header {
	height: 110px;
	background-color: #FFFFFF;
}

#inhoud_oud {
	background-color: #EEEEEE;
	border: 1px;
	border-style: solid;
}

#footer {
	/** float: left; 
	height: 15px;
	background-color: #DDDDDD;**/
}

/** kop , a.home_link:visited, a.home_link:link, a.home_link:active**/
#home_link_img {
	border: 0px;
	text-decoration: none;
}

/** index pagina **/
#inhoud {
	position: relative;
	left: 50%;	
	width: 840px;
	height: 800px;
	margin-left: -420px;
	background-color: #EEEEEE;
	border-width: 1px;
	border-style: solid;
}

#inhoud_links {
	float: left;
	width: 190px;
	margin: 3px;
}

#inhoud_rechts {
	margin: 0 0 0 200px;
	padding: 10px;
	height: 450px;
	background-color: #0099FF;
}

#i_links {
	float: left;
	width: 700px;
	height: 450px;
	left: 0px;
	margin: 10px;	
}

#i_rechts {
	margin: 0 0 0 700px;
	padding: 10px;
	height: 450px;
}

/** tekstpagina's **/
#links {
	float: left;
	width: 180px;
	left: 0px;
	margin: 0px;
}

#rechts {
	margin: 0 0 0 184px;
	padding: 10px;
	background-color: #EEEEEE;
	border-width: 2px;
	border-color: #999999;
	border-style: solid;
	line-height: 150%;
}

/** menu links **/
#link_elem {
	width: 180px;
	height: 50px;
	color: #FFE70C;
	font-size: 20px;
}

a.links_menu:link, a.links_menu:visited {
	width: 180px;
	height: 50px;
	display: block;
	background: url(graphics/knop_a.jpg);
	text-decoration: none;
}
	
a.links_menu:hover, a.linksmenu:active {
	width: 180px;
	height: 50px;
	display: block;
	background: url(graphics/knop_b.jpg);
	text-decoration: none;
}

#menu_kop {
	width: 180px;
	height: 25px;
	background-image: url(graphics/menu-top.gif);
}

#menu_onder {
	width: 180px;
	height: 25px;
	background-image:url(graphics/menu-onder.gif);
}
 
/* links */
#linktabel {
	width: 612px;
	background-color: #10b0f0;
	padding: 10px;
}

#linkblok {
	width: 600px;
	height: 110px;
	margin: 3px;
	background-color: #10b0f0;
	background-image: url(overige/graphics/link_back.jpg);
	background-repeat: no-repeat;
}

a.verwijzing:link, a.verwijzing:visited, a.verwijzing:hover, a.verwijzing:active {
	color: #FFFF33;
	font-weight: bold;
	text-decoration: underline;
}

/* voor knakentoernooi miniatuur keuzeveld */
#klein {
	width:400px; 
	height:120px;
	overflow: scroll; 
	border-width:1px; 
	border-style:solid;
	background-color:#00FFFF;
}

#groot {
	width: 500px;
	height: 500px;
	border-width: 1px;
	border-style: solid;
	background-color: #9999CC;
}
