body {
	margin: 0;
	padding: 0;
	
	background-image: url(../grafik/bg_body.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #c6eaf7;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

html, body {
	height: 100%;
}

a {
	color: #069de4;
}

a:hover {
	color: #0077af;
}

img {
	border: 0;
}

h1, .rubrik {
	font-size: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -1px;
	margin: 0 0 26px 0;
}

.rubrik {
	margin: 0 0 10px 0;
}

.ingress {
	font-weight: bold;
}

#container {
	width: 930px;
	height: 100%;
	position: relative;
	margin: 0 auto;
	background-color: #ffffff;
	
	background-image: url(../grafik/bg_container.gif);
	
	z-index: 100;
}

#container_inner {
	width: 910px;
	height: 700px;
	padding: 0 10px 0 10px;
	
	position: relative;
	
	background-image: url(../grafik/bg_container_top.gif);
	background-repeat: no-repeat;
	
	z-index: 200;
}

#top {
	height: 95px;
	
	background-image: url(../grafik/top_panorama.jpg);
}

.Menu {
	background-image: url(../grafik/bg_menu.gif);
	height: 37px;
	
	padding: 0 5px 0 5px;

	position: relative;

	z-index: 100;
}

.Menu a {
	text-decoration: none;
}

.Menu .Parent, .Menu .Node {
	float: left;
	display: inline;
	position: relative;
}

.Menu .Parent span, .Menu .Node a {
	color: #CCCCCC;
	text-decoration: none;
	float: left;
	height: 37px;
	line-height: 34px;
	
	background-image: url(../grafik/menu_separator.gif);
	background-repeat: no-repeat;
	background-position: right;

	cursor: pointer;
}

.Menu .Parent span {
	padding: 0 17px 0 17px;
}

.Menu .selectedParent a {
	color: #FFFFFF;
	background-color: #000000;
}

.Menu .Parent .Container {
	display: none;
	position: absolute;
	top: 37px;
	left: 0;
	width: 180px;

	background-color: #000000;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;

	z-index: 500;
}

.Menu .Parent .Container .Parent, .Menu .Parent .Container .Node {
	display: block;
	float: none;
	border-bottom: 1px solid #666666;
}

.Menu .Parent .Container .Parent span, .Menu .Parent .Container .Node a {
	display: block;
	float: none;
	background-image: none !important;
}

.Menu .Parent .Parent span, .Menu .Node span
{
	background-image: none;
}

.Menu .Parent .Container .Parent .Container
{
	top: -1px;
	left: 100%;
}

#flash {
	height: 295px;
	background-color: #333333;
}

#brandlogos {
	height: 85px;
	background-image: url(../grafik/bg_brandlogos.gif);
	padding: 0 5px 0 5px;
}

#brandlogos img {
	height: 60px;
	width: 60px;
	padding: 10px 0px 5px 18px;
	float: left;
}

#leftcol {
	position: relative;
	width: 640px;
	float: left;
	font-size: 13px;
	line-height: 18px;
}

#leftcol .padding_thick {
	padding: 30px;
}

#rightcol {
	position: relative;
	width: 270px;
	float: left;
	font-size: 11px;
}

#rightcol .padding_thick {
	padding: 30px 30px 0 0;
}

.contentbox {
	position: relative;
	width: 240px;
	background-color: #f3f3f3;
	background-image: url(../grafik/contentbox_top.gif);
	background-repeat: no-repeat;
	
	margin-bottom: 20px;
	
	color: #666666;
}

.contentbox_inner {
	padding: 20px;
	background-image: url(../grafik/contentbox_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#footer {
	border-top: 1px dotted #CCCCCC;
	padding: 20px 0 30px 0;
	font-size: 11px;
	text-align: left;
	margin: 0 30px 0 30px;
}

/* This is a work-around to make the page appear to span the entire window height */
#bottom_fix {
	width: 930px;
	margin: 0 auto;
	position: fixed;
	bottom: 0px;
	background-color: #ffffff;
	background-image: url(../grafik/bg_container.gif);
	height: 100%;
}

.clearFloats {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
}

/* För nyhets länken */
.item
{
	cursor: pointer;
	border-bottom: 1px dotted #cccccc;
}

#leftcol .item .Header
{
	font-weight: bold;
}

#rightcol .item{
	padding-bottom: 12px;
	margin-bottom: 12px;
	
}
#leftcol .item{
	padding-bottom: 12px;
	margin-bottom: 12px;
}