/*
*****************************************
* "tabeller", dvs visse engang osC layout
*****************************************
*/

.table_main_top {
	display: block;
	width: 799px;
	float: left;
	clear: none;
	height: 20px;
	white-space: nowrap;
	display: inline;
}

.table_search {
	margin-top:10px;
	font-family: 'tahoma', 'helvetica';
	font-size: 11px;
	color: #666666;
	display: inline;
	float: right;
}


/******* OK *******/

.top_header {
	clear: left;
	/*margin-top:5px;*/
	width: 800px; /*717px;*/
	/*padding-bottom: 3px;*/
	display: block;
	text-align: left;
	border-top:1px solid silver;
}
.top_header_menu {
	width: 800px;
	float: left;
	height: 20px;
	padding-left: 4px;
	border-bottom: 1px solid #dadada;
	background-color:rgb(24,89,129);
	border-bottom:1px solid silver;
	color: white;
}
span.top_logo {
	float: none;
	clear: both;
	margin-top:5px;
	width: 800px; 
	height: 55px;
	padding-bottom: 3px;
	display: block;
	text-align: right;
	background-image : url('../../images/halland/hallandparket.jpg');
	font-size: 11px;
	line-height: 12px;
	font-family: 'arial','tahoma';
}
.body_header {
	display: block;
	width: 799px;
	float: left;
	clear: none;
	height: 20px;
	white-space: nowrap;
	display: inline;
}
.body_container {
	float: left;
	width: 799px;
}

/*
*****************************************
* navigation menu
*****************************************
*/

a.nav_menu {
	font-family: 'helvetica','calibri';
	color: white;
	font-weight: bold;
	font-size: 90%;
	display: block;
	background-color: rgb(24,89,129);
	padding-top: 2px;
}
a.nav_menu:hover {
	text-decoration: none;
	color: white;
}
a.nav_menu:visited{
	color: white;
}
a.nav_menu:link {
	color: white;
}


span.menu_split {
	float: left;
	overflow: hidden;
	color: #dadada;
	font-weight: normal;
	font-size: 100%;
	margin-left: 8px;
	margin-right: 8px;
	padding-top: 2px;
	background-color: rgb(24,89,129);
}
#dropmenudiv{
	position:absolute;
	border:1px solid #dadada;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	margin-top: 1px;
	border-top: 0px;
	background-color: rgb(24,89,129);
	color: white;
}

#dropmenudiv a:visited {
	color: silver;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #ebebeb;
	border-bottom: 1px solid #dadada;
	color: black;
}
	
#dropmenudiv a{
	font-family: calibri;
	color: white;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid white;
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	background-color: rgb(24,89,129);
}



