﻿ul.menu {
list-style-type:none;
width:auto;
position:relative;
display:block;
height:33px;
font-size:1em;
background:url(../images/bg.png) repeat-x top left;
font-family:Verdana,Helvetica,Arial,sans-serif;
border:1px solid #000;
margin:0;
padding:0;
}

ul.menu li {
display:block;
float:left;
margin:0;
padding:0;
}

ul.menu li a {
float:left;
color:#A79787;
text-decoration:none;
height:24px;
padding:6px 11px 0;
font-weight:normal;
}

ul.menu li a:hover,.current {
color:#fff;
background:url(../images/bg.png) repeat-x top left;
text-decoration:none;
}

ul.menu .current a {
color:#fff;
font-weight:700;
}

ul.menu .webbshop a {
color:#f43b02;
font-weight:normal;

}


/*ORANGE*/
ul.menu.orange{
background-color:#DC4900;
}
ul.menu.orange li a:hover, .menu.orange li.current ul.menu .webbshop li.webbshop {
background-color:#F46D00;
}
           

BODY {
	font-family : Verdana;	
	font-size : 11px;	
	color : #000;
	font-style : normal;
}

.webbshopmeny a{
	font-family : Verdana;	
	font-size : 11px;	
	color : #f43b02;
	font-weight : 700;
	text-decoration:none;
}


H1 {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	color: #DC4900;
	margin-top:0;
}

hr {
    border: 0;
	color: #DC4900;
    background-color: #DC4900;
    height: 1px;
}

hr .webbshop{
    border: 0;
	background-image:url('../images/line.gif') ;
    height: 1px;
    width:100%;
}


#innehall {
	margin:0px 10px 5px 5px;
}
