﻿@charset "utf-8";
/* CSS Document */

a,
a:link,
a:visited,
a:active 
a:hover {
	/*color: #5e0201;*/
	/*background: #EFF9D0;*/
}

body {
	font-size: 9pt;
	font-family: Times New Roman, Verdana,Tahoma, Arial, Helvetica, Sans-Serif;
	background: #FFFFFF ;
	margin: 0px;
	padding: 0px;
	min-width: 750px;
	margin-top: 0px;

}

.menyKategorier a:link ,
.menyKategorier a:active,
.menyKategorier a:visited,
.menyKategorier a:hover,
.menyKategorier{

color:#52ab1d;
font-size: 12pt;
font-family: Times New Roman, Helvetica, Verdana,Tahoma, Arial, Helvetica, Sans-Serif;
font-weight:bold;
text-decoration:none;

}


.head a:link ,
.head a:active,
.head a:visited,
.head a:hover,
.head{

color:#ce000c;
font-size: 19;
font-family: Times New Roman, Helvetica, Verdana,Tahoma, Arial, Helvetica, Sans-Serif;
font-weight:bold;
text-decoration:none;

}


.copy {
	font-size: 9pt;
	font: Times New Roman, Verdana,Tahoma, Arial, Helvetica, Sans-Serif, Times New Roman;
	background: #FFFFFF ;
	margin: 0px;
	padding: 0px;
	min-width: 750px;
	margin-top: 0px;
	
}

.leftTable {
	background: #f9f9f9 ;
}


.border-Top{
border-top: 1px solid #cccc99;

}

.buttons{
	line-height: 200%;
	white-space: nowrap;
	width: 99%; /* ie6 fix */
	overflow: hidden;
	/*border-left: 1px solid #E4E1DA;*/
}
.buttons a:link,
.buttons a:active,
.buttons a:visited,
.buttons a:hover
{
	float: left;
	display: block;
	padding: 0px 8px;
	color: #FFFFFF;
	text-decoration: none;
	/*border-left: 1px solid white;
	border-right: 1px solid #000000;*/
	background: #FFFFFF url('../img/menuBackground.jpg');
}
.buttons a:hover
{
	color: #f8960f;
	background: #FFFFFF url('../img/menuBackground.jpg');
	
	/*background: #faf7df url('../img/bg_btn_hover.png') top left repeat-x;*/
	
}

.navPanel{
	border-top: 1px solid #DAD7CF;
	/*border-tpå: 1px solid #DAD7CF;
	border-bottom: 1px solid #DAD7CF;
	line-height: 200%;
	/*background: #F2F0EE url('base/bg_btn.png') top left;*/
}


.innerNavPanel {
	margin: 0 auto;
	/* width: 750px; */
}



