@charset "utf-8";
/* CSS Document */

body {
	background: #FFF url(../img/bg.jpg) repeat-x;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-size:14px;
	color:#0080FF;
	padding:0 40px;
	margin:20px 0 0 0;

}


h2 {
	font-size:11px;
	color:#444;
	padding:0 40px;
	margin-top:8px;
	line-height:1.4em;
	text-align:justify;
	font-weight:bold;
}

h3 {
padding-top:25px;
}
h4 {
	font-size:11px;
	color:#444;
	padding:0 40px;
	margin-top:8px;
	line-height:1.4em;
	text-align:justify;
	font-weight:bold;
}
p {
	font-size:11px;
	color:#444;
	padding:0 40px;
	margin-top:8px;
	line-height:1.4em;
	text-align:justify;
}

small {
	font-size:11px;
	color:#999;
	padding:0 40px;
	margin:0;
}

ul {
	font-size:11px;
	color:#444;
	padding:0 100px;
	margin-top:8px;
	line-height:2em;
	text-align:justify;
}

li{

}

a {
color:#444;
font-weight:bold;
}

img {
border:none;
}



/* ///////    Wrappers    /////// */

#wrapper-all {
	width:775px;
	margin:0 auto;
	}

#wrapper-top {
	width:775px;
	height:127px;
}

#wrapper-logo {
	width:500px;
	height:127px;
	float:left;
	background:url(../img/top_filler.jpg) no-repeat right;
}

#wrapper-menu {
	background:url(../img/bg_menu.jpg) no-repeat;
	float: right;
	width:265px;
	padding:82px 0 0 10px;
}

#wrapper-content {
	width:604px;
	float:right;
	background: url(../img/bg_content.jpg) no-repeat;
	min-height:800px;
	background-position: 0 283px;
	}
	
#wrapper-left {
float: left;
width:170px;
text-align:right;
}
	
/* ///////    Specifics    /////// */
/* ///////       menu      /////// */

#wrapper-menu img {
margin:0 22px 0 0;
}

/* ///////       left      /////// */

#wrapper-left h3 {
padding:0;
margin:0;
}

/* ///////       videoplayer      /////// */

#videoplayer {
text-align:center;
}
/* ///////       content      /////// */

#content-top {
	height:34px;
}

.nyheter {
	background:url(../img/content_top_nyheter.jpg) no-repeat right;
}

.omoss {
	background:url(../img/content_top_omoss.jpg) no-repeat right;
}

.kontakt {
	background:url(../img/content_top_kontakt.jpg) no-repeat right;
}

.imgright {
float:right;
margin-right:80px;
margin-top:40px;
}