@charset "utf-8";
/* CSS Document */

/* Clearfix float problem solve */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/* End clearfix */

* {
	padding: 0px;
	margin: 0px;
}
body {
	height: auto;
	background-color: #e6e6e6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
}
div#container {
	width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
div#content {
	width: 1000px;
	height: auto;
	background-image: url(../img/design/back_content.gif);
	background-repeat: repeat-y;
	padding: 0px 0px 0px 13px;
}
div#top_shade_left {
	clear: both;
	width: 4px;
	height: 91px;
	background-image: url(../img/design/back_top_shade_left.gif);
	background-repeat: no-repeat;
	float: left;
}
div#top {
	width: 966px;
	height: 91px;
	background-image: url(../img/design/back_top.gif);
	background-repeat: repeat-x;
	float: left;
}
div#logo {
	padding: 5px 0px 0px 20px;
	margin-right: 20px;
	float: left;
}
div#logo_text {
	padding-top: 25px;
	float: left;
}
div#top_shade_right {
	width: 4px;
	height: 91px;
	background-image: url(../img/design/back_top_shade_right.gif);
	background-repeat: no-repeat;
	float: left;
}
div#menu_shade_left {
	clear: left;
	width: 4px;
	height: 54px;
	background-image: url(../img/design/back_menu_shade_left.gif);
	background-repeat: no-repeat;
	float: left;
}
div#menu {
	width: 966px;
	height: 54px;
	background-image: url(../img/design/back_menu.gif);
	background-repeat: repeat-x;
	float: left;
}
div#menu_shade_right {
	width: 4px;
	height: 54px;
	background-image: url(../img/design/back_menu_shade_right.gif);
	background-repeat: no-repeat;
	float: left;
}
div#menu_shade_bl {
	clear: both;
	width: 8px;
	height: 4px;
	background-image: url(../img/design/back_menu_shade_bl.gif);
	background-repeat: no-repeat;
	float: left;
}
div#menu_shade_bm {
	width: 958px;
	height: 4px;
	background-image: url(../img/design/back_menu_shade_bm.gif);
	background-repeat: repeat-x;
	float: left;
}
div#menu_shade_br {
	width: 8px;
	height: 4px;
	background-image: url(../img/design/back_menu_shade_br.gif);
	background-repeat: no-repeat;
	float: left;
}
div#menu_main {
	width: 965px;
	height: 27px;
	margin-bottom: 5px;
	padding-left: 22px;
}
div#menu_sub {
	clear: both;
	width: 965px;
	height: 20px;
	padding-left: 20px;
}
div.menu_link {
	width: auto;
	height: 27px;
	margin: 1px 0px 0px 0px;
	padding: 7px 8px 0px 8px;
	float: left;
}
div.menu_ylink {
	width: auto;
	height: 27px;
	background-image: url(../img/design/back_menu_selected.gif);
	background-repeat: repeat-x; 
	margin: 1px 0px 0px 0px;
	padding: 7px 8px 0px 8px;
	float: left;
}
div.menu_sub_link {
	width: auto;
	height: 20px; 
	margin: 0px 0px 0px 0px;
	padding: 2px 10px 0px 10px;
	float: left;
}
div#main {
	width: 970px;
	height: auto;
	background-color: #ffffff;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
	clear: both;
}
div#main_content {
	width: 450px;
	margin: 5px 10px 10px 33px;
	float: left;
}
div#main_content_menu {
	width: 189px;
	height: 200px;
	border: 1px solid #cccccc;
	margin: 31px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	float: left;
}
div#main_pic {
	width: 432px;
	height: autopx;
	margin: 35px 0px 10px 15px;
	float: left;
}
div#bottom_line_left {
	width: 7px;
	height: 20px;
	background-image: url(../img/design/back_bottom_line_shade_left.gif);
	background-repeat: repeat-y;
	float: left;
}
div#bottom_line {
	width: 986px;
	height: 20px;
	background-image: url(../img/design/back_bottom_line.gif);
	background-repeat: repeat-x;
	float: left;
}
div#txt_copybox {
	margin: 5px 0px 0px 15px;
}
div#bottom_line_right {
	width: 7px;
	height: 20px;
	background-image: url(../img/design/back_bottom_line_shade_right.gif);
	background-repeat: repeat-y;
	float: left;
}
div#bottom_left {
	clear: both;
	width: 11px;
	height: 12px;
	background-image: url(../img/design/back_bottom_left.gif);
	background-repeat: no-repeat;
	float: left;
}
div#bottom_middle {
	width: 978px;
	height: 12px;
	background-image: url(../img/design/back_bottom_middle.gif);
	background-repeat: repeat-x;
	float: left;
}
div#bottom_right {
	width: 11px;
	height: 12px;
	background-image: url(../img/design/back_bottom_right.gif);
	background-repeat: no-repeat;
	float: left;
}
/*  SECTION START STARTS */
div#col_left {
	width: 360px;
	height: auto;
	background-color: #ffffff;
	padding: 5px 15px 10px 33px;
	float: left;
}
div#col_middle {
	width: 290px;
	height: auto;
	background-color: #ffffff;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	padding: 5px 15px 10px 15px;
	float: left;
}
div.event_box1 {
	background-color: #f0f0f0;
	padding: 10px;
}
div.event_box2 {
	background-color: #f8f8f8;
	padding: 10px;
}
div#event_img {
	margin: 30px 0px 0px 0px;
}
div#col_right {
	width: 198px;
	height: auto;
	background-color: #ffffff;
	padding: 5px 15px 10px 15px;
	float: left;
}
div#news {
	background-color: #f2f2f2;
	padding: 5px;
	margin-bottom: 10px;
	
}
div.news_box {
	margin: 0px 0px 5px 0px;
}
div#oppettider {
	background-color: #f2f2f2;
	padding: 5px;	
}
div#partners {
	background-color: #ffffff;
	padding: 10px 0px 0px 0px;
}

/* SECTION START ENDS */

/* SECTION NYHETER STARTS */

.news_title {
	border: 1px solid #CCCCCC;
	background-color: #e7e7e7;
	padding: 5px 10px 5px 10px;
}
.news_ytitle {
	border: 1px solid #CCCCCC;
	background-color: #FFFF00;
	padding: 5px 10px 5px 10px;
}
.news_text {
	border: 1px solid #CCCCCC;
	background-color: #ffffff;
	padding: 10px 10px 10px 10px;
}

/* SECTION NYHETER ENDS */
.mm:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.mm:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.mm:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.mm:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.ms:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.ms:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.ms:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.ms:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.news_event:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.news_event:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.news_event:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.news_event:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
ul {
	margin: 0px 0px 0px 25px;
}
ol {
	margin: 0px 0px 0px 25px;
}
li {
	margin: 0px 0px 5px 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 100;
	color: #000000;
	margin: 0px 0px 5px 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 5px 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 5px 0px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.txt_brod {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.txt_copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}
.txt_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.txt_header_italy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #000000;
}
img.wide {
	margin: 0px 0px 10px 0px;
}
.img_partner {
	margin: 5px 0px 5px 10px;
	border: none;
}
.img_marg {
	margin: 62px 0px 0px 0px;
}