/* CSS Document */

/* Ljusblå färg Volvo = #F9FAFF, RGB: 249,250,255 - Body */
/* Ljusblå färg Volvo = #EAEDFC, RGB: 234,237,252 - Scrollbox */
/* Mörkblå färg Volvo = #000F60, RGB: 0,15,96 - Bluebox */

/* Ljusblå färg BR = #b5c6da */
/* Mörkblå färg BR = #153b62 */

.visainte { display: none; }

.requiredField { background-color: cornsilk }

body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-align: center;
	background-color: #FFF;
}
/* a = Links */
a {
	color: #003366;
	text-decoration: none;	
}



a:hover {
	color: #0033FF;
	text-decoration: none;	
}
#layout {
	width: 800px; 
	heigth: 140px;
	background: #ffffff;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#menucontainer {
	width: 800px;
	height: 21px;
	background: #b5c6da;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#sitemap {
	background: #ffffff;
	float: left;
	width: 800px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f4f4f4;
}
#kolumn1 {
	background: #ffffff;
	float: left;
	width: 640px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 0px;
	border-right-color: #FFF;
}
#kolumn2 {
	float: left;
	width: 159px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
}
#kolumn3 {background: #cccccc; float: left; width: 200px;}
#sidfot {
	clear: both;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000F60;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #b5c6da;
}
#box {
	background-color: #F5F6FB;
	height: 50px;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000F60;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
.bluebox {
	background-color: #000F60;
	height: 15px;
	width: 159px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background-position: center center;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 0px;
}
.scrollbox {
	padding: 5px;
	height: 260px;
	width: 149px;
	overflow: auto;
	background-color: #f4f4f4;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000F60;
}
.kantlinje {border-bottom-style: solid; border-bottom-color: #b5c6da; border-bottom-width: 1px;}

div.thumbnail {
	width: 130px;
	float: left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
}

div.thumbnail img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
div.thumbnail p {
	margin: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
}
div.thumbnail h3 {
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.clear {
	clear: left;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000F60;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
