body, html {
	height: 100%;
	min-height: 100%;
	height: 100% !important;
	width: 100%;
	margin:0px;
	background: #fff url('../gfx/body_bg.jpg') no-repeat 50% 0;
}

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: 		940px;
	margin: 	0 auto -182px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#top {
	width: 100%;
	height: 97px;
	background: url('../gfx/top_bg.jpg') no-repeat;
	position: relative;
	
}

#toplogo {
	position: absolute;
	top: 40px;
	left: 40px;
}

#sitesettings {
	position: absolute; bottom: 0; right: 20px;
}

.main, #innercontent { 
	width: 	940px;
}
/*
#foot, #pusher {
	height: 182px;
}
*/
#foot {
	width: 940px;
	/*background: url('../gfx/foot_bg.png') no-repeat;*/
	margin: 0 auto;
}

#tableofcontents {
	width: 900px; 
	/*display: inline;*/
	height: 100%;
	/*position: relative;*/
	background: #4a4a4a;
	margin:0 20px;
}

#flags {

}

#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: 	40px;
	right: 	20px;
	text-align: right;
}

#toplinks a {
	color: 		#fff;
	line-height: 1.5em;
}

#logoplate {
	width: 395px;
	height: 282px;
	background: url(../gfx/logo-plate.jpg) no-repeat;
	float: left;
}

	#logoplate a {
		width: 395px;
		height: 282px;
		display: block;
		text-indent: -9999px;
	}

.picborder {
	border:		1px solid #ccc;
	margin:		0;
	padding:	2px;
	background:	#fff;
}

.emred {
	font:12px "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-variant:small-caps;
	font-weight:bold;
	color:#9b1c1f;
}

.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: #fff;}
#navigator,
#navigator ul {padding:0 0 5px 0; margin:0; list-style:none; position:relative; z-index:100001;}

#navigator { height: 33px; width:680px; padding:0; position: absolute; top: 45px; left: 30px; z-index:200}

#navigator ul {padding: 0; margin:0; list-style:none; font: 11px/1.5 "Lucida Grande", "Lucida Sans", Helvetica, Verdana, sans-serif; line-height:1.6em; background:#2788bb; width:auto; opacity:0.95;filter:alpha(opacity=95)}

#navigator table {border-collapse:collapse;}

#navigator li {float:left; background:url('../gfx/mainmenu_split.png') right no-repeat; text-align: center; display:block;}
#navigator>li:last-child {background: 0;}
#navigator li:hover { background:url('../gfx/mainmenu_split.png') right no-repeat; }
#navigator>li:hover:last-child {background: 0;}

* html #navigator li {background: 0;}

#navigator li li {float:none; display:block; background: #353434; width: auto; padding:2px 4px 2px 4px; height:23px;}

#navigator li li:hover {background: #353434;}

#navigator li a li {float:left;}

#navigator li a {display:block;color:#fff; text-decoration:none; text-align: center; font-weight:normal; background:url('../gfx/menu_right_border.png') 100% 0  no-repeat; padding:0 22px; line-height:40px; width:auto; border:none;}

#navigator li a:hover {background:url('../gfx/menu_over_bg.png') repeat-x;}

#navigator li li a {line-height:20px; float:none; color: #fff; text-align: left; padding-left: 8px; padding-right: 25px; border:none; background:none; width:90px;}

#navigator li li a:hover { color: #d1d1d1; background: #4a4a4a;}

#navigator li:hover {position:relative; z-index:300;}

#navigator a:hover {position:relative; z-index:300; text-decoration:none; font-weight:normal; }

#navigator :hover ul {left:5px; top:33px;}

* html #navigator :hover ul {left:0; top:27px; margin-left:-10px;;} /* IE6 */

#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 a.active { text-decoration: underline; }

/*#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 */

/* Höger meny */

#right-menu {
	position: absolute;
	right: 	40px;
	top:	50px;
}

	#right-menu ul {
		list-style: none;
	}
	#right-menu ul li {
		float: left;
		margin-left: 5px;
	}
	#right-menu ul li a {
		color: #fff;
		display: block;
		padding: 8px 13px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}
	#right-menu .about {
		background: #d52d86;
	}
		#right-menu .about:hover {
			background: #ee3a99;
		}
	#right-menu .contact {
		background: #ec7f25;
	}
		#right-menu .contact:hover {
			background: #fc923b;
		}

#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 h4 {
	font-variant:small-caps;
	font-weight:bold;
	font-size:14px;
}
.sitemap dt a {
	color: #ff4208;
	font:16px "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-variant:small-caps;
}

.sitemap dt a:hover, .sitemap a:visited:hover {
	color: #273140;
	font-weight: bold;
	font-variant:small-caps;
}

.sitemap dd {
	margin:0 0 0 8px;
}

/* Content rutor */

h4.boxheader {
	margin-top: 0;
}

.textholder {
	margin: 0 10px;
	display: inline;
	float: left;
	/*position:	relative; top: -35px;*/
	z-index: auto;
}

#layout2 #reldrop2 {
	margin-left: 45px;
	margin-top: 20px;
}

#layout5 #reldrop3 {
	margin-left: -10px;
}


.empty {
	line-height:1.4em;
	background: url('../gfx/content_darker_corner_tl.png') no-repeat 0 0;
	position: relative;
	margin: 5px 12px 10px 5px;
	padding:15px 0 0 15px;

}

.roundbox {
	margin: 10px;
	-webkit-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	border-bottom: 1px solid #111;
	border-right: 1px solid #111;
	border-top: 1px solid #444;
	border-left: 1px solid #444;
	color: #000;
}

	.roundbox .boxheader {
		color: #0098a8;
	}

.roundbox2 {
	margin: 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;
	color: #000;
}
.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;
}

/* Galleri*/

#mod_gallery .picdiv {
	float: left;
	margin-right: 15px;
}

/* Misc */

.loading {
	background: url('../gfx/loading_anim_white.gif') 50% 50% no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 50%;
}

/* Nyheter*/

.newsitem {
	border-bottom:1px solid #DDDDDD;
	margin-bottom:10px;
	position:relative;
}

.newsitem p {
	margin-left: 70px;
}

.newsheadline {
	font-weight: bold;
}
.newsdate {
	/*position: absolute; top: -14px; right: -50px; */
	width: 69px;
	height: 30px;
	color: #555;
	/*background:	transparent url('../gfx/date_bg.gif') no-repeat;*/
	text-align: center;
	float: left;
}
.newsdate .day {
	font: 28px "Georgia", Verdana, Helvetica, serif;
	display: block;
}
.newsdate .month {
	font: 12px/4px "Georgia", Verdana, Helvetica, serif;
}

.newsitem h5 a {
	font:13px "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-weight:bold;
}

.newsitem .newstext {

}

.newsitem .readmore {
	margin-bottom: 20px;
	margin-left:70px;
	display: block;
}

.news #allholder {
	text-align: right;
}

.news #readall {

}


.defaultSimpleSkin table.mceLayout {
	border: 0; /* tiny */
}

.collapsed .padder {

}

/* kalender */
#calendar {
	width: 100%;
}

#calendar td {
	padding:	3px;
	text-align: center;
}

.daynames {
	color:	#555555;
}
.daynamesOff {
	color:	#bb0000;
}
.firstDaysMonth{
	color:	#bbbbbb; 

}
.dayThisMonth {

}
.dayThisMonthWeekend {
	color:	#bb0000;
}
.lastDaysMonth {
	color: #bbbbbb;
}

/* sökning */

.searcresultitem .lastupdate {
	font-style: italic;
	color: #999;
}

#alacarte {
	text-align: left;
}

	#alacarte th {
		background: #333;
		padding:10px;
		text-align:center;
	}
	#alacarte td {
		padding: 5px;
		border-bottom: 1px solid #333;
	}

/* 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 #444;
	-moz-border-radius: 	3px;
	border-radius: 			3px;
	-webkit-border-radius: 	3px;
}

.contactform .textinput label, .contactform .label {
	font-weight: bold;
	display: block;
	float: left;
	line-height: 2.2em;
	cursor: pointer;
	margin-right: 10px;
}

.contactform .label {
	cursor: default;
}

.contactform .textinput {
	border-bottom: 1px dotted #444;
	padding: 10px;
}

.contactform .textinput .inputText, .contactform .textinput textarea {
	background:	#555555 none repeat scroll 0 0;
	border-color: #111 #777 #777 #111;
	border-style:solid;
	border-width:1px;
	color: 		#fff;
	font-size:	1.2em;
	padding:	3px;
	width:		240px;
	-moz-border-radius:	3px;
	-webkit-border-radius:	3px;
	border-radius:	3px;
}

.contactform .textinput .fail {
	border-color: #bb6666;
}

.contactform .textinput input:focus, .contactform .textinput textarea:focus {
	border-color: #777;
}
.contactform .inputsubmit {
	margin: 10px 0 10px 120px;
	font-size: 1.2em;
	font-weight: bold;
	width: 	246px;
	color:		#fff;
	padding: 3px;
	border: 1px solid #999;
	border:1px solid #739D0B;
	/*border-color: #eee #ddd #ddd #eee;*/
	-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;
}

#flash {
	margin: 0 auto;
	margin-top: 75px;
	width: 100%;
	height: 100%;
}

/* moduler */
#mod_imageslider {
	/*margin:-10px -40px 0;*/
	left:-40px;
	top: -10px;
	position:relative;
	width:940px;
	margin-bottom:-10px;
}

/* 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: #000;
	font-weight: bold;
}

#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;
}
