/*
  Main lay-out
*/

html { background-color: #7a3f9e; background-image: url(../gfx/body_bg.jpg);background-repeat: no-repeat;	background-position: top center; }

body { margin: 0; padding: 0; text-align: center; }
form { margin: 0;}

/*
  Header
*/

body div#header { position: inherit; z-index: 1; height: 199px; width: 860px; background-image: url(../gfx/header_bg.jpg);background-repeat: no-repeat;	background-position: top center; text-align: left; }
body div#header h1 { font-size: 0px; color: #ffffff; position: absolute; left: 0px; top: 0px; }


/*
  Menu
*/

div#header ul { position: absolute; margin-top: 154px; text-align: left; width: 860px; text-align: left; }
div#header ul li { float: left; text-align: left; list-style-image: none; list-style-position: outside; list-style-type: none; padding-right: 15px; }
div#header ul li a { color: #333333; font-size: 12px; text-decoration:none; }
div#header ul li a:hover { color: #000000; }


/*
  Content
*/

div#content { position: inherit;	z-index: 10;	min-height: 490px; _height: 490px;	width: 860px; background-color: #ffffff; background-image: url(../gfx/home_bg.jpg); background-repeat: repeat-x; text-align: left; }
div#footer  { position: inherit;	z-index: 10;	height: 39px;	width: 897px; background-color: #ffffff; background-image: url(../gfx/footer.jpg); background-repeat: repeat-x; text-align: left; }
div#content div#text {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
div#content div.title { font-size: 15px; font-weight: bold; color: #ffffff; float: left; width: 192px; height: 24px; vertical-align: middle; text-align: left; padding-top: 8px; padding-left: 8px; }
div#content div.actueel { background: url(../gfx/actueel_bg.jpg) repeat-x; }

div#content div#actueel_text { width: 180px; padding: 10px; font-size: 11px; height: 100%; }
div#content div#actueel_text .actueel_title { font-size: 11px;  color: #5e2883; text-decoration: underline; margin-bottom: 3px; }

/*
  Box
*/

div.box {	height: 181px; width: 204px; font-size: 0px; }
div.box .header { background: url(../gfx/box_header.jpg) no-repeat top center; color: #ffffff; font-weight: bold; height: 21px; padding-left: 12px; padding-top: 6px; font-size: 13px;  }
div.box .mid { background: url(../gfx/box_mid.jpg) no-repeat top center; color: #000000; height: 80px;  padding-left: 10px; padding-top: 4px; }
div.box .footer { background: url(../gfx/box_footer.jpg) no-repeat top center; color: #ffffff; height: 21px;  padding-left: 20px; padding-top: 2px; vertical-align: middle;}
div.box .footer a { color: #ffffff; }
div#content div#textcontent {
	width: 830px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.tabelsubmenu {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f3f3f3;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	height: 20px;
}
.contenttabel {
	background-color: #f3f3f3;
}
div#content div.titlelang {
font-size: 15px; font-weight: bold; color: #ffffff; float: left; width: 400px; height: 24px; vertical-align: middle; text-align: left; padding-top: 8px; padding-left: 8px;
}

