html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
}

body, td
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
	overflow: -moz-scrollbars-vertical;
}

hr
{
	color: #99ccff;
	background-color: #99ccff;
	height: 1px;
	border: 0px;
	margin: 10px 0px 10px 0px;
}

h1
{
	color: #333;
	font-size: 30px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	padding:0px;
	line-height:30px;
	margin-top:6px;
	margin-bottom:20px;
}

h2
{
	color: #333;
	font-size: 23px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	padding:0px;
	margin-top:5px;
	margin-bottom:10px;
}

	h2:hover, h2:active
	{
		color: #0099ff;
	}
	

#news h1
{
	color: #333;
	font-size: 30px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	padding:0px;
	line-height:30px;
	margin-top:6px;
	margin-bottom:15px;
}
	
/* ie8 beta allocates space for the empty <a> tag! this fixes it */
/* also it doesn't work correctly in Opera and this also fixes that */
#top {
	position: absolute;
}
/* <h1>, <p> etc throws the height out, so change it to have padding instead of margins to fix it */
p {
	margin: 0;
	padding: 0.3em 0;
}

#container {
	min-height: 100%; /* use min-height not height, to prevent overlap */
	margin-bottom: -330px; /* = #footer height+padding+border, to prevent overlap */
}
* html #container {
	height: 100%; /* ie6 doesn't support min-height, so need to use height */
}

#footer-spacer {
	height: 700px; /* = #container margin-bottom plus any extra space required between #container and #footer original: 330px */
}
#footer {
	border-top: 1px solid #333;
	height: 349px;
	width:100%;
	background-image: url(../images/def/footer_back.jpg);
	background-color: #8ebbe9;
	background-position: left top;
	text-align:center;	
}

#footer_inside
{
	position: relative;
	top: 0;
	left: 0;
	width: 1000px;
	height: 330px;
	margin: 0px auto;
	text-align: left;
	z-index: 1;
}

.footer, .footer b
{
	font-size: 11px;
	color: #FFF;
	line-height:15.5px;
}

	a.footer:link, a.footer:visited
	{
		font-size: 11px;
		color: #FFF;
		text-decoration: none;
		line-height:15.5px;
	}
	
	a.footer:hover, a.footer:active
	{
		font-size: 11px;
		color: #0099ff;
		text-decoration: none;
		line-height:15.5px;
	}

.footer h3
{
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	font-style: normal;
}

#slider1 h2
{
	color: #333;
	font-size: 23px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	line-height:22px;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
}

	#slider1 h2:hover, #slider1 h2:active
	{
		color: #0099ff;
	}

h3
{
	color: #333;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	margin-bottom:0px;
	margin-top:0px;
	/*text-transform: uppercase;*/
}

/* start center */

#container
{
	position: relative;
	top: 0;
	left: 0;
	width: 1000px;
	height: auto;
	margin: 0px auto;
	text-align: left;
	z-index: 1;
}

/* end center */

#header
{
	position: absolute;
	top: 20px;
	left: 0px;
	width: 780px;
	height: 100px;
	z-index: 3;
	background-image: url(../images/def/header_mahku.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#logo_hku
{
	position: absolute;
	top: 20px;
	left: 800px;
	width: 200px;
	height: 100px;
	z-index: 3;
}

#news
{
	position: relative;
	top: 150px;
	float:right;
	width: 200px;
	z-index: 3;
}

#menu
{
	position: absolute;
	float:left;
	top: 160px;
	left: 0px;
	width: 200px;
	z-index: 400;
	padding-left:20px;
	background-color:#fff;
	-moz-box-shadow: 1px 1px 15px #fff;
	-webkit-box-shadow: 1px 1px 15px #fff;
	box-shadow: 1px 1px 15px #fff;
}

#crumbs
	{
	position: absolute;
	top: 130px;
	left: 240px;
	z-index: 5;
	font-size:10px;
	}
	
#content
{
	position: relative;
	top: 150px;
	left: 240px;
	width:540px;
	text-align: left;
	z-index: 5;
}

#content #column
{
	width:260px;
	text-align: left;
}

#content #column_blue
{
	text-align: left;
	background-color:#99ccff;
	padding:5px;
}

#menu_up
{
	position: absolute;
	top: 50px;
	left:580px;
	text-align: left;
	z-index: 4;
}

#search
{
	position: absolute;
	top: 75px;
	left:579px;
	text-align: left;
	z-index: 4;
}

.text_home
{
	color: #0099ff;
	font-size: 15px;
	text-decoration: none;
	line-height: 19px;
	font-weight: normal;
	font-style: normal;
}

.item_home
{
	color: #666666;
	font-size: 13px;
}

.item_home_text
{
	color: #0099ff;
	font-size: 12px;
	padding-top:0px;
}

.white
{
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	line-height: 19px;
	font-weight: normal;
	font-style: normal;
}

.small
{
	color: #333;
	font-size: 10px;
	text-decoration: none;
	line-height: 19px;
	font-weight: normal;
	font-style: normal;
}

.text
{
	color: #333;
	font-size: 12px;
	text-decoration: none;
	line-height: 19px;
	font-weight: normal;
	font-style: normal;
}

a.title_bold:link, a.title_bold:visited
{
	color: #000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}

a.title_bold:hover, a.title_bold:active
{
	color: #09F;
}

a:link, a:visited
{
	color: #09F;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

a:hover, a:active
{
	color: #99ccff;
}

.title
{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

	a.title:link, a.title:visited
	{
		color: #333;
		text-decoration: none;
		font-weight: bold;
	}
	
	a.title:hover, a.title:active
	{
		color: #0099ff;
		text-decoration: none;
		font-weight: bold;
	}
	
.crumbs
{
	color: #333;
	font-size:10;
	text-decoration: none;
}

	a.crumbs:link, a.crumbs:visited
	{
		color: #333;
		font-size:10;
		text-decoration: none;
	}
	
	a.crumbs:hover, a.crumbs:active
	{
		color: #0099ff;
		font-size:10;
		text-decoration: none;
	}
	
.names
{
	color: #99ccff;
	text-decoration: none;
	font-size: 12px;
	line-height: 19px;
	padding-left:15px;
	background-image: url(arrow2.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}

	a.names:link, a.names:visited
	{
		color: #0099ff;
		text-decoration: none;
	}
	
	a.names:hover, a.names:active
	{
		color: #99ccff;
		text-decoration: none;
	}
	

.names_bold
{
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 19px;
	
}

	a.names_bold:link, a.names_bold:visited
	{
		color: #333;
		text-decoration: none;
		font-weight: bold;
	}
	
	a.names_bold:hover, a.names_bold:active
	{
		color: #0099ff;
		text-decoration: none;
		font-weight: bold;
	}
		

.title_white
{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

	a.title_white:link, a.title_white:visited
	{
		color: #333;
		text-decoration: none;
		font-weight: bold;
	}
	
	a.title_white:hover, a.title_white:active
	{
		color: #fff;
		text-decoration: none;
		font-weight: bold;
	}

.nav_active
{
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0px;
}

	a.nav_active:link, a.nav_active:visited
	{
		text-decoration: none;
		color: #FFFFFF;
		font-size: 16px;
		font-weight: bold;
	}
	
	a.nav_active:hover, a.nav_active:active
	{
		text-decoration: none;
		color: #FFFFFF;
		font-size: 16px;
		font-weight: bold;
	}

.nav
{
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0px;
}

	a.nav:link, a.nav:visited
	{
		text-decoration: none;
		color: #FFFFFF;
		font-size: 16px;
		font-weight: bold;
	}
	
	a.nav:hover, a.nav:active
	{
		text-decoration: none;
		color: #FFFFFF;
		font-size: 16px;
		font-weight: bold;
	}

.nav_up
{
	color: #666666;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
}

	a.nav_up:link, a.nav_up:visited
	{
		color: #666666;
		font-size: 13px;
		text-decoration: none;
		font-weight: normal;
	}
	
	a.nav_up:hover, a.nav_up:active
	{
		color: #0099ff;
		font-size: 13px;
		text-decoration: none;
		font-weight: normal;
	}

.nav_up_active
{
	color: #333;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
}

	a.nav_up_active:link, a.nav_up_active:visited
	{
		color: #333;
		font-size: 13px;
		text-decoration: none;
		font-weight: normal;
	}
	
	a.nav_up_active:hover, a.nav_up_active:active
	{
		color: #333;
		font-size: 13px;
		text-decoration: none;
		font-weight: normal;
	}
	
.navsub_active
{
	color: #333;
	font-size: 12px;
	/*text-decoration: underline;*/
	font-weight: normal;
	padding-left: 2px;
	border-color: #0099ff;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
}

	a.navsub_active:link, a.navsub_active:visited
	{
		/*text-decoration: underline;*/
		color: #333;
		font-size: 12px;
	}
	
	a.navsub_active:hover, a.navsub_active:active
	{
		/*text-decoration: underline;*/
		color: #333;
		font-size: 12px;
	}

.navsub
{
	color: #0099ff;
	font-size: 12px;
	/*text-decoration: underline;*/
	font-weight: normal;
	padding-left: 2px;
	border-color: #0099ff;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
}

	a.navsub:link, a.navsub:visited
	{
		/*text-decoration: underline;*/
		color: #0099ff;
		font-size: 12px;
	}
	
	a.navsub:hover, a.navsub:active
	{
		/*text-decoration: underline;*/
		color: #333;
		font-size: 12px;
	}
	
.navextra_active
{
	color: #333 !important;
	font-size: 12px;
	/*text-decoration: underline;*/
	font-weight: normal;
	padding-left: 2px;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	border-color: #0099ff;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
}

	a.navsub_active:link, a.navsub_active:visited
	{
		/*text-decoration: underline;*/
		color: #333;
		font-size: 12px;
	}
	
	a.navsub_active:hover, a.navsub_active:active
	{
		/*text-decoration: underline;*/
		color: #333;
		font-size: 12px;
	}

.navextra
{
	color: #0099ff;
	font-size: 12px;
	/*text-decoration: underline;*/
	font-weight: normal;
	padding-left: 2px;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	border-color: #0099ff;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
}

	a.navextra:link, a.navextra:visited
	{
		/*text-decoration: underline;*/
		color: #0099ff;
		font-size: 12px;
	}
	
	a.navextra:hover, a.navextra:active
	{
		/*text-decoration: underline;*/
		color: #333;
		font-size: 12px;
	}
	
.input_field
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	color: #333;
	margin-bottom: 2px;
	padding: 4px 5px 4px 5px;
	width: 300px;
	height: 23px;
	background: #F3EEE8 no-repeat left top;
	vertical-align: middle;
	border-color: #cccccc;
	border-width: 1px 0px 0px 1px;
	border-style: solid solid solid solid;
}

.search_field
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	color: #333;
	border: 1px solid #333;
	padding: 4px 5px 4px 20px;
	width: 153px;
	height: 21px;
	margin-bottom: 2px;
	background: #FFFFFF url(../images/def/search_bg.gif) no-repeat left top;
	vertical-align: middle;
	border-color: #cccccc;
	border-width: 1px 0px 0px 1px;
	border-style: solid solid solid solid;
}

.search_button
{
	cursor:pointer;
	width: 24px;
	height: 23px;
	padding: 0px;
	margin: 0px;
	border: 0px solid #333;
	background: #FFFFFF url(../images/def/search_go.gif) no-repeat left top;
}
	
.input_pulldown, select
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	color: #333;
	border: 1px solid #333;
	margin-bottom: 2px;
	padding: 4px 5px 4px 5px;
	width: 300px;
	background: #FFFFFF url(http://www.mahku.nl/images/def/input_bg.gif) no-repeat left top;
	vertical-align: middle;
}

.input_pulldown_s
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	color: #333;
	border: 1px solid #333;
	margin-bottom: 2px;
	padding: 4px 5px 4px 5px;
	width: 110px;
	background: #FFEFE1 no-repeat left top;
	vertical-align: middle;
}

.input_submit
{
   background-color: #ffffff;
   font-weight: bold;
   font-size:12;
  }

.menu_open
{
padding-top:5px;
}

#slider {
    width: 410px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1 {
    width: 540px; /* important to be same as image width */
    height: 262px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1 ul { list-style-type: none;padding-left:0px;}

#sliderContent, #slider1Content {
    width: 540px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage, .slider1Image {
    float: left;
    position: relative;
	display: none;
}

.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 250px;
    background-color: #fff;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong, .slider1Image span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom
{
	bottom: 0;
	left: 0;
	height: 90px;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
}

ul
{
list-style-type: none;
}

li
{
list-style-image: url('listdot.gif');
}