/* starpr.se */
body {
	background-color: #ddd;
	color:#333;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	/* background-image: url(/pix/bg2.gif);
	background-repeat: repeat-x; */
	line-height:1.5em;
	font-size: 76%;
	/*background-image:  url("/pix/bg3.gif"); 
	background-repeat:repeat-y;
	background-position: center top;
	background-attachment:fixed;*/
}
	
p {
	font-size: 1em;
	line-height: 1.3em;
	margin: 0em 0em 1em 0em;
	font-family:Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #333;
	line-height:1.2em;
	margin-top:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: left;
}
h1 {
	font-weight:normal;
	font-size:24px;
	margin-bottom:0.5em;
	margin-top:0.5em;
	padding:0;
}
h2 {
	font-weight:normal;
	font-size:18px;
	margin-bottom:0.3em;
	margin-top:1em;
	padding:0;
}
h3 {
	font-size:12px;
	padding: 0;
	margin: 1.5em 0 .5em 0em;
}

h4 {
	padding: 0;
	font-size:12px;
	margin: 1.5em 0 .5em 0em;
}

h5 {
	padding: 5px 0;
	font-size:14px;
	margin: 1.5em 0 .2em 0em;
	font-weight: normal;
	border-top:5px solid #ccc;
}

h5.red {
	border-color:#e21aba;
	color:#e21aba;
}
h5.brown {
	border-color:#ff6600;
	color:#ff6600;
}
h5.green {
	border-color:#58b539;
	color:#58b539;
}

h5 a:link,
h5 a:visited,
h5 a:hover,
h5 a:active {
	color:inherit;
	text-decoration:none;
	border:none;
}

h5 a:hover {
	text-decoration:underline;
}

#sidebar h5 {
	border:none;
	margin-top:0;
	/*border-color:#ccc;
	border-top:1px solid #ccc;*/
}

#sidebar p { clear: both; }

#sidebar hr {
	margin-top:1.5em;
	border-color:#CCCCCC;
	border-style:solid none none;
	border-width:1px;
	background-color:#fff;
	color:#fff;
	clear:left;
}

.ingress, .ingress p {
	font-size: 16px;
	line-height: 1.3em;
	margin: 10px 0em 0.5em 0em;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#container {
	position: relative;
	margin:0 auto;
	padding: 20px 30px 0;
	text-align: left;
	width: 960px;
	background:#DDDDDD url(/pix/bg4.gif) repeat-y scroll center top;
	}

#sidebar ul {
	padding:0 0 10px 0em;
	xtext-indent: -1.2em;
	margin:10px 0 0 0;
	font-size:16px;
	line-height: 1em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#sidebar ul ul {
	margin:3px 0 0px 0;
	padding:0;
}
#sidebar ul li, #localNav ul li {
	list-style-type:none;
	padding:3px 0 3px 0;
	margin:0;
	border-bottom:0 solid #ccc;
}
#sidebar ul li li, #localNav ul li {
	list-style-type:none;
	padding:3px 0 3px 0px;
	border-bottom:none;
	font-size:11px;
	line-height: 1em;
}


#sidebar ul li a:hover, #sidebar li a.active  {
		color:black;
	/*	background: url(/pix/arrow1.gif) no-repeat 0 3px;*/
		text-decoration:none;
	}


.col h3 {
	background-color:#ddd;
	padding:3px;
	margin:0;
}
.col, .col2, .col3, .col4 {
	margin:0 20px 0 0;
	padding:0;
	float:left;
}
.col {
	width:225px;
}
.col p {
	font-size:12px;
	line-height: 1.3em;
}
.col img {
	margin-bottom:4px;
}
.col2 {
	width:470px;
}
.col3 {
	width:715px;
	margin-right:0;
}
.col4 {
	width:960px;
	margin-right:0;
}
.col-last {
	margin-right:0;
}
#content {
	/* width: 460px; */
	width: 450px;
	float: left;
	margin: 0 10px 30px 10px;
	padding: 0;
	background-color:transparent;
	color:#333;
}

#toprow {
	background-color:#333;
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 760px;
	border-bottom:0px solid #999;
}
.selector {
	padding:10px 10px 5px 10px;
	margin:0;
}
.column {
	width: 170px;
	float: left;
	margin: 10px 10px 10px 0;
	padding: 0;
	background-color: transparent;
}
.column_right {
	width: 300px;
	float: left;
	margin: 10px 0 10px 0;
	padding: 0;
	background-color: transparent;
}

.horzspace
{
	width: 100%;
	clear: both;
	height: 0px;
	background:transparent;
	border-bottom:4px solid #000;
	margin: 0 0 10px 0;
	padding:0px 0 0 0;
}

/* links */

a:link,
.ul_parent {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid orange;
}
  
a:visited {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid gray;
}
  
a:hover,
.hover {
	color:orange;
	text-decoration:none;
	border-bottom:1px solid orange;
	cursor:pointer;
}

a.readmore{
	white-space:nowrap;
}

a.imgLink{
	border:none;
}

a.imgLink img{
	float:none;
}

/* #content a {
	color:#060;
	border-bottom:1px dotted #fa6400;
}
#content a:hover {
	color:white;
	border-bottom:1px solid black;
	background-color:#fa6400;
	text-decoration:none;
}
*/
 #footer {
 	clear:both;
	color:#373737;
	width:715px;
	border-top:1px solid #ccc; 
	padding: 5px 0;
	margin: 10px 0 10px 0;
	font-size:10px;
	text-align:left;
	float:left;	
 }
  #footer p {
  font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:10px;
	padding:0;
	margin:6px 0;
 }
 #footer a {
 	color:black;
 }

 .faktaruta {
	width: 140px;
	float: right;
	margin: 0 0 5px 10px;
	padding: 5px 10px 5px 10px;
	background-color: #eee;
	border:1px solid #ccc;
	color:#333;
	font-size:9px;
}
.faktaruta p {
	color:#333;
	font-size:9px;
}
.faktaruta ul {
	margin:0 0 10px 10px;
	padding:0;
}
 #sidebar {
 	width:210px;
	background:transparent;
	padding:0px;
	margin:0 0 0 15px;
	float:right;
	display:inline;
}
/* #sidebar h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	color:#000;
	margin-bottom:0.5em;
	padding:0;
} */
.textField {
	width:120px;
}



/* a.selected {
	background: url(/pix/link_black.gif) no-repeat 0 3px;
	color:#000;
    padding-left: 9px;
	border:0;
	text-decoration:none;
} */

.field300 {
	width:300px;
}
.hint {
	font-style:italic;
}

#content td {
	padding:5px;
	margin:0;
	border-top:1px solid #ddd;
	vertical-align:top;
}

#content table {
	padding:5px;
	margin:0px 0 0 0;
	width:100%;
}

.innerTable td {
	padding: 2px;
}

img {
	border:0;
}

a img {
	float:left;
}

body#hem #hem_tab a,
body#aktuellt #aktuellt_tab a,
body#om #om_tab a,
body#projekt #projekt_tab a,
body#partners #partners_tab a,
body#tjanster #tjanster_tab a,
body#kontakt #kontakt_tab a {
	background: #fff;
	color: #000;
	font-weight: bold;
	border-right: solid 1px #333;
	border-bottom: solid 1px #fff;
}
.alert {
	color:red;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.linje {
	background-color:#ccc;
	margin:20px 0 10px 0;
	padding:0;
}
/* .linje h2, .linje h3, .column h3, .column_right h3 {
	color:#666;
	background-color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:10px;
	font-weight:bold;
	display:inline;
	text-transform:uppercase;
	margin:0 0 0 0;
	padding:0 2px 0 0;
} */

/* Lists */

ul {
	margin:0em 0em 1em;
	padding:0;
}

#faktaruta ul {
	font-size:11px;
	line-height:1.3em;
	color:#666;
}

ul ul{
	margin:0;
}

li {
	list-style-type:square;
	margin-left:1.2em;
}



select {
	font-size:10px;
}

.bigImg {
	/* border:1px solid #060;
	padding:4px; */
	margin:0 0 12px 0;
}
.legend {
	text-align:left;
	vertical-align:top;
	padding:0 10px 0 0;
	margin:0;
	width:120px;
}
#sidebar li a {
	border:0;
	color:#999;
}
a img.thumb {
	/* display:inline;
	margin:0 3px 3px 0;
	padding:0; */
	padding:0px;
	margin:0 3px 3px 0;
	border:2px solid #ccc;
}
a.selected img.thumb {
	border:2px solid red;
	padding:0px;
	margin:0 3px 3px 0;
}
a:hover img.thumb {
	border:2px solid green;
}

.fancylink {
	background: url(/pix/link_black.gif) no-repeat 0 3px;
		color:#000;
        padding-left: 9px;
		border:0;
		text-decoration:none;
}
.modul {
	border-top:1px dotted #fa6400;
	padding:5px 0 0 0;
	margin:0;
}

#map{
	position:relative;
}

a#logo {
	position:absolute;
	border:none;
}

.date {
	font-size:9px;
	color:#999;
}

#f{
	height:152px;
}

#f embed{
	float:left;
}

#gallery a, #gallery a:hover {
	border: 0;
	background-color: transparent;
}

#gallery img {
	border: 1px solid #aaa;
	border: 1px solid #006600;
	padding: 2px;
	margin: 0px 5px 5px 0px;
}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 400px;
border: 1px solid black;
padding: 2px;
background-color: white;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

p.tips {
	color:#fa6400;
	margin:20px 0 20px 0;
}
p.tips a:link {
	color:#fa6400;
}
#bottom {
	height:50px;
	color:blue;
	position:fixed;
	bottom: 0;
	background-image: url(/pix/gk10/grass_wide.gif);
	background-repeat: repeat-x;
}

#begood-image-swapper,
#begood-image-swapper li {
	margin:0;
	padding:0;
	list-style-type:none;
}

#begood-image-swapper li{
	display:inline;
	margin-right:3px;
}

#begood-image-swapper a {
	border:none;
}

#begood-image-swapper li a img{
	border:3px solid white;
}

#begood-image-swapper li a.selected img,
#begood-image-swapper li a:hover img{
	border:3px solid lime;
}
#startNews{
	border-top: 1px solid #666;
	margin-top:2em;
	clear:both;
}

#startNews .newsItem{
	xborder-bottom: 1px solid #ccc;
	padding-top:1ex;
	clear:both;
}

#startNews .newsItem.last{
	border-bottom: none;
}

#startNews .newsItem img{
	float:left;
	margin-bottom:1ex;
}

#startNews .newsItem h2,
#startNews .newsItem p{
	margin-left:245px;
	margin-top:0;
}

#thumbs div {
	float:left;
	margin-right:15px;	
}
	
#imageCaption {
	font-size:9px;
	color:#999;
	margin:0 0 5px 0;
}
#imageToBeSwapped {
	border:none;
	margin:0;
	padding:0;
}

.printOnly{
	display:none;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

p.article-footer {
	font-style: italic;
}
p.article-border {
	border-bottom: 1px #DDD solid;
}
.last p.article-border {
	border-bottom: none;
}

#startNews.press {
	border-top: 1px solid #DDD;
}
#startNews.press h2 {
	font-size: 23px;
}
#pressheader {
	padding: 10px 0 20px;
	height: 30px;
}
#pressheader fieldset {
	float:right;
	border: none;
	margin: 0;
	padding: 0;
}
#pressheader fieldset input {
	background: #DDD;
	border: none;
	padding: 3px;
}
#pressheader fieldset input.search-button {
	background-color: transparent;
	background: url(/pix/searchicon.gif) 0 0 no-repeat;
	width: 22px;
	height: 22px;
	margin-right: 5px;
	cursor: pointer;
}
#pressheader h3 {
	float:left;
	margin-left: 245px;
}
#startNews .newsItem p p,#startNews .newsItem p p p, #startNews .newsItem p p p p
{margin: 0;}

/*#presssidebar p {
	margin-bottom: 0;
}*/
a.addthis_button_compact.at300m, a.addthis_button_compact.at300m:link {
	border-bottom: none;
}
a.addthis_button_compact.at300m .t {
	border-bottom: 1px solid orange;
}