 /*\*//*/
  @import "ie5mac_bugs.css";
/**/
@import "wood.css";
body { 
	margin: 0; 
	padding: 0; 
	text-align: center; 
	font-family: verdana, arial, helvetica, dejavu sans, sans-serif;
	background-color: white; 
	/* håller innehållet till vänster */
	min-width: 950px; 
	font-size: 11px;
	line-height: 120%;
	color: #333;

}
/* clears after floating divs */
div.clear {
	font-size: 1px;
	margin: 0;
	padding: 0;
	clear: both;
}
#main { 
	width: 940px; 
	margin: 0px auto 0px auto; 
	padding: 20px 0 0px 0; 
	text-align: left; 
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	background-position: center -4px; 
}

#header { 
	width: 780px;
	/* ändrar position på linjen (#top_link_row) */ 
	height: 53px; 
	overflow:hidden;
}
#header #header_left {
	/* width: 580px; */
	/* Håller sökrutan på plats */
	width: 300px;
	float: left;
	vertical-align: middle;
}
#header #header_left h1 {
	line-height: 18px;
	visibility: visible;
	font-size: 1px;
	color:white;
	-moz-opacity: 0.0;
}
#header_left a {
	height: 40px; width: 300px; display:block; color: white; text-align:center;
}
#header #header_left h1 .section_header {
	line-height: 18px;
	font-size: 14px;
	color: #999999;
	visibility: hidden;
}
#header #header_right {
	float: right;
	padding: 6px 2px 6px 6px;
	width: 330px;
}
* html #header * { 
	font-size: 1px; /* förhindrar att sökfältet hoppar ner på vissa sidor i Internet Explorer */ 
}

#header_right select { width: 185px;}
/* Verksamhetsmeny */
div.tx-awpageselectmenu-pi1 { 
	height: 22px; 
	width: 100%
}
div.tx-awpageselectmenu-pi1 form {
	margin-top: 0px;
	margin-bottom: 0px;
}

div.tx-awpageselectmenu-pi1 select {
	font-family: verdana, arial, sant-serif;
	font-size: 9px;
	line-height: 9px;
	margin-top: 2px;
}
* html #header div.tx-awpageselectmenu-pi1 select {font-size: 9px;}

/* Innehåll A-ö */
div.tx-awadvancedselectmenu2-pi1 {
	clear:left; float:left; 
}
#header #header_right .tx-awadvancedselectmenu2-pi1 {
	margin: 0;
	padding: 0;
	border: 0;
	float:left;
	}
#header_right .spacer {
	height: 22px;
}
#header #header_right .tx-awadvancedselectmenu2-pi1 form {
	margin: 1px 4px 0 0;
	padding: 0;
	border: 0;
	}
#header #header_right .tx-awadvancedselectmenu2-pi1 select {
	font-family: verdana, arial, sant-serif;
	font-size: 9px;
	line-height: 9px;
	margin-top: 2px;
	}

/* Sök */
div.tx-macinasearchbox-pi1 {}
#header #header_right .tx-macinasearchbox-pi1 {
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	}
#header #header_right .tx-macinasearchbox-pi1 form {
	margin: 0;
	padding: 0;
	border: 0;
	}
#header #header_right .tx-macinasearchbox-pi1 input {
	font-family: verdana, arial, sant-serif;
	font-size: 9px;
	line-height: 9px;
	width: 60px;
	margin: 0;
	}
#header #header_right .tx-macinasearchbox-pi1 input.submit {
	width: auto;
}

#header #header_right .tx-macinasearchbox-pi1 p {
	margin: 4px 0 0 0;
	padding: 0;
}
#header #header_right .tx-macinasearchbox-pi1 p a {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}
#header #header_right .tx-macinasearchbox-pi1 p a:hover {
	text-decoration: underline;
}

/* Menyer */
#breadcrumb {
/* Positionering behövs fär Safari, annars funkar inte länkarna */
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
}
#top_link_row #breadcrumb li {
	padding-left: 0;
}
#top_link_row #breadcrumb li a{
	padding-right: 5px;
}
#top_link_row {
	width: 780px;
	border-top: 1px solid #ff7f00;
	border-bottom: 1px solid #ff7f00;
	background-color: transparent;
	text-align: right;
	margin-bottom: 7px;
	/* Positionering behävs fär Safari, annars funkar inte länkarna på vissa sidor */
	position: relative;
	left: 0px;
	top: 0px;
}
#top_link_row ul {
	list-style: none;
	margin: 0px;
	padding: 6px 10px 9px 10px;
}
#top_link_row * {
	line-height: 11px;
	vertical-align: bottom;
}
#top_link_row ul li {
	display: inline;
	padding-left: 2em;
}
#top_link_row ul li a {
	font-size: 11px;
	font-style: normal;
	line-height: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
}
#top_link_row ul li a:hover {
	text-decoration: underline;
}

/* Content */
#left, #right {
	min-height: 50px;
	/* prevent collapse of empty cols */
}
#content { 
	float: right; 
	margin: 25px 0 0 0;
	padding: 0; 
	width: 780px;
}
#banners {
	width: 140px;
	margin-left: 20px;
	float: left;
	}
/* Fixar sä att inte bannerserna hamnar sär i IE (mac och pc) */
* html #content {position: relative; left:0; top:0}
* html #banners {position: absolute; right: 0px; top: 0px;float:none;}
/* */

#footer { 
	padding-top: 10px;
	width: 620px;
}
#footer p {
	border-top: 1px solid #cecece;
	padding: 10px 0 0 0;
	font-size: 10px;
}

/* Admin panel */
table.typo3-adminPanel {
	text-align: left;
}


/* slash välkommen */
span.section_header {padding-left: 170px;}



/* FAQ */
.additional-info {
	font-size: 11px;
}
.tx-irfaq-pi1 dt {
	font-size: 11px;
	font-weight: bold;
}
.tx-irfaq-pi1 br.bodytext {
	display: none;
}


/* verksamhetsregistret */
label.hint {
	display: block;
	font-size: 0.9em;
}
.search_label {
	float:left;clear: both; 
	line-height: 2em;
}
input.tx-awanthrcompanies-pi1-searchbox-sword {
	width: 267px;
}
/* Julle */
.tx-julleevents-pi1 {
	max-width: 447px;
}
* html #only_content_area .tx-julleevents-pi1 {
	width: 447px;
}
.tx-julleevents-pi1-singleView td,.tx-julleevents-pi1-listrow td {
	vertical-align: top;
}
.tx-julleevents-pi1 p {
	margin:0;
}
.tx_julleevents_pi1-single {
	padding-bottom: 10px;
	border-bottom: 1px solid #808080;
}
.tx-julleevents-pi1 p.category a {
	color:#767676;
}
.tx-julleevents-pi1 p.more_info {
	text-align: right;
}
div.tx-julleevents-pi1 h3 {
	margin-bottom:0;
	margin-left: 0;
	color: rgb(51,51,51);
	font-weight: bold;
}
div.tx-julleevents-pi1 h3 a {
	text-decoration: none;
}
div.julle_event_box {
	clear: both;
}
div.julle_event_box div.top {
	height: 3px;
	background: url(/fileadmin/filer/Bilder/Bakgrundsbilder/event_box_top.gif) no-repeat bottom;
}
.tx-julleevents-pi1-singleView div.julle_event_box div.top {
	background: url(/fileadmin/filer/Bilder/Bakgrundsbilder/eventbox_top_370.gif) no-repeat bottom;
}
.tx-julleevents-pi1-singleView div.julle_event_box div.bottom {
	background: url(/fileadmin/filer/Bilder/Bakgrundsbilder/eventbox_bottom_370.gif) no-repeat;
}

div.julle_event_box div.middle {
	background: #E5EFE8;
	padding: 5px 10px 5px 10px;
}
div.julle_event_box div.bottom {
	height: 3px;
	background: url(/fileadmin/filer/Bilder/Bakgrundsbilder/event_box_bottom.gif) no-repeat;
}
div.julle_event_box em {
	color:#767676;
	font-style: normal;
}
div.tx_julleevents_pi1-single {
	margin-bottom: 10px;
}
.tx-julleevents-pi1 p.description img {
	float: right;
	border: 1px solid black;
	margin-left: 4px;
}
.tx-julleevents-pi1 p.regtext img {
	float: right;
	border: 1px solid black;
	margin-left: 4px;
}
.tx-julleevents-pi1-listrowField-regtext {
	clear: both;
	margin-top: 4px;
}


/* a as button */
p.return a, a.button, a.backlink {
	text-align: center;
	display: block;
	margin-top: 2em;
	float:left;
}

p.return a:hover, a.button:hover, a.backlink:hover {
	background-position: center -15px;
}
p.return a:active, a.button:active, a.backlink:active {
	background-position: center -30px;
}
.csc-textpic-intext-left-nowrap div {
	float: left;
	margin-left:0px!important;
	width: 225px;
}

.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
	width: 75px;
}
.csc-textpic-text h2 {
	margin-top: 0;
	padding-top: 0;
}
.csc-textpic-intext-left-nowrap * div {
	float: none;
	width: auto;
}
/* images */
a[rel="lightbox"] {
	cursor: -moz-zoom-in;
}
/* Diverse */
.menu_with_abstract dd {
	margin-left: 0px;
}
.menu_with_abstract dd p {
	margin-bottom: 0;
}
div[id^="templavoila-preview"] > table {
	display:none;
}

/* brave new column model */
.col-group {
	padding: 0px;
	width: 100%;
}
.col {
	float: left;
}
.one-col .col {
	width: 100%;
}
.two-cols-equal .col{
	width: 50%;
}
.first > .padder {
	padding-right: 10px;
}
.second > .padder {
	padding-left: 10px;
}
.third > .padder {
	padding-left: 10px;
}

.two-cols-small-wide .first {
	width: 33.3%;
}
.two-cols-small-wide .second {
	width: 66.7%;
}
.two-cols-wide-small .first {
	width: 66.7%;
}
.two-cols-wide-small .second {
	width: 33.3%;
}
.three-cols-small-wide-small .first,.three-cols-small-wide-small .third {
	width: 25%;
}
.three-cols-small-wide-small .first h3 ,.three-cols-small-wide-small .third h3{
	color:rgb(51, 51, 51);
	font-weight: bold;
	font-size: 1.02em;
}
.three-cols-small-wide-small .second {
	width: 50%;
}
.three-cols-small-wide-small .first > .padder {
	padding-right: 15px;
}
.three-cols-small-wide-small .second > .padder {
	padding-right: 5px;
	padding-left: 5px;
}
.three-cols-small-wide-small .third > .padder {
	padding-left: 15px;
}

.three-cols-equal .col {
	width: 33.33%;
}
