@charset "utf-8";
/* CSS Document by Dieter Schneider 2008 | www.csstemplateheaven.com | www.dieter.no */

* {margin: 0; padding: 0;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

p {
	color: #666666;
	margin-top: 15px;
	margin-bottom: 15px;
}

.bullet_blue {
	list-style-image: url(images/bullet_blue_arrow.png);
	margin: 20px;
}

.no_margin {margin: 0;}

.float_left {float: left; margin-right: 5px; margin-bottom: 2px;}

h2 {
	font-size: 14px;
	color: #666666;
	margin-top: 15px;
	margin-bottom: 15px;
}

#header {
	background: url(images/header.png) no-repeat;
	height: 165px;
	width: 100%;
	text-indent: -10000px;
	clear: both;
}

#content_wrapper {
	margin: auto;
	width: 900px;
	text-align: left;
}

#left_column {
	float: left;
	width: 377px;
	padding-right: 20px;
	background-image: url(images/BorderVertical.gif);
	background-repeat: repeat-y;
	background-position: right;
}

#main_left_content {
	padding: 0 20px 0 20px;
}

#left_top_box {
	background-image: url(images/vector_art.png);
	background-repeat: no-repeat;
	height: 76px;
	width: 347px;
	padding-top: 117px!important;
	padding-top: 120px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 10px;
}

#right_column {

	margin-left: 420px;
}

#footer {
	background-color: #FF0600;
	clear: both;
	text-align: center;
	padding: 12px;
	color: #FFFFFF;
	font-size: 10px;
}

.blue_box {
	background-image: url(images/blue_box.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #f0faff;
	padding: 20px;
	margin-bottom: 60px;
}


.blue_box_articles {
	background-image: url(images/h4_nyheter.png);
	background-repeat: no-repeat;
	height: 55px;
	width: 151px;
	text-indent: -5000px;
	float: right;
	margin-top: -21px;
	margin-right: 25px
}

#search {
	background-image: url(images/search.jpg);
	height: 104px;
	width: 432px;
	position: absolute;
	top: 0px;
	right: 20px;	
}

/* menu */

#navcontainer ul
{
background-image: url(images/navbar.jpg);
background-repeat: repeat-x;
height: 98px;
width: 100%;
color: White;
float: left;
}

#navcontainer ul li {
	display: inline;
	font-weight: bold;
}

#navcontainer ul li a
{
padding: 20px 1em;
background-color: transparent;
color: White;
text-decoration: none;
float: left;
}

#navcontainer ul li a:hover
{
	background-color: transparent;
	color: #CBF0FF;
}

/* Form */

.form {margin-top: 65px; margin-left: 145px;}

input {background: transparent; border: 0; color: #FFF}

.blue {margin-left: 7px; font-weight: bold;}

