/* CSS-Document */
/* File: overflow.css */
/* Author: Sander Gaggia */
/* Date: 24-05-2005 */

body {
	background: url('../img/achtergrond_fig.jpg');
	text-align: center;
	margin-top: 10px;
	font-family: arial, sans-serif;
	font-size: 10px;
}

#main_outline {
	width: 780px;
	padding: 0px;
}

#header {
	background: url('../img/top.jpg');
	text-align: left;
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 780px;
	height: 230px;
}

#footer{
	background: url('../img/bottom.gif');
	text-align: left;
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 780px;
	height: 46px;
}

#content_outline {
	background: url('../img/achtergr_pag.gif');
	width: 780px;
	padding: 10px 0px;
	text-align: center;
}

#left_container{
	float: left;
	width: 230px;
	padding: 0px;
	margin-left: 13px;
	display: inline;
}

#content_container{
	float: right;
	width: 507px;
	padding: 0px;
	margin-right: 14px;
	display: inline;
}

.content {
	display: block;
	background: url('../img/achtergr_kop_groot.jpg');
	width: 507px;
	padding: 0px;
	text-align: left;
	margin: 0px;
}

#menu {
	display: block;
	width: 780px;
	height: 20px;
	color: #626262;
	padding-top: 10px;
}

ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

li {
  float: left;
  position: relative;
  width: 100px;
  text-align: center;
}

li ul {
  display: none;
  position: absolute; 
  left: 0;
 }

li > ul {
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { 
	display: block; 
}

a.snav {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
}

a.mnav {
	display: block;
	text-decoration: none;
	color: #777;
	padding: 5px;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #ccc;
	border-left: 0px;
	border-bottom: 0px;
	border-top: 0px;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

.content_txt{
	background-color: inherit;
	display: block;
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 12px;
	padding: 8px;
}

.header{
	background-color: inherit;
	display: block;
	float: left;
	margin-left: 0px;
	color: #FFFFFF;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding-left: 5px;
	padding-top: 3px;
}

.datum {
	display: block;
	float: right;
	margin-right: 0px;
	color: #FFFFFF;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding-right: 5px;
	padding-top: 4px;
}

.left_block{
	display: block;
	background: url('../img/achtergr_kop_klein.jpg');
	width: 230px;
	padding: 0px;
	text-align: left;
	margin: 0px;
}

.left_header{
	display: block;
	background: url('../img/kopje_klein.jpg');
	width: 230px;
	height: 28px;
	padding: 0px;
}

.left_footer{
	display: block;
	background: url('../img/bottom_kop_klein.jpg') no-repeat;
	width: 230px;
	height: 2px;
	padding: 0px;
	font-size: 0px;
}

.content_header{
	display: block;
	background: url('../img/kopje_groot.jpg');
	width: 507px;
	height: 28px;
	padding: 0px;
}

.content_footer{
	display: block;
	background: url('../img/bottom_kop_groot.jpg');
	width: 507px;
	height: 2px;
	padding: 0px;
	font-size: 0px;
}

.clr {
	clear: both;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #9C9C9C;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #9C9C9C;
}
