﻿@charset "utf-8";
/* CSS Document */

@media screen
{
	body 
	{
		background-color: #000000;
		font-family: Verdana;
		margin: 0;
		padding: 0;
	}

	ul, li, p, form
	{
		margin: 0px;
		padding: 0px;
	}

	a
	{
		text-decoration: none;
	}

	h3
	{
		text-align: center;
	}

	h4
	{
		margin-top: -39px;
		clear: both;
	}
	
	img
	{
		border: none;
	}
	
	#login
	{
		position: absolute;
		text-align: left;
		top: 50%;
		margin-top: -77px;
		left: 50%;
		margin-left: -215px;
		background-color: #c8c9ca;
		width: 430px;
		height: 125px;
		clear: both;
	}
	
	#login form
	{
		margin: 35px 0 0 50px;
	}

	#header
	{
		background: url(../afbeeldingen/balkheader.png) bottom repeat-x;
		width: 100%;
		height: 75px;
		text-align: left;
	}

	#kopmenu
	{
		background: #333333 url(../afbeeldingen/balkheader.png) bottom repeat-x;
		width: 100%;
		height: 25px;
		text-align: right;
		color: #FFFFFF;
		font-size: 14px;
		clear: both;
	}

	#koptext
	{
		margin-right: 10px;
		padding-top: 1px;
	}

	#koptext a
	{
		color: #FFFFFF;
		text-decoration: none;
	}

	#menuposition
	{
		position: absolute;
		left: 50%;
		top: 110px;
		margin-left: -420px;
		width: 900px;
		height: 445px;
		text-align: left;
		color: black;
	}
	
	/* home menu style */
	.menubackground
	{
		position: relative;
		margin: 5px 5px 0px 5px;
		width: 400px;
		height: 145px;
		background: #c8c9ca;
	}

	.menuitem
	{
		width: 400px;
		height: 140px;
	}

	.menuimg
	{
		float: left;
		margin-top: 12px;
		margin-left: 12px;
		width: 86px;
	}

	.menutext
	{
		float: right;
		margin-top: 12px;
		margin-right: 12px;
		width: 290px;
		height: auto;
		min-height: 86px;
		text-align: left;
	}

	.menutext ul
	{
		list-style-type:none;
		padding: 0px;
		margin: 0px;
	}

	.menutext ul li
	{
		background-image: url("../afbeeldingen/listimg.png");
		background-repeat: no-repeat;
		background-position: 0px 8px;
		padding-left: 7px;
		margin-left: 11px;
	}

	.menutext ul li a
	{
		color: #000000;
		text-decoration: none;
	}

	.lijnonder
	{
		margin-left: 10px; 
		margin-top: -4px;
	}

	.itemMenu
	{
		padding-left: 10px;
		width: 390px;
		background: url(../afbeeldingen/balktekst.png) no-repeat;
		height: 20px;
	}

	#menugroot
	{
		position: absolute;
		left: 50%;
		top: 120px;
		margin-left: -450px;
		width: 900px;
		background: #c8c9ca;
		text-align: left;
		color: #000000;
		padding: 0;
	}
	
	#menugroot ul
	{
		list-style: none;
	}
	
	#menugroot ul li
	{
		color: RGB(0,0,0);
		padding: 3px;
		margin: 0 1px 0 1px;
		width: 10px;
		height: 14px;
		display: inline;
	}
	
	#menugroot ul li:hover
	{
		background-color: RGB(255,255,255);
	}
	
	#menugroot ul li.selected
	{
		background-color: RGB(255,255,255);
		width: 10px;
		height: 14px;
	}
	
	#menugroot ul li a
	{
		color: RGB(0,0,0);
		text-decoration: none;
	}

	#overflow
	{
		margin: 10px;
	}

	tr.tabletop th
	{
		border-bottom: 2px Grey solid;
	}

	td.infolijst
	{
		width: 200px;
	}
	
	td.icons
	{
		text-align: center;
		width: 40px;
	}
	
	td.idlijst
	{
		width: 35px;
	}
	
	td.subcat
	{
		text-align: center;
	}
	
	/*	Update Control Balk onder	*/
	#Updatescontainer
	{
		position: absolute;
		bottom: 0px;
		width: 100%;
		z-index: 10;
	}

	#Updatescontainer .top
	{
		width: 100px;
		margin-left: 10px;
		height: 20px;
		color: #FFF;
		background: url(../afbeeldingen/transparent.png);
		text-align: center;
		padding-top: 2px;
	}

	#Updatescontainer .top a
	{
		color: #999;
		text-decoration: none;
	}

	#Updatescontainer .balk
	{
		display: none;
		width: 100%;
		height: 85px;
		background: url(../afbeeldingen/transparent.png);
		text-align: center;
	}

	#Updatescontainer .text
	{
		padding: 5px;
		color: #999;
	}
}