﻿body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	background: #000; /* Background color on total screen */
	/* background-image: url(img/bg.jpg); Background pattern on total screen */
	background-repeat: repeat;
	background-position: left top;
}
* {
	margin: 0;
	padding: 0;
}
img {
	border:none;
}
div.hr {
	height: 1px;
	background-color:#646155;
	margin-top: 0px;
	margin-bottom: 0px;
}
div.hr hr {
	display: none;
}
#wrapper {
	margin-top: 45px; /* Marginal till överkant av skärm */
	margin-left: auto; /* the auto margins (in conjunction with a width) center the page */
	margin-right: auto;
	width: 922px; /* Här ställs bredden på sidokanterna. (Detta värde - width i container)/2 blir bredden på sidokanten. Tänk på att det kan finnas en linje (border) på såväl container som border. */
	text-align: left; /* this overrides the text-align: center on the body element. */
	/* border: 0px solid #000000; Kantlinje på sidan utanför border-top, border-main, border-bottom */
}
#bordertop {
	height:46px;
	/*background-color:#FF9966;*/
	background: url(img/bordertop.jpg) no-repeat; /* Bakgrundsbild på bordertop */
}
#bordermain {
	margin-left: auto; /* the auto margins (in conjunction with a width) center the page */
	margin-right: auto;
	/* background-color:#999999; */
	background: url(img/bordermain.jpg) repeat-y; /* Bakgrundsbild på bordermain */
}
#footer {
	clear: both;
	height: 30px; /* Här ställs höjden på bottenkanten */
	text-align: center;
	background:#DDDDDD;
	margin: 0;
	padding: 0;
}
#borderbottom {
	clear: both;
	height: 48px; /* Här ställs höjden på bottenkanten */
	text-align: center; 
	/* background-color:#FF0033; */
	background: url(img/borderbottom.jpg) no-repeat; /* Bakgrundsbild på borderbottom */
}
#container {
	clear: both;
	margin-top: 0px; /* Höjden till yttre kant på bordertop */
	margin-left: auto; /* the auto margins (in conjunction with a width) center the page */
	margin-right: auto;
	/* position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/* width: 862px; Öka om du tar bort bordern i #container */
	background: url(img/bgmain.gif); /* Bakgrundsbild på meny och innehåll */
	background-repeat: repeat-y;
	background-color:#FFFFFF; /* Bakgrundsfärg på meny och innehåll */
	/* border: 1px solid #000000; Kantlinje på sidan innanför border-top, border-main, border-bottom */
}
#header {
	width: 860px;
	height: 149px;
	margin: 0;
	padding:0;
	background: #FFFFFF;
	background: url(img/header.jpg) no-repeat;
}
#header #left {
	float:left;
	width: 560px;
	margin: 0;
	height: 150px;
}
#header #right {
	float:right;
	margin: 0;
	padding-top: 10px;
	height: 140px;
	width: 300px;
	text-indent: 20px;
}
#header #lang {
	float:right;
	margin: 0;
	padding-top: 50px;
	height: 120px;
	width: 100px;
}
.lang1 {
	padding-left:30px;
	padding-top:5px;
	background: url(img/flag_se.gif); /* Bakgrundsbild på meny och innehåll */
	background-repeat:no-repeat;
	height: 20px;
}
.lang2 {
	padding-left:30px;
	padding-top:5px;
	background: url(img/flag_uk.gif); /* Bakgrundsbild på meny och innehåll */
	background-repeat:no-repeat;
	height: 20px;
}
.lang3 {
	padding-left:30px;
	padding-top:5px;
	background: url(img/flag_de.gif); /* Bakgrundsbild på meny och innehåll */
	background-repeat:no-repeat;
	height: 20px;
}
#mainContent {
	clear: both;
	display: inline;
	float: left;
	top: 158px;
	width: 470px;
	margin-left: 180px;
	margin-bottom: 12px;
	min-height:400px; /* Minsta höjden för maincontent. Gör att sidan inte blir för liten om det är lite text. */
	/* background-color:#ffffff; */
}
#sidebar1 {
	float:left;
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-left: -650px;
	margin-top: 10px;
}
#sidebar2 {
	float:right;
	margin-top: 170px;
	width: 185px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin:0;
	/* background-color:#FFFFFF; */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.clear {
	clear: both;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	text-indent: 170px;
	color: #FFF; /* Textfärg i vänster topp */
}
h1 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	padding-top: 6px;
	margin-bottom: 4px;
}
h2 {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-top: 6px;
	margin-bottom: 4px;
}
h3 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 6px;
	margin-bottom: 4px;
}
.px3 {
	font-size: 3px;
	line-height: 3px;
}
.px7 {
	font-size: 7px;
	line-height: 7px;
}
.px9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
}
.btred {
	color:#CC0000;
}
.bildtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color:#666666;
}
.headline1sidebar2 { /* Textegenskaper rubrik1 i högermeny */
	color: #0073aa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-top: 6px;
	margin-bottom: 4px;
}
.headline2sidebar2 { /* Textegenskaper rubrik2 i högermeny */
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
.textsidebar2 { /* Textegenskaper i högermeny */
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-top: 0px;
	margin: 0px;
}
.text2sidebar2 { /* Textegenskaper i högermeny */
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-top: 0px;
	margin: 0px;
}
.btlix:link, .btlix:visited {
	font-weight: normal;
	color: #0073aa;
	text-decoration: underline;
}
.btlix:hover, .btlix:active {
	font-weight: normal;
	color: #0073aa;
	text-decoration: none;
}
.langchoice:link, .langchoice:visited {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
.langchoice:hover, .langchoice:active {
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
}
#footer {
	color:#000000;
}
#footer a:link, #footer a:visited {
	color: #000000;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #000000;
	text-decoration: underline;
}
#borderbottom {
	padding-top:15px;
	color:#fff;
}
#borderbottom a:link, #borderbottom a:visited {
	color: #fff;
	text-decoration: none;
}
#borderbottom a:hover, #borderbottom a:active {
	color: #fff;
	text-decoration: underline;
}
/* ########################  Navigation  ################################# */
#sidebar1 ul {
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
}
#sidebar1 li {
	list-style: none;
	width: 150px;
	
}
#sidebar1 li a.normal:link, #sidebar1 li a.normal:visited {
	line-height: 24px;
	text-indent: 7px;
	font-size: 16px;
	color: #000; /* Textfärg på vänstermenyn */
	/* background-color: #abc; /* Bakgrundsfärg på menyn - normal */
	display: block;
	padding: 8px 0 6px 0;
	text-decoration: none;
	border-top: 0px solid #FFFFFF;
	border-right: 2px solid #000;
}
#sidebar1 li a.normal:hover, #sidebar1 li a.normal:active {
	line-height: 24px;
	text-indent: 7px;
	font-size: 16px;
	color: #afaaaa; /* Textfärg på menyn - hoover */
	background-color: #fff; /* Bakgrundsfärg på menyn - hoover */
	display: block;
	padding: 8px 0 6px 0;
	text-decoration: none;
	border-top: 0px solid #FFFFFF;
	border-right: 2px solid #000;
}
#sidebar1 li a.current:link, #sidebar1 li a.current:visited {
	line-height: 24px;
	text-indent: 7px;
	font-size: 16px;
	color: #0073aa; /* Textfärg på vänstermenyn */
	background-color: #fff; /* Bakgrundsfärg på menyval - active */
	display: block;
	padding: 8px 0 6px 0;
	text-decoration: none;
	border-top: 0px solid #FFFFFF;
	border-right: 2px solid #000;
}
#sidebar1 li a.current:hover, #sidebar1 li a.current:active {
	line-height: 24px;
	text-indent: 7px;
	font-size: 16px;
	color: #000000; /* Textfärg på menyn - hoover */
	background-color: #fff; /* Bakgrundsfärg på menyn - hoover */
	display: block;
	padding: 8px 0 6px 0;
	text-decoration: none;
	border-top: 0px solid #FFFFFF;
	border-right: 2px solid #000;
}
#sidebar1 li a.urub:link, #sidebar1 li a.urub:visited {
	line-height: 20px;
	font-size: 14px;
	color: #000; /* Textfärg på vänstermenyn */
	display: block;
	padding: 4px 0 4px 0;
	text-decoration: none;
	border-top: 0px solid #FFFFFF;
	text-indent: 15px;
	font-weight: normal;
	border: 0;
	border-right: 2px solid #000;
}
#sidebar1 li a.urub:hover, #sidebar1 li a.urub:active {
	line-height: 20px;
	font-size: 14px;
	color: #000; /* Textfärg på vänstermenyn */
	display: block;
	padding: 4px 0 4px 0;
	text-decoration: none;
	border-top: 0px solid #FFFFFF;
	text-indent: 15px;
	font-weight: normal;
	border: 0;
	background-color: #fff; /* Bakgrundsfärg på menyn - hoover */
	border-right: 2px solid #000;
}
#sidebar1 li a.current_urub:link, #sidebar1 li a.current_urub:visited {
	line-height: 20px;
	font-size: 14px;
	color: #000; /* Textfärg på vänstermenyn */
	display: block;
	padding: 4px 0 4px 0;
	text-decoration: none;
	text-indent: 15px;
	font-weight: normal;
	border: 0;
	background-color: #fff; /* Bakgrundsfärg på menyval - active */
	border-right: 2px solid #000;
}
#sidebar1 li a.current_urub:hover, #sidebar1 li a.current_urub:active {
	line-height: 20px;
	font-size: 14px;
	color: #000; /* Textfärg på vänstermenyn */
	display: block;
	padding: 4px 0 4px 0;
	text-decoration: none;
	border-top: 0px solid #FFFFFF;
	text-indent: 15px;
	font-weight: normal;
	border: 0;
	background-color: #fff; /* Bakgrundsfärg på menyn - hoover */
	border-right: 2px solid #000;
}
/* ########################  End Navigation  ################################# */

.box1 {
	background-color:#EBEBEB;
	border: 1px solid #666666;
	width: 250px;
	height: 20px;
}
.box1mess {
	background-color:#EBEBEB;
	border: 1px solid #666666;
	width: 250px;
	height: 60px;
}
.box2 {
	background-color:#EBEBEB;
	border: 1px solid #666666;
	width: 70px;
}
/* -- Gästbok --------------------------------------------------------- Gästbok -- */
.gastbok_ram {
	width:480px;
}
.gastbok_topp {
	border:#000 solid 1px;
	background-color:#FF9933;
	padding:3px;
}
.gastbok_meddelande {
	border-left:#000 solid 1px;
	border-right:#000 solid 1px;
	background-color: #E9E9E9;
	padding:10px;
}
.gastbok_radera {
	border-left:#000 solid 1px;
	border-right:#000 solid 1px;
	border-bottom:#000 solid 1px;
	background-color: #E9E9E9;
	padding:2px;
	text-align:right;
}
.formgb1 {
	background-color:#E9E9E9;
	border: 1px solid #676767;
	width: 200px;
}
.formgb2 {
	background-color:#E9E9E9;
	border: 1px solid #676767;
	width: 60px;
}
.formgb3 {
	background-color:#E9E9E9;
	border: 1px solid #676767;
	width: 250px;
	height:130px;
}
/* ########################  Webshop  ################################# */


.ws_products {
	display: inline;
	float:left;
	width:460px;
	border-bottom:solid #000 1px;
	margin-bottom:15px;
	}
.ws_products_full {
	display: inline;
	float:left;
	width:670px;
	margin-bottom:15px;
	}
.ws_shoppingcart_header {
	display: inline;
	float:left;
	width:660px;
	background-color:#F36;
	padding:5px;
	}
.ws_shoppingcart_list {
	display: inline;
	float:left;
	width:660px;
	padding:5px;
	border:solid #000 1px;
	}
.ws_shoppingcart_row {
	width:650px;
	border:solid #123 1px;
	background-color:#FF6;
	min-height:25px;
	}
.ws_shoppingcart_listend {
	display: inline;
	float:left;
	width:660px;
	padding:5px;
	background-color:#CCC;
	border:solid #000 1px;
	}
.ws_shoppingcart_box1 {
	display: inline;
	float:left;
	width:80px;
	min-height:1px;
	}
.ws_shoppingcart_box2 {
	display: inline;
	float:left;
	width:300px;
	min-height:1px;
	}
.ws_shoppingcart_box3 {
	display: inline;
	float:left;
	width:80px;
	min-height:1px;
	}
.ws_shoppingcart_box4 {
	display: inline;
	float:left;
	width:50px;
	min-height:1px;
	}
.ws_shoppingcart_box5 {
	display: inline;
	float:left;
	width:50px;
	min-height:1px;
	}
.ws_shoppingcart_box6 {
	display: inline;
	float:left;
	width:50px;
	min-height:1px;
	}
.ws_shoppingcart_box7 {
	display: inline;
	float:left;
	width:200px;
	min-height:1px;
	}
.ws_shoppingcart_box8 {
	display: inline;
	float:right;
	width:150px;
	text-align:right;
	margin-right:50px;
	min-height:1px;
	}
.ws_shoppingcart_box9 {
	display: inline;
	float:right;
	width:80px;
	text-align:right;
	margin-right:50px;
	min-height:1px;
	}
.ws_customeradress_box1 {
	display: inline;
	float:left;
	width:80px;
	text-align:left;
	}
.ws_customeradress_box1_1 {
	display: inline;
	float:left;
	text-align:left;
	}
.ws_image {
	float:left;
	width:160px;
	padding-top:10px;
	margin-bottom:15px;
	}
.ws_text {
	float:left;
	width:280px;
	padding:10px;
	}
.ws_price {
	color:#360;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	width:200px;
	margin:4px;
	}
.ws_buybutton {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	border:#000 solid 1px;
	width:50px;
	background-color: #C00;
	padding:2px;
	color:#FFF;
	text-align:center;
	margin-bottom:15px;
}
.ws_confirmbotton {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	border:#000 solid 1px;
	width:100px;
	background-color: #360;
	padding:2px;
	color:#FFF;
	text-align:center;
	margin-bottom:15px;
}

/* ########################  End Webshop  ################################# */
