/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: normal;
	color: #333333;
	font-size: 100%;
	background-color:#440000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

a, a:link, a:active, a:visited   {
	font-weight: bold;
    text-decoration: none;
	color: #770000;
    border: 0px;
}

a:hover   {
	font-weight: bold;
    text-decoration: none;
	color: #666666;
}

h1 {
	font-size: 120%;
	color: #770000;
}

h1.produkter, h2 {
	font-size: 110%;
	font-weight: normal;
	color: #770000;
	margin: 0px 0px 6px 0px;
}

h1.produkter span, h2 span {
	color: #666666;
	font-size: 100%;
	font-weight:normal;
}

h3 {
	color: #333333;
	font-size:100%;
	font-weight:normal;
	background: url(../images/border_h_cccccc_h3.gif) repeat-x;
	padding:0px 0px 7px 0px;
}

h3 span {
	color: #999999;
	font-size: 100%;
	font-weight:normal;
}

p {
	font-size: 80%;
	margin: 5px 0px 10px 0px;
}

/* LAYOUT  ALLMANT STRUKTUR */

#head {
	margin: 15px auto 0px auto;
	padding:  0px;
	border: 0px;
	text-align: left;
	/*display: block !important; */
	width: 950px;	
	height: 108px;
	color: #f0f0f0;
}

.logga {
	float:left;
	width:178px;
}

#head .logga img, #head .logga img a {
	border: 0px;
}

#mitten {
	margin: 1px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	background-image: url(../images/white.gif);
	background-repeat: repeat-x;
	/*border-top: 1px solid #fff;*/
	background-position: 0 0 !important;
	background-color:#ffffff;
	overflow:hidden;
}

#innehall {
	margin: 30px auto 0px auto;
	padding: 0px;
	text-align: left;
	display: block !important; 
	width: 950px;	
	background: none;
	min-height: 100%;
}

* html #innehall {
	height: 100%;
} 

#sidfot {
	padding: 40px 0px 0px 0px;
	width: 100%;
	height: 125px;
	background-image: url(../images/bg_sidfot.jpg);
	background-repeat: repeat-x;
	background-color:#440000;
}

#sidfottext {
	width: 950px;
	margin: 0px auto 0px auto;
	text-align:right;
	color:#cccccc;
	font-size:90%;
	}
	
.sidofottextbox {
	margin-right: 30px;
	float:right;
	width:auto;
	text-align: left;
}

#sidfottext .sidofottextbox p {
	padding:0px;
	
}

.sidofottextbox p.fet {
	font-size:90%;
	font-weight: bold;
	letter-spacing:1.5px;
	/*text-transform: uppercase;*/
	margin: 0px 0px 7px 0px;
	color:#ffffff;
}

.clear {
	clear:both;
	
}

/* TOPPMENY - HUVUDMENY*/

#meny {
	float: right;
	width: auto;
	/*width: 700px; IE6* /
	/*position: absolute;*/
	bottom: 0px;
	left: 0px;
	margin-top:32px;
	font-size: 80%;
	/*top: 52px; */
}
html>#meny { 
	top: 52px; 
	}
#meny ul {
	margin:0px;
	padding:0px;
	list-style:none;
	text-align: center;

}
#meny ul li {
	float: left;
	height: 40px;
	width: 100px;
	font-weight: bold;
	color:#ffffff;
}

#meny li > ul {
	top: auto;
	left: auto;
	}
#meny ul li a {
	display: block;
	height: 35px;
	margin: 0px;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	font-weight: bold;
	color:#ffffff;
}

#meny ul li#visa {
	padding: 5px 0px 5px 0px;
	background: url(../images/bg_nav_li_a_hover.jpg) no-repeat;
	color:#999999;
}

#meny ul li a:hover {
	background: url(../images/bg_nav_li_a_hover.jpg) no-repeat;
}

#meny li .undermeny {
	visibility: hidden;
	position: absolute;
	top:70px;
	width:610px;
	margin-left:-252px;
}

#meny li ul {	
	/*display: block;*/
	/*visibility: hidden;*/
	width: 610px;
	margin: 0px;
	padding:0px;
	/*background-color:#FFFF00;*/
}

#meny li:hover .undermeny {
	visibility: visible;
	z-index: 100;
	margin-left:-252px;
}

#meny li ul li {
	padding: 13px 0px 0px 0px;
}

#meny li ul li a {
	color:#770000;
	font-size: 90%;
}

#meny li ul li a:hover {
	background: none;
	color:#999999;
}

/* TOPPMENY - UNDERMENY - PRODUKTER*/

#undermenyvisa {
	float: right;
	width: 740px;
	/*position: absolute;*/
	bottom: 0px;
	margin-top:-9px;
	font-size: 80%;
}
html>#undermenyvisa { 
	top: 0px; 
	}
#undermenyvisa ul {
	margin:0px;
	padding:0px;
	list-style:none;
	text-align: center;

}
#undermenyvisa ul li {
	float: left;
	width: auto;
	font-weight: bold;
	color:#333333;
}

#undermenyvisa li > ul {
	top: auto;
	left: auto;
	}
#undermenyvisa ul li a {
	display: block;
	margin: 0px;
	padding:0px 15px 5px 15px;
	text-decoration: none;
	font-weight: bold;
	color:#770000;
	font-size: 90%;
}

#undermenyvisa ul li#aktivundermeny {
	padding:0px 15px 5px 15px;
	color:#333333;
	font-size:90%;
}

#undermenyvisa ul li a:hover {
	color:#999999;
}

/* STARTSIDAN */

#flash {
	width:950px;
	height:220px;
}
#starttext {
	margin: 25px 0px 0px 0px;
	width: 475px;
}

#starttext p {
	margin: 15px 0px 15px 0px;
	font-size: 80%;
}

/* UNDERSIDA PRODUKTER MENY VANSTER LAYOUT */

#menybox, #bildboxvanster {
	float:left;
	width: 225px;
	height: 100%;
	background: url(../images/border_v_cccccc_meny.gif) repeat-y;
	font-size: 80%;
}

#menybox ul {
	margin: 3px 0px 10px 0px;
	padding:0px;
	list-style:none;
}
#menybox ul li {
	/*float: left;*/
	height: auto;
	width: 200px;
	padding:0px;
	margin:0px;
}

#menybox ul li.border {
	background: url(../images/border_h_cccccc_small.gif) repeat-x;
	height:15px;
}	
#menybox ul li.menyinfo {
	color: #666666;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 90%;
	
}

 #menybox ul li.menyprodukter {
 	color: #666666;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 90%;
	padding: 0px 0px 0px 15px;
 }

#menybox ul li.menyinfoaktiv {
	color: #999999;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 90%;
	padding: 0px 0px 5px 0px;
}

#menybox li > ul {
	top: auto;
	left: auto;
	}
#menybox ul li a {
	display: block;
	/*height: 15px;*/
	margin: 0px;
	padding: 0px 0px 3px 0px;
	font-weight: bold;
    text-decoration: none;
	color: #770000;
	border: 0px;
}

#menybox ul li a:hover {
	color: #999999;
	border: 0px;
}

#menybox ul li#aktiv a {
	color: #999999;
}

#menybox ul li a span, #menybox ul li#aktiv a span {
	color: #999999;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 80%;
}

/* UNDERSIDA MITTEN LAYOUT */

#mittenbox {
	float: left;
	width: 430px;
	margin-left:20px;
}

img.left {
	float:left;
	margin:0px 10px 5px 0px;
}

span.lanktext {
	padding:10px 0px 0px 0px;
}

/* UNDERSIDA HOGER LAYOUT */

#hogerbox {
	float: right;
	width: 250px;
	height: 100%;
}

.bildbox img {
	border: 0px;
	margin:10px 0px 5px 0px;
}

.bildbox p {
	color:#666666;
	font-size:80%;
}

.snabbval {
	font-size:100%;
	border:1px dashed #cccccc;
	background-color:#f0f0f0;
	padding: 10px 10px 15px 10px;
}

#formular select.faltdropdown {
	width: 220px;
	border: 1px solid #999999;
	
}
#formular select.faltdropdown option.fet {
	color: #770000;
}

#formular select.faltdropdown option.normal {
	color: #333333;
}

.produktinfo {
	font-size:100%;
	margin:15px 0px 0px 0px;
}
 
.produktinfo ul {
	list-style: none;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	border: none;
	font-size:80%;
}

.produktinfo li {
	display: block;
	background: url("../images/li_mark.gif") no-repeat;
	width:auto;
	padding: 0px 5px 2px 20px;
	margin: 0px 0px 2px 0px;
}

.produktblad, .tllbehor, .bildgalleri {
	font-size:100%;
	margin:15px 0px 0px 0px;
}

.produktblad img {
	margin-right: 15px;
	border: 0px;
}

.tllbehor p { 
	font-size:100%;
}

.produktblad a,.tllbehor a, .bildgalleri a {
	font-size:80%;
	border: 0px;
}

table#aweso {
	font-size:75%;
	height:100%;
}

table#aweso td {
	padding:0px 5px 5px 0px;
}

/* UNDERSIDA PRODUKTKARTA */

#produkttext {
	margin: 0px 0px 15px 30px;
}

.produkttext {
	float:left;
	width: 500px;
	font-size: 100%;
}

.snabbmeny {
	float:right;
	width: 250px;
	font-size: 100%;
	padding: 0px 0px 0px 10px;
	background:url(../images/border_v_cccccc.gif) repeat-y;
}

#produkttabell {
	background-image: url(../images/bg_tabell.jpg);
	background-repeat: no-repeat;
	padding: 10px 0px 0px 20px;
	margin:30px 0px 0px 0px;
}

#produkttabell table#produkter {
	margin: 10px 0px 0px 0px;
}

#produkttabell table#produkter td {
	padding: 2px 10px 10px 10px;
}

table#produkter td span {
	font-size: 85%;
	color:#999999;
}

table#produkter td.rubrikstor {
	font-weight:bold;
	font-size: 95%;
	background:url(../images/border_h_cccccc.gif) repeat-x;
}

table#produkter td.rubrik {
	font-weight:bold;
	font-size: 80%;
	height:30px;
}

table#produkter td.info {
	font-size: 75%;
}

table#produkter td.mellanrum {
	height: 50px;
}

/*UTAN BORDER */

#produkttabell table#produkter td.utan {
	padding: 2px 10px 10px 10px;
	border:0px;
}

table#produkter td.utan span {
	font-size: 85%;
	color:#999999;
	border:0px;
}

table#produkter td.rubrikstorutan {
	font-weight:bold;
	font-size: 95%;
	/*padding:2px 4px 6px 0px;*/
	border: 0px;
}

table#produkter td.rubrikutan {
	font-weight:bold;
	font-size: 80%;
	/* padding:4px 4px 6px 0px;*/
	border:0px;
}

table#produkter td.infoutan {
	font-size: 75%;
	border-right: 1px dashed #ffffff;
}

table#produkter td.mellanrumutan {
	height: 80px;
	border:0px;
}


table#produkter td table.visaprodukter td {
	font-size: 80%;
	padding: 2px 4px 10px 0px;
	border-bottom: 1px dashed #cccccc;
}

table#produkter td table.visaprodukter td a {
	font-weight:normal;
	text-decoration: none;
	/* border-bottom: 1px dashed #333333;**/
}

table#produkter td table.visaprodukter td.pdf a {
	border: 0px;
}

table#produkter td table.visaprodukter td.pdf a img {
	border: 0px;
	margin: 5px 0px;
}

/* KONTAKT */

#kontaktform {
	margin-top: 20px;
	width: 350px;
	color:#333333; 
}

#kontaktform .falt {
	width:350px;
	background-color: transparent; 
	border-top: 0px; 
	border-right: 0px; 
	border-left: 0px; 
	border-bottom: 1px solid #999999;
}	
					   
#kontaktform textarea.meddelande {
	margin-top: 5px;
	width:350px;
	height:75px;
	background-color: transparent;
	border: 1px solid #999999;
					}								

#kontaktform select.val {
	margin-top: 5px;
	width:350px;
	background-color:#fafafa; 
	border: 1px solid #999999;
}	


#kontaktform .knapp {
	width:80px;
	margin-top: 10px;
	border: 1px solid #999999;
	background-color: #f0f0f0;
}

p span.kommentar {
	color:#990000;
	font-style:italic;
	font-weight:bold;
}

/* BILDGALLERI */

.photogallery{ /*CSS for TABLE containing a photo album*/
font-size: 80%;
}

.photogallery img { /*CSS for images within an album*/
border: 1px solid #dcdcdc;
padding:2px;
margin:0px 2px 0px 0px;
background-color:#fafafa;
}

.photonavlinks{ /*CSS for pagination DIV*/
font-size:80%;
}

.photonavlinks a { /*CSS for each navigational link*/
margin-right: 2px;
margin-bottom: 3px;
padding: 1px 5px;
border:1px solid #dcdcdc;
text-decoration: none;
background-color: white;
}

.photonavlinks a.current{ /*CSS for currently selected navigational link*/
background-color: #e6e6e6;
}
