html {height:100%; }

body {
	height					: 100%;
	width   				: 100%;
	margin					: 0px;
	font-family				: verdana, "lucida console", sans-serif;
	background				: url(images/back2.gif) repeat;
	background-color		: #ffffff;
	font-size				: 12px;
}

a {
	color					: #294E95;
	text-decoration			: none;
	font-weight				: bold;
	font-size				: 14px;
}

.limenu:hover {
	background-color:	#DDE7FF;
}

.limenu {
	background-color:	#FFFFFF;
	border-bottom	: 1px solid; 
	width					: 240px;
}

#container {
	position				: absolute;
	top						: 0px;
	left					: 50%;
	width					: 1000px;
	height					: 100%;
	margin					: 0 0 0 -500px;	
	text-align  			: left;
	background	: url(images/container_bg.png) repeat-y;
}

#logo {
	position				: absolute;
	left					: 0px;
	top						: 0px;
	height					: 165px;
	width					: 1000px;
	background				: url(images/logo.png);
}

#menu {
	position				: absolute;
	left					: 20px;
	top						: 165px;
	height					: 26px;
	width					: 960px;
	text-align				: justify;
	z-index				: 100;
}

#tekst {
	position				: absolute;
	overflow			: auto;
	left					: 20px;
	top						: 260px;
	bottom					: 0px;
	width					: 730px;
	color					: #000000;
	padding-left			: 0px;
	padding-right			: 20px;
}

#rechts {
	position				: absolute;
	left					: 800px;
	top						: 260px;
	bottom					: 0px;
	width					: 200px;
	text-align  			: center;
	color					: #000000;
	padding					: 0px;
}

input.printknop {
	color					: #000000;
	background		: #DDE7FF;
	border				: 2px solid #294E95;
}



ul { /* alle lists */
   padding: 0;
   margin: 0;
   list-style: none;
}

li { /* alle list items */
   float: left;
   position: relative;
}

li ul { /* sub items */
   display: none;
   position: absolute;
   top: 1em;
   left: 0;
}

li>ul { /* postitie resetten voor alle browsers behalve IE */
   top: auto;
   left: auto;
}

li:hover ul, li.over ul { /* lists nested onder hovered list items */
   display: block;
}
