/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #048;}
a:hover {color: #06C;}

img {
	border:0px solid #FFFFFF;
}

body {
	background: #ebecf0 url('img/bkg.jpg') repeat-x top left;
	background-color:#ebecf0;
	color: #000000;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code,ul {padding: 0 0 1.2em 0;}

li {list-style: none;}

h1 {font: bold 25px Verdana, Arial, Helvetica, sans-serif;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 19px Verdana, Arial, Helvetica, sans-serif;}
h4 {font: bold 11px Verdana, Arial, Helvetica, sans-serif;}
h5 {font: bold 11px Verdana, Arial, Helvetica, sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2 {color: #000; margin-bottom: 4px;}
h3,h4 {color:#b31b18;}
h5 {color #000000;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	width: 900px;
	border-left: 30px solid #c5c6c8;
	border-right: 30px solid #c5c6c8;
	border-bottom: 10px solid #c5c6c8;
}

.outer-container {
	background: none;
}
/*CONTENT*/

.top {
	background:#FFF;
	height:110px;
	width:900px;
}
.logo {
	float:left;
	height:70px;
	width:269px;
	margin:40px 0 0 31px;
}
.header {
	background: #cdcdcd;
	height: 290px;
	margin-bottom: 5px;
	overflow:hidden;
        background:url(img/*);
}
.menu {
	float:right;
	background: #FFF;
	color: #FFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 0;
	height:30px;
	margin: 80px 30px 0 0;
	/*display:inline;*/
}
.menu a {
	color: #9a9a9a;
	text-decoration: none;
	margin-left: 10px;
}
.menu a:hover {
	color: #2c3c9e;
}

.main {
	background: #FFF;
	border-top: 4px solid #FFF;
	padding: 0;
}
.bildmeny{
	float: left;
	width: 860px;
	padding: 0 20px;
}
.content {
	float: left;
	width: 860px;
	padding: 0 20px;
}
.content_news {
	float: left;
	width: 600px;
	margin:30px 0 0 0;
	padding: 0px 10px 0 20px;
	
}
.news{
	float: right;
	width: 160px;
	margin:25px 0 0 0;
	padding: 0px 20px 0 10px;
	border-left:1px solid  #999999;
		border-right:0px solid  #999999;
}
.news a {
	float:left;
	color: #000;
	text-decoration:none;
	font-size:11px;
	padding-bottom:5px;
}
.news a:hover {
	color: #b31b18;
}
.left_column {
	float: left;
	width: 210px;
	padding: 20px 0 0 20px;
}
.left_column li {
	margin-bottom:5px;
}
.left_column a {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
}
.content2 {
	float: left;
	width: 630px;
	padding: 20px;
}

.content2 img, .content2 p img{
	padding:0 5px 0 0px;
	
	
}

.content2 p{
	padding:0 10px 10px 0px;
	margin:0 5px 0 0;
	border:0px solid red;
	
	
}


.bottom {
	float:left;
	background: url('img/bottom_bkg.jpg') no-repeat;
	width:900px;
	height:206px;
}
.bottom_right {
	float:right;
	width:280px;
	height:60px;
	overflow: hidden;
	margin:140px 20px 0 0;
}
.footer {
	background: #FFF;
	color: #2c3c9e;
	font: normal 14px Arial, Helvetica, sans-serif;
	height:30px;
	padding-top: 10px;
	border-top: 1px solid #c0bdb3;
	text-align:center;
}
