html {
	margin: 0;
	padding: 0;
}	

body {
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
a:link, a:visited, a:active {
	color: #0162a3;
	text-decoration: none;
}
a:hover {
	/* color: #86052f; */
	color: #aa3a3a;
	text-decoration: none;
}
p {
	margin:0px;
	padding:0px;
}
img {
	border: 0px;
}


/* ..........CONTENT.............
   ..............................
*/

#content {
	position: relative;
	/* margin-top: 25px; */
	margin-top: 15px;
	width: 924px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#top1 {
	width: 924px;
	height: 82px;
	background-image:url(images/top1.gif);
	background-repeat:no-repeat;
	margin-bottom:5px;
}
#top2 {
	width: 924px;
	height: 34px;
	background-image:url(images/top2.gif);
	background-repeat:no-repeat;
	margin-bottom:5px;
}
#top3 {
	width: 924px;
	height: 15px;
	background-image:url(images/top3.gif);
	background-repeat:no-repeat;
	margin-bottom:7px;
}

#left1, #left2, #left3, #maininfo, #right1, #right2, #right3, #footer {
	text-align:left;
}
#left1, #left2, #left3, #right1, #right2 {
	min-height:50px;
}
#left1botten, #left2botten, #left3botten, #right1botten,#right2botten {
	width: 162px;
	height:5px;
	padding:0px 10px 0px 10px;
	margin-bottom: 6px;
	background: transparent url('images/rutaundre.gif') repeat-x bottom;
}
#leftmain {
	width: 190px;
	text-align:left;
	float:left;
}
#left1 {
	width: 162px;
	padding:10px;
	background: transparent url('images/rutatoppgra.gif') repeat-x top;
}
#left2 {
	width: 162px;
	padding:10px;
	background: transparent url('images/rutatoppgra.gif') repeat-x top;
}
#left3 {
	width: 162px;
	padding:10px;
	background: transparent url('images/rutatoppgra.gif') repeat-x top;
}
#maininfo {
    position:relative;
	width: 544px;
	min-height:550px;
	float:left;
	background: transparent url('images/rutatoppbla.gif') repeat-x top;
}
#rightmain {
	width: 182px;
	float:right;
}
#right1 {
	width: 162px;
	padding:10px;
	margin-bottom:6px;
	background: transparent url('images/rutatopprod.gif') repeat-x top;
}
#right2 {
	width: 162px;
	padding:10px;
	margin-bottom:6px;
	background: transparent url('images/rutatoppgron.gif') repeat-x top;
}
#right3 {
	margin-bottom:6px;
}
#footer {
	color: #666666;
	font-size:10px;
}
#boxname{
	position: relative;
	top: -6px;
	font-weight:bold;
	margin-bottom:10px;
	color: #FFFFFF;
}

/* ..........TOPMENU.............
   ..............................
*/

div#topmenu {
	width:924px;
	height:34px;
	z-index:2;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
}
div#topmenu ul {
	padding:0px;
	margin:0px;
}
div#topmenu li {
	display: inline;
}
div#topmenu li a {
	text-decoration:none;
	padding:10px 15px 10px 15px;
	background: transparent right bottom no-repeat url('images/topmenudiv.gif');
	color:#FFFFFF;
}
div#topmenu li a:hover {
	color:#590000;
}
div#topmenu .menu-parent a {
	color:#aa3a3a;
}
div#topmenu .menu-current a {
	color:#aa3a3a;
}


/* ............MENU..............
   ..............................
*/

div#meny a:link, div#meny a:visited, div#meny a:active {
	color: #000000;
	text-decoration: none;
}
div#meny {
	line-height:20px;
}
div#meny ul {
	margin:0px;
	padding:0px;
	list-style-type: none;
}
div#meny ul ul {
	margin-left:15px;
	list-style-type: none;
}
div#meny li {
}
div#meny li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #CCCCCC;
}
div#meny li a:hover {
	color:#767676;
}
div#meny .menu-expand a {
	background: transparent url('images/arrow_m.gif') right center no-repeat;
}
div#meny .menu-current a {
	color:#aa3a3a;
}
div#meny .menu-child a {
	color:#000000;
}


div#meny ul ul .menu-expand a {
	background: transparent url('images/arrow_m.gif') right center no-repeat;
}
div#meny ul ul ul li.menu-expand a {
	background: transparent url('images/arrow_m.gif') right center no-repeat;
}
div#meny .menu-expand ul a {
	background: none;
}
div#meny ul ul .menu-expand ul a {
	background: none;
}
div#meny ul ul ul .menu-expand ul a {
	background: none;
}


/* ........BREADCRUMBS...........
   ..............................
*/

div#bredcrumbsmenu {
	position: relative;
	top: 5px;
	left:10px;
	font-size: 9px;
	font-style: italic;
	margin-bottom: 20px;
	color: #FFFFFF;
}
div#bredcrumbsmenu a {
	text-decoration:none;
	color:#FFFFFF;
