﻿body {
	margin: 0 0 0 12px;
	padding: 0;
	background: #ffffff;	
	font-family: Myriad, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #303131;
}


p {
	font-family: Myriad, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #303131;
	margin: 4px 0 10px 0;
	line-height: 16px;	
}


h1 {
	font-family: "Times New Roman";
	color: #a0a0a0;
	font-weight: normal;
	font-size: 22px;
	font-style: italic; 	
	margin: 16px 0 6px 0;
}

h2 {
	font-family: "Times New Roman";
	color: #a0a0a0;
	font-weight: normal;
	font-size: 14px;
	font-style: italic; 	
	margin: 16px 0 6px 0;
}

h3 {
	font-size: 13px;
	color: #303131;
	margin: 4px 0 4px 0;	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
}

.liten {
	font-size: 10px;
	color: #888888;
	margin: 4px 0 4px 0;	
}

a:link, a:visited, a:hover{
	color: #a0a0a0;
	text-decoration: none;
	cursor: pointer;	
}

a.lank:link, a.lank:visited, a.lank:hover{
	color: #a0a0a0;
	text-decoration: none;
	cursor: pointer;	
	padding-bottom: 1px;	
	border-bottom: 2px #fbc305 solid;
}

#container {
	width: 1000px;
	height: auto;
	background: #FFFFFF url('/images/bg.jpg') repeat-y top left;		
}

#topp {
	width: 1000px;
	height: 70px;
	text-align: left;
	background: #FFFFFF url('/images/bg_u.jpg') no-repeat bottom left;
}

#topptext {
	float: right;
	width: 600px;
}

#topptext h1 {
	font-size: 20px;
	color: #fbc305;
	margin: 4px 0 0 140px;
}

#topptext h2 {
	font-family: "Times New Roman";
	color: #a0a0a0;
	font-weight: normal;
	font-size: 16px;
	font-style: italic; 	
	margin: 10px 0 4px 0;
}

#logga {
	float: left;
	margin-left: 30px;
}

#main {
	margin: 10px 10px 10px 0;
	width: 1000px;
	text-align: left;
}

#mitten {
	width: 600px;
	float: left;
}

.flik {
	background: #303131;
	width: 20px;
	height: 100px;
	float: left;
	margin: 10px 0px 0 3px;
}

.textruta {
	width: 250px;
	float: left;
	margin: 10px 0 0 20px;
}

.linje {
	width: 525px;
	height: 1px;
	border-bottom: 3px solid #efefef;
	clear: both;
	margin: 16px 0 0 40px;
}

.linje2 {
	width: 280px;
	height: 1px;
	border-bottom: 3px solid #efefef;
	clear: both;
	margin: 0;
}

.linje_hoger {
	width: 360px;
	height: 1px;
	border-bottom: 3px solid #efefef;
	clear: both;
	margin: 0;
}

#personal {
	width: 309px;
	height: 153px;
	float: left;
	padding-bottom: 10px;
	background: transparent url('/images/vidvinkel.jpg') no-repeat;
}

#personal p {
	width: 100px;
	height: 153px;
	float: left;
	margin: 0;
	padding: 0;	
}

#personal p.byline {
	width: 9px;
	height: 153px;
	float: left;
	margin: 0;
	padding: 0;	
}

#hoger {
	margin: 0;
	padding: 0 0 0 6px;
	width: 365px;
	float: left;
}

#hoger p {
	padding: 0 10px 0 0;
}

.nyhet {
	width: 170px;
	height: 210px;
	padding: 35px 20px 0 15px;
	margin: 0;
	background: transparent url('/images/postit.jpg') no-repeat;	
	float: left;
}

.nyhet p {
	color: #000000;
}

.datum {
	text-align: right;
	font-size: 9px;
	color: #a0a0a0;
}

#projektruta {
	width: 365px;
	margin: 0;
	height: 245px;
}


#sidfot {
	background: #FFFFFF url('/images/bg_n.jpg') no-repeat top left; 
	clear: both; 
	width: 1000px; 
	height: 100px;
	margin: 20px 0 0 0;
}

#sidfot p {
	font-size: 9px;
	color: #a0a0a0;
	margin: 0 0 0 40px;
}





.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}

.highslide img {
	border: 1px solid #c0c0c0;
}
.highslide:hover img {
	border: 1px solid #c0c0c0;
}

.highslide-image {
    border-bottom: 1px solid white;
	opacity: 0.95;
	filter: alpha(opacity=95);
}

.highslide-image-blur {
}

.highslide-caption {
    display: none;
    border-bottom: 1px solid white;
    border-top: 4px solid #FFFFFF;
    font-family: Verdana, Helvetica;
    font-size: 10px;
    padding: 6px 7px 6px 6px;
    background: #202121;
    color: #FFFFFF;
    text-align: left;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.highslide-caption p{
	color: #FFFFFF;
}

.highslide-caption a{
	font-size: 12px;
}

.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

/* Controlbar example */
.controlbar {	
	background: url(highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.highslide-wrapper {
    background-color: white;
}
/* Set 400px as the default width for expanders */
.highslide-wrapper .highslide-html-content {
    width: 400px;
    padding: 5px;
}
/* The list of controls */
.highslide-wrapper .highslide-header ul {
    margin: 0;
    padding: 0;
    text-align: right;
}
.highslide-wrapper .highslide-header ul li {
    display: inline;
    padding-left: 1em;
}
/* Hide the previous and next links */
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
    display: none;
}
.highslide-wrapper .highslide-header a {
    font-weight: bold;
    color: gray;
    text-transform: uppercase;
    text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
    color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
    cursor: move;
}
.highslide-wrapper .highslide-footer {
    height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
    cursor: nw-resize;
    float: right;
    height: 11px;
    width: 11px;
    background: url(highslide/graphics/resize.gif);
    position: relative;
    top: 3px;
    left: 3px;
}