body, html {
	height:100%;
	background-image: url(img/bk.jpg);
	background-color: #9fbbb9;
	background-repeat: repeat-x;
	margin:0;
	padding:0;	
}



/*-----------------------------------------------------------------*/
/*Boxes & Areas*/
#maintable {
	width:846px;
	background-image: url(img/mk.gif);
	background-repeat: repeat-y;
	height:100%;
	border:0;
}
#header {
	height:225px;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
}

#headtop {height:160px;}
#headertext {
	padding:50px 0 0 30px;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
}

#mainmenu {
	height:69px;	
	float:left;
}
#searchbox {
	float:right;
	width:200px;
	margin-top:20px;
	margin-right:30px;
	text-align: right;
	
}
#mainmenu img {float:left; margin-left:10px;}

#submenutr { height:25px; }
.submenu {		
	height:25px;
	width:480px;
	margin: 0 20px;
	/*SEE also: #submenu_id*/
	
}
.submenu td { height:25px; white-space: nowrap; }

#subm {	
	background-image: url(img/submk.gif);
	background-repeat: repeat-x;
	margin-left:20px;	
}

/*-----------------------------------------------------------------*/
#contentbox {
	vertical-align: top;	
}
#content {
	width:520px;
	float:left;
	margin: 40px 0 0 40px;	
}
	
	
	
#sidebar {
	width:225px;
	float:right;
	margin: 20px 20px 0 0;
	border-left: 1px dotted #86D5D0;
	
}
#sideb {	
	margin: 0 10px 0 20px;	
}


#footerbox {
	height:53px;
	background-image: url(img/footer.gif);
	background-color: #9fbbb9;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: top;	
}

.footer {margin:0 20px; padding-top:8px;
	border-top: 1px dotted #86D5D0;
	color: #196B66;
	}
	
.credits {font-size:10px;	
	line-height: 20px;
	margin-top: 5px;
	color:#cdd6d5;
	}
.credits a, .credits a:visited {
	text-decoration: none; color:#cdd6d5;
}
	
	
/*---------------------------------------------------*/
/*  Main menue (Buttons) */
	
#mainmenu a	{
	width:69px;
	height:69px;
	display: block;
	background-image: url(buttons/buttonhg.gif);
	background-repeat: no-repeat;
	margin-left:10px;
	
}


#mainmenu a:hover	{
	background-image: url(buttons/buttonhg-hover.gif);
	cursor: hand;	
}

#mainmenu .menu-current, #mainmenu .menu-parent	{
	background-image: url(buttons/buttonhg-hi.gif);
	cursor: hand;	
}


.butspan {width:69px;
	height:69px;
	display:block;}
	

/*---------------------------------------------------*/
/*  Submenu menue */

#subm a {
	padding: 0 6px;
	border-right: 2px solid #ffffff;
	color: #106672;
	font-weight: bold;
	text-decoration: none;
}

#subm a:hover, #subm .menu-current { color: #000000; }

/*-----------------------------------------------------------------*/	
/*form & search*/
input
{
	color:#000000;
	font-weight: normal;	
	border: 1px solid #666666;
	font-variant:normal;
	font-size:12px;
	margin-top:5px;
	
}
.noborder {
	border: 0;
	
}

.searchbutton {
	width:27px;
 	height:28;
	border: 0;
	vertical-align: middle;
	margin-top:-5px;
}

/*-----------------------------------------------------------------*/


#sidebar {font-size:0.9em;}
#sidebar p {
	text-align: left;
}

  /*--------------PRINT------------------*/
  
@media print {

 #header, #submenu, #footer {display:none;}

}
