body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	background: #becdd2; /* Background color on total screen */
	background-image: url(img/bg.jpg); /* Background pattern on total screen */
	background-repeat: repeat-x;
	background-position: left top;
}
* {
	margin: 0;
	padding: 0;
}
img {
	border:none;
}
#bordertop {
	background-color:#FFFFFF;
}
#bordermain {
	background-color:#FFFFFF;
}
#borderbottom {
	background-color:#FFFFFF;
}
#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; */
} 
#header {
	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;
}
#sidebar1 {
}
#sidebar2 {
	background-color:#FFFFFF;
}
#footer { 
	/* background:#DDDDDD; */
}
#footer a:link, a:visited, a:hoover, a:active { 
	color: #000000;
	text-decoration: none;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#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: 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;
}
.bildtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color:#666666;
}
.headline2sidebar2 {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-top: 2px;
	margin-bottom: 2px;
}
.textsidebar2 { /* Textegenskaper i högermeny */
	color: #AA0055;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-top: 6px;
	margin-bottom: 4px;
}
.btlix:link, .btlix:visited  {
	font-weight: normal;
	color: #1b5e7d;
	text-decoration: underline;
}
.btlix:hover, .btlix:active {
	font-weight: normal;
	color: #1b5e7d;
	text-decoration: none;
}
#sidebar1 ul {
	padding: 0;
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	list-style:none;
}
#sidebar1 li a {
	line-height: 15px;
	text-indent: 5px;
	font-size: 12px;
	color: #000; /* Textfärg på menyn */
	display: block;
	padding: 8px 0 8px 0;
	text-decoration: none;
	width: 150px;
	border-top: 1px solid #FFFFFF;
}
#sidebar1 li a:hover {
	text-indent: 5px;
	background-color: #89989b; /* Bakgrundsfärg på menyn - hoover */
	color: #ffffff; /* Textfärg på menyn - hoover */
}
#sidebar1 li a:link.current, a:visited.current {
	line-height: 15px;
	color: #000;
	background-color: #89989b; /* Bakgrundsfärg på aktivt menyval */
	padding: 8px 0 8px 0;
}
#sidebar1 li a:link.urub, a:visited.urub{
	text-indent: 20px;
	font-weight: normal;
	border: 0;
}
#sidebar1 li a:link.current_urub, a:visited.current_urub {
	text-indent: 20px;
	font-weight: normal;
	color: #554;
	background-color: #aacca9; /*Markerat menyval små menyval*/
	border: 0;
}
.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;
}