body, html {
	height: 100%;
	min-height: 100%;
	height: 100% !important;
	width: 100%;
	margin:0px;
	background: #000 url('../gfx/body_bg.jpg') 50% 0 no-repeat;
}

td {
	line-height: 1.5em;
}

img {
	border: 0;
}

#leftbg {
	height: 137px;
	width: 50%;
	position: absolute; top: 0; left: 0;
	background: #333 url('../gfx/top_left_bg.png') repeat-x;
}

#wrapper {
	width: 		976px;
	margin: 	0 auto;
	padding-top:120px;
	/*
	min-height: 100%;
	height: auto !important;
	height: 100%;
	*/
	position: relative;
}

#top {
	width: 976px;
	height: 90px;
	position: relative;
	background: url('../gfx/top_bg.png') no-repeat;

}

#toplogo {
	position: absolute;
	top: 8px;
	left: 8px;
}

#sitesettings {
	position: absolute; top: -20px; left: 28px;
}

.main, #innercontent { 
	width: 	976px;
	background: url('../gfx/main_bg.png') repeat-y;
	behavior: url("/style/iepngfix.htc");
}

#flash {
	position: absolute;
	left: 8px;
	top: 90px;	

}

#foot {
	width: 976px;
	height: 85px;
	background: url('../gfx/foot_bg.png') no-repeat;
	/*margin: 0 auto;*/
	padding-top: 60px;
	color: #fff;
	font-size: .9em;
	behavior: url("/style/iepngfix.htc");
}

#tableofcontents {
	width: 960px; 
	/*display: inline;*/
	height: 100%;
	/*position: relative;*/
	padding-top: 1px;
	margin: 0 auto;
}

#flags img {
	margin-right: 4px;
}

#whatisgeo {
	position: absolute;
	right: -16px;
	top: 170px;
	behavior: url("/style/iepngfix.htc");
}

#toppic {
	margin: 0 0 10px 8px;
	z-index: -20;
}

#mainsearchcontent {
	text-align: center; 
	position: 	absolute; 
	top:	10px; 
	right: 	10px;
	width: 	auto;
}

#mainsearchcontent .searchstr {
	border: 1px solid #565656;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	background: #6c6c6c;
	color: #eee;
	-moz-border-radius: 9px;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	padding-left: 10px;
}

#mainsearchcontent .searchstr:hover {
	background: #777;

}

#mainsearchcontent .searchstr:focus {
	border: 1px solid #bbb;
}

#mainsearchcontent .submit {
	border: 1px solid #565656;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	background: #6c6c6c;
	color: #eee;
	-moz-border-radius: 9px;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	margin: 0;
	font-size: 12px;
	vertical-align: bottom;
}

#searchoptions {
	display: none;
	text-align: left;
	background: #6c6c6c;
	margin: 5px 0 0 0;
	padding: 4px;
	width: 100%;
	line-height: 2em;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;	
}

#mainsearchcontent:hover #searchoptions {
	display: block;
	color:	#fff;
}

#toplinks {
	position: absolute;
	top: 	-20px;
	right: 	17px;
	display: inline;
}

#toplinks a {
	color: 		#fff;
	line-height: 1.5em;
	font-variant: small-caps;
	font-size: 13px;
	text-decoration: none;
}

#toplinks a:hover {
	color: 		#6a94b6;
	text-decoration: none;
}

.picborder {
	border:		1px solid #ccc;
	margin:		0;
	padding:	2px;
	background:	#fff;
}

.emred {
	font:13px "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-variant:small-caps;
	font-weight:bold;
	color:#244159;
}

.skipnav {
	display:none
}

.column { text-align: justify; display: block;}

abbr[title] {
	border-bottom: 1px dotted black;
	cursor: help;
}

acronym[title] {
	border-bottom: 1px dotted black;
	cursor: help;
}

acronym{
	speak:normal;
}

acronym[title]:after {
	font-weight:normal;
	pause-after: 50%;
}

/*Menyn */


#mainmenu li a:hover { color: #eee;}
#navigator,
#navigator ul {padding:0; margin:0; list-style:none; z-index:100001;}

#navigator {height: 50px; width:auto; padding:0; position: absolute; top: 17px; left: 180px;}

#navigator ul {
	padding: 10px 0; 
	margin:0; 
	list-style:none; 
	background:#ececec; 
	width:auto; 
	opacity:0.95;filter:alpha(opacity=95); 
	border-right: 1px solid #999; 
	border-bottom: 1px solid #999; 	
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;}

#navigator table {border-collapse:collapse;}

#navigator li { background:url('../gfx/mainmenu_li_bg.png') no-repeat; float:left; display:block; line-height: 50px; height: 50px; padding: 0 20px; margin: 0;}

#navigator li:hover { position:relative; }

#navigator li.active {  }
#navigator li.active:hover {  }
#navigator li.active > a { color: #333; border-bottom: 3px solid #c8c8c8; }
#navigator li.active > a:hover { color: #333;}

#navigator li li { float:none; display:block; background: 0; width: 195px; padding: 0; height:25px; line-height:25px; text-align: left; }

/*#navigator li>li:hover {background: #353434;}*/

#navigator li a li {float:left;}

#navigator li a { color:#ccc; text-decoration:none; text-align: left; font-weight:normal; height: 50px; border:none; font: 1.4em/50px "Trebuchet MS", Arial, sans-serif; color: #444;}

#navigator li a:hover { position: relative; color: #000; border-bottom: 3px solid #c8c8c8; }

#navigator li li a { position:relative; display: block; height: 25px; float:none; color: #000; text-align: left; padding: 0 20px; border: 0; background:none; font: 12px/25px Helvetica, Arial, sans-serif;}

#navigator li li a:hover { color: #000; background: 0; border: 0;}

#navigator a:hover { z-index:300; text-decoration:none; font-weight:normal; }

#navigator :hover ul { left:0; top:40px;}

* html #navigator :hover ul {left:0; top:25px; margin-left:-10px;}

#navigator a:hover ul { left:-10px;}

#navigator ul {position:absolute; left:-9999px; top:-9999px;}

#navigator li:hover li:hover > ul {left:-4px; margin-left:100%; top:4px;}

#navigator li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}

/*#navigator li:hover > a {text-decoration:none; color:#ccc;}*/
#navigator a:hover a:hover ul,
#navigator a:hover a:hover a:hover ul,
#navigator a:hover a:hover a:hover a:hover ul,
#navigator a:hover a:hover a:hover a:hover a:hover ul
{left:100%; top:-1px;}

#navigator a:hover ul ul,
#navigator a:hover a:hover ul ul,
#navigator a:hover a:hover a:hover ul ul,
#navigator a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}

/*Meny slut*/

#tinymce {
	background: #fff;
}

.mceContentBody {
	background-image: none;
	background-color:#1d1616;
	color: #000;
	height:auto;
	border: 0;
}

.contentheadline {
	/*padding:	0px 35px;*/
	/*background:url(../gfx/h2_gfx.png) no-repeat 0 4px;*/
	/*height: auto;*/
	letter-spacing: -.05em;
}

#sitemap li a {
	font:12px "Helvetica", Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 3px;
}

#sitemap li a:hover, .sitemap a:visited:hover {
	font-weight: bold;
	text-transform: none;
}

#sitemap ul {
	list-style-type: none;
}


/* Content rutor */

h4.boxheader {
	margin-top: 0;
}

.textholder {
	margin: 0 10px;
	display: inline;
	float: left;
	/*position:	relative; top: -35px;*/
	z-index: auto;
}

.empty {
	line-height:1.4em;
	background: url('../gfx/content_darker_corner_tl.png') no-repeat 0 0;
	position: relative;
	margin: 5px 12px 10px 5px;

}

.roundbox {
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: url('../gfx/roundbox_bg.png') repeat-x;
	border: 1px solid #e1e1e1;
	position: relative;
}

.roundbox2 {
	margin-bottom: 10px;
	-webkit-border-bottomright-radius: 5px;
	-moz-border-bottomright-radius: 5px;
	border-bottomright-radius: 5px;
	margin-top: 8px;
	border-bottom: 1px solid #222;
	border-right: 1px solid #222;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	background: #4a483a url('../gfx/roundbox2_bg.png') repeat-x;
	position: relative;
}
.expanderpusher {
	height: 26px;
}
.roundbox2 .expander {
	position: absolute; top: 3px; right: 3px;
	width: 23px;
	height: 22px;
	background: transparent url('../gfx/roundbox2_expander.png') no-repeat;
}

.padder {
	padding:10px 15px 15px 15px;
	/*position:relative;*/

}

/* SLUT Content rutor */

.alert-good {
	background:	#c3ff9b url(../gfx/icon_accept.gif) no-repeat 4px 4px;
	border:		1px solid #1ccf3a;
	padding:	4px 4px 4px 16px;
	text-align:	center;
	font-weight:bold;
}
.alert-loading {
	background:	#fff url(../gfx/loading.gif) no-repeat 4px 4px;
	border:		1px solid #c8c8c8;
	padding:	4px 4px 4px 16px;
	text-align:	center;
	font-weight:bold;
}
.inputmark {
	color: #bb0000;
	font-weight: bold;
	margin-left: 5px;
}

/* Nyheter*/

.newsitem {
	position: relative;
	border-bottom:1px solid #e6e6e6;
	margin-bottom:15px;
}

.newsheadline {
	font-weight: bold;
}
.newsdate {
	position: absolute; top: 0; right: -55px;
	width: 65px;
	height: 30px;
	color: #eee;
	background:	transparent url('../gfx/date_bg.png') no-repeat;
	text-align: center;
	padding:2px 0 0 3px;
	float: right;
	-moz-border-top-right-radius: 5px;
	border-radius: 5px;
	behavior: url("/style/iepngfix.htc");
}
* html .newsdate {
	right: -40px;
}

.newsdate .day {
	font:17px "Georgia", Verdana, Helvetica, serif;
}
.newsdate .month {
	font:11px/4px "Georgia", Verdana, Helvetica, serif;
}

.newsitem h3 a {
	font:13px "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-weight:bold;
	color:#2d8bb4;
}

.newstext {
	margin-right: 15px;
}

.newstext h5 a {
	line-height: 1.5em;
}

.newsitem .readmore {
	margin-bottom: 20px;
	display: block;
}

.news #allholder {
	text-align: right;
}

.news #readall {
	background: url('../gfx/button_arrow_right.gif') right no-repeat;
	padding-right: 24px;
	height: 18px;
	line-height: 18px;
	display: block;
	font-weight: bold;
	text-align:right;
}

.news #rssfeed {
	position: absolute;
	right: 20px;
}

.defaultSimpleSkin table.mceLayout {
	border: 0; /* tiny */
}

.collapsed .padder {

}

/* kalender */
#calendar_wrapper {
	height: 180px;	
}

#calendar {
	width: 100%;
}

#calendar td {
	padding:	3px;
	text-align: center;
}

.dayholder {
	position: relative;
}

.daynames {
	color:	#555555;
}
.daynamesOff {
	color:	#bb0000;
}
.firstDaysMonth{
	color:	#bbbbbb; 

}
.dayThisMonth {

}
.dayThisMonthWeekend {
	color:	#bb0000;
}
.lastDaysMonth {
	color: #bbbbbb;
}

#calendar .hasevent {
	background: url('../gfx/calendar_day_event.gif') 50% 0 no-repeat;
	color: #fff;
}

#calendar .hasevent dl {
	display: none;
	position: absolute; bottom: 10px; right: 10px;
	background: #f3f3f3;
	padding: 15px;
	text-align: left;
	width: 250px;
	border: 1px solid #ddd;
	color:	#000;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

#calendar .hasevent dl dt {
	font-weight: bold;
	margin: 0;
}

#calendar .hasevent dl dd {
	margin: 0 0 5px 0;
}

/* sökning */

.searcresultitem .lastupdate {
	font-style: italic;
	color: #999;
}

/* case */

#casemain {
  width: 610px;
  margin: 0 auto;
}

#content-slider {
	width: 610px;
	height: 14px;
	/*margin: 5px;*/
	background: #dadada;
	position: relative;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:	pointer;
}

.content-slider-handle {
	width: 60px;
	height: 14px;
	position: absolute;
	/*top: -4px;*/
	background: url('../gfx/case_slide_handle.png') no-repeat;
	/*cursor:	col-resize;*/
}

#content-scroll {
	width: 610px;
	height: 180px;
	margin-top: 10px;
	overflow: hidden;
}

#content-holder {
	width: 1500px;
	height: 170px;
}

.content-item {
	width: 180px;
	height: 170px;
	/*padding: 5px;*/
	float: left;
}

/* kontaktformulär */

.contactform {
	border: 1px solid #ddd;
	border-color: #ddd #eee #eee #ddd;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.contactform label {
	font-weight: bold;
	display: block;
	float: left;
	line-height: 2.2em;
	cursor: pointer;
	margin-right: 10px;
}

.contactform .textinput {
	border-bottom: 1px dotted #ddd;
	padding: 10px;
}

.contactform .textinput input, .contactform .textinput textarea {
	font-size: 1.2em;
	width: 240px;
	color:		#555;
	padding: 3px;
	border: 1px solid #999;
	border-color: #aaa #ddd #ddd #aaa;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.contactform .textinput input:focus, .contactform .textinput textarea:focus {
	border-color: #2d8bb4;
}
.contactform .inputsubmit {
	margin: 10px 0 10px 120px;
	font-size: 1.2em;
	font-weight: bold;
	width: 	246px;
	color:		#fff;
	padding: 3px;
	border:1px solid #3996c5;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	background: url('../gfx/submit_bg.gif') repeat-x;
	cursor: pointer;
}

.contactform .inputsubmit:hover {
	border-color: #aaa;
}

/* slider sandbox */

#slider {
    width: 600px;
    margin: 0 auto;
    position: relative;
	height: 370px;
	/*background: url(../images/slider_bg.png) 50% bottom no-repeat;*/
}

.scroll {
	overflow: hidden;
	width: 600px;
    margin: 0 auto;
    position: relative;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 10px;
    width: 274px;
	height: 360px;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 63px;
	bottom: 0;
	background: url(../images/leftshadow.png) repeat-y;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 63px;
	bottom: 0;
	background: url(../images/rightshadow.png) repeat-y;
}

.inside {
	padding: 10px;
}

.inside img {
	display: block;
	margin: 0 0 10px 0;
	width: 250px;
}

.inside img.type {
	width: 30px;
	height: 6px;
	float: right;
}

.inside h5 {
	font-weight: normal;
	font-size: 16px;
	margin: 0 0 8px 0;
	color: #aaa;
}

.inside h5 span.type {
	color:		#7d3b51;
	/*font-family:Georgia,Serif;*/
	font-size:	0.6em;
	vertical-align:top;
}

.inside p {
	font-size: 11px;
	color: #888;
}

.scrollButtons {
    position: absolute;
    top: 127px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -40px;
}

.scrollButtons.right {
    right: -40px;
}

.hide {
    display: none;
}