﻿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: #ffffff; /* 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: 920px; /* 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: 1px solid #fff; /* Kantlinje på sidan utanför border-top, border-main, border-bottom */
}
#bordertop {
	height:30px;
	/*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: 30px; /* 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: 5px solid #fff; /* Kantlinje på sidan innanför border-top, border-main, border-bottom */
}
#header {
	width: 860px;
	height: 150px;
	margin: 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;
}
#mainContent {
	clear: both;
	display: inline;
	float: left;
	top: 150px;
	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;
	top: 150px;
}
#sidebar2 {
	float:right;
	top: 150px;
	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: 18px;
	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: 10px;
	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: #646155;
	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: #990000;
	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: #db002d;
	text-decoration: underline;
}
.btlix:hover, .btlix:active {
	font-weight: normal;
	color: #db002d;
	text-decoration: none;
}
#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 {
	color:#000000;
}
#borderbottom a:link, #borderbottom a:visited {
	color: #000000;
	text-decoration: none;
}
#borderbottom a:hover, #borderbottom a:active {
	color: #000000;
	text-decoration: underline;
}
/* ########################  Navigation  ################################# */
#sidebar1 ul {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#sidebar1 li {
	list-style: none;
}
#sidebar1 li a.normal:link, #sidebar1 li a.normal:visited {
	line-height: 15px;
	text-indent: 7px;
	font-size: 12px;
	color: #fff; /* Textfärg på vänstermenyn */
	display: block;
	padding: 8px 0 6px 0;
	text-decoration: none;
	width: 160px;
	border-top: 1px solid #FFFFFF;
}
#sidebar1 li a.normal:hover, #sidebar1 li a.normal:active {
	line-height: 15px;
	text-indent: 7px;
	font-size: 12px;
	color: #000000; /* Textfärg på menyn - hoover */
	background-color: #bcb3a6; /* Bakgrundsfärg på menyn - hoover */
	display: block;
	padding: 8px 0 6px 0;
	text-decoration: none;
	width: 160px;
	border-top: 1px solid #FFFFFF;
}
#sidebar1 li a.current:link, #sidebar1 li a.current:visited {
	line-height: 15px;
	text-indent: 7px;
	font-size: 12px;
	color: #fff; /* Textfärg på vänstermenyn */
	background-color: #646155; /* Bakgrundsfärg på menyval - active */
	display: block;
	padding: 8px 0 6px 0;
	text-decoration: none;
	width: 160px;
	border-top: 1px solid #FFFFFF;
}
#sidebar1 li a.current:hover, #sidebar1 li a.current:active {
	line-height: 15px;
	text-indent: 7px;
	font-size: 12px;
	color: #000000; /* Textfärg på menyn - hoover */
	background-color: #bcb3a6; /* Bakgrundsfärg på menyn - hoover */
	display: block;
	padding: 8px 0 6px 0;
	text-decoration: none;
	width: 160px;
	border-top: 1px solid #FFFFFF;
}
#sidebar1 li a.urub:link, #sidebar1 li a.urub:visited {
	line-height: 12px;
	font-size: 11px;
	color: #fff; /* Textfärg på vänstermenyn */
	display: block;
	padding: 4px 0 4px 0;
	text-decoration: none;
	width: 160px;
	border-top: 0px solid #FFFFFF;
	text-indent: 15px;
	font-weight: normal;
	border: 0;
}
#sidebar1 li a.urub:hover, #sidebar1 li a.urub:active {
	line-height: 12px;
	font-size: 11px;
	color: #000000; /* Textfärg på vänstermenyn */
	display: block;
	padding: 4px 0 4px 0;
	text-decoration: none;
	width: 160px;
	border-top: 0px solid #FFFFFF;
	text-indent: 15px;
	font-weight: normal;
	border: 0;
	background-color: #bcb3a6; /* Bakgrundsfärg på menyn - hoover */
}
#sidebar1 li a.current_urub:link, #sidebar1 li a.current_urub:visited {
	line-height: 12px;
	font-size: 11px;
	color: #fff; /* Textfärg på vänstermenyn */
	display: block;
	padding: 4px 0 4px 0;
	text-decoration: none;
	width: 160px;
	border-top: 0px solid #FFFFFF;
	text-indent: 15px;
	font-weight: normal;
	border: 0;
	background-color: #646155; /* Bakgrundsfärg på menyval - active */
}
#sidebar1 li a.current_urub:hover, #sidebar1 li a.current_urub:active {
	line-height: 12px;
	font-size: 11px;
	color: #000000; /* Textfärg på vänstermenyn */
	display: block;
	padding: 4px 0 4px 0;
	text-decoration: none;
	width: 160px;
	border-top: 0px solid #FFFFFF;
	text-indent: 15px;
	font-weight: normal;
	border: 0;
	background-color: #bcb3a6; /* Bakgrundsfärg på menyn - hoover */
}
/* ########################  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;
}
