* 
{
margin: 0px;
padding: 0px;
}

body {
	background: #fff url(images/bg_mashup.jpg) repeat-x;
	background-position:center top;
	background-attachment:fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

img {
	border:none;
}

input, textarea {
	background: #fff;
	border: 1px solid #000;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #0F5B96;
}

h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2 {
	text-transform: lowercase;
	font-weight: normal;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

p {
	color:fff;
	}


a {
	color: #fff;
}

a:hover {
	text-decoration: none;
	color: #90A4C8;
}

hr {
	color:#003;
	height:1px;
	display:block;
}

#main {
	width: 960px;
	margin: 0 auto;
	clear:both;
}

/* Header */

#header {
	height: 370px;
	width: 960px;
}

#logo {
	width: 960px;
	height: 368px;
	background: url(images/header01.jpg) no-repeat;
}

#headercd {
	height:157px;
	width:175px;
	float:right;
	background-image:url(images/cd/rel_oktb11.png);
	background-repeat:no-repeat;
	left: 807px;
	top: 12px;
}


#menu {
	height: 30px;
	width: 750px;
	padding-top:5px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 140px;
	height: 30px;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}

#menu a:hover {
	background: url(images/menu_r.gif) repeat-x;
	height: 25px;
}

/* Content */

#content {
	float: left;
	width: 490px;
	margin-left: 8px;
	margin-right: 8px;
	
	/* for IE */
   filter:alpha(opacity=80);
   /* CSS3 standard */
   opacity:0.8;
}

#content .line1 {
	border: 1px solid #182a49;
	background: #000;
	padding: 4px;
	margin-bottom: 10px;
}

.line1 h2 {
	height: 28px;
	padding-top: 10px;
	padding-left: 20px;
	margin-bottom: 4px;
}

.line1 img { 

/*float:right;*/
}


#content .post ul, #content .post ol {
	margin-left: 30px;
}


#content .middle_borlange {
	width: 458px;
	padding: 5px;
	border: 1px solid #000000;
	color:#FFF;
}

#content .middle_back {
	width: 458px;
	padding: 5px;
	border: 1px solid #000000;
	background: #000;
	color:#FFF;
}

#content .middle_back p {
	/* for IE */
   filter:alpha(opacity=150);
   /* CSS3 standard */
   opacity:1.5;

}

#content .middle_back img {
	float:right;
}

#content .title {
	width: 460px;
	height: 28px;
	padding-top: 10px;
	padding-left: 5px;
	margin-bottom: 1px;
	color:#90A4C8;
}

.post {
	margin-bottom: 15px;
	color: #000000;
	margin-top: 10px;
}


.post a:hover {
	color: #90A4C8;
}

.post h2 {
	color: #000000;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold
}

#backtop {
	float:right;
	margin-top:9px;
	margin-right:15px;
}

/* Content i Nyhetsarkivet */

#contentnews {
	float: left;
	width: 700px;
	margin-left: 120px;
	
		/* for IE */
   filter:alpha(opacity=80);
   /* CSS3 standard */
   opacity:0.8;
}

.news {
	border: 1px solid #182a49;
	background: #000;
	padding: 4px;
	margin:10px;
	margin-right:22px;
}

.news h2 {
	height: 28px;
	padding-top: 10px;
	padding-left: 20px;
	color:#90A4C8;
}

.news p {
	padding: 5px;
	padding-left:20px;
	color:#FFF;
}

.accordion {
	width: 668px;
	padding: 10px;
	border-bottom: solid 1px #c4c4c4;
	background-color:#000;
}
.accordion h2 {
	background: url(images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #90A4C8;
	border-bottom: none;
	cursor: pointer;
	color: #90A4C8;
}
.accordion h2:hover {
	background-color: #383838;
}
.accordion h2.active {
	background-position: right 5px;
}
.accordion p {
	margin: 0;
	padding: 10px 15px 20px;
	color:#FFF;
}

.accordion img {
	float: right;

}

/* Celler i middle_back */

#media {
	width:175px;
	float:right;
	border:solid 1px;
}

#media2 {
	width:160px;
	float:right;
}

#cd {
	width:175px;
	float:right;
}

/* Sidebars */

.sidebar {
	float: left;
	width: 215px;
	margin-top: 10px;
	color: #fff;

}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}


.sidebar li {
	padding: 4px 0 4px 10px;
}

.sidebar a {
	text-decoration: none;
	color: #fff;
	font-size: 11px;
}
.sidebar a:hover {
	color: #0A6894;
	text-decoration: underline;
}

.sidebar h2 {
	padding-top: 5px;
	color: #90A4C8;
	height: 10px;
	padding-left: 5px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	text-align:center;
}

#leftbar .line1, #rightbar .line1 {
	border: 1px solid #182a49;
	background: #000;
	margin-bottom: 10px;

	/* for IE */
   filter:alpha(opacity=80);
   /* CSS3 standard */
   opacity:0.8;
}

/* Left Sidebar */

#leftbar {
	margin-left:10px;


}

#leftbar img {
	margin-top:5px;
	margin-bottom:5px;
}

/* Right Sidebar */

#rightbar {
	margin-left: 5px;
}

#rightbar td {
	text-align:center;
	
}

#leftbar .back, #rightbar .back {
	padding: 5px;
}


/* Footer */

#footer {
	clear: both;
	padding-top: 20px;
	padding-bottom:10px;
	height: 42px;
	background:#000;	
	
		/* for IE */
   filter:alpha(opacity=80);
   /* CSS3 standard */
   opacity:0.8;
}

#footer p {
	text-align: center;
	font-size:10px;
	color: #90A4C8;
}

#footer a {
	color: #ffffff;
}

/* första sidan */

#intro {
	margin: 0 auto;
	margin-top:200px;
	width:950px;
}

#intro-header {
	margin:0 auto;
	width: 800px;
	height:495px;
	background-image:url(images/tour10_intro.png);
}

#kop {
	width:150px;
	padding-top:230px;
}


#kop img {
	border:none;
}

.video { /*853 x 520*/
	width:853px;
	height:520px;
	padding-top:10px;
	margin: 0 auto;
}

.enternew {
	width:100%;
	height:30px;
	margin-top:20px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	
	background-color:#000;
	padding:5px;
	
	/* for IE */
   filter:alpha(opacity=80);
   /* CSS3 standard */
   opacity:0.8;
}
