/************************************************ Typografi ************************************************/
body {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	color: #282313;
}
strong, em, b, i, h1 {
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
}
a, a:link, a:hover, a:visited, a:active {
	color: #c80600;
}
#content {
	font-size: 75%;
	line-height: 1.3em;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0 0 1em 0;
	color: #c80600;
	text-transform: uppercase;
	letter-spacing: 0.5pt;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3em;
	margin: 1.3em 0 0.7em 0;
	color: #c80600;
	text-transform: uppercase;
	letter-spacing: 0.5pt;
}
.nyhetssidaLista h1 {
	text-transform: none;
	margin: 0 0 0.2em 0;
}
.nyhetsruta h2 {
	color: #474847;
}
.nyhetssidaLista h2 {
	margin: 0 0 0.2em 0;
}
h3 {
	font-size: 0.8em;
	line-height: 1.3em;
	font-weight: normal;
	margin: 0 0 0 0;
}
.nyhetsruta h3 {
	color: #c80600;
	font-size: 1em;
	font-weight: bold;
	margin: 2em 0 1em 0;
	text-transform: uppercase;
}
h4 {
	font-size: 0.6em;
	line-height: 1.2em;
	font-weight: normal;
	margin: 0 0 0.3em 0;
	text-transform: uppercase;
}
.nyhetsruta .nyhet .text {
	font-size: 0.9em;
	line-height: 1.2em;
}
.nyhetsruta .nyhet .text a, .nyhetsruta .nyhet .text a:link, .nyhetsruta .nyhet .text a:visited {
	color: #000;
	text-decoration: none;
}
.nyhetsruta .nyhet .text a:hover, .nyhetsruta .nyhet .text a:active {
	text-decoration: underline;
}
.datum {
	font-size: 0.8em;
	line-height: 1.5em;
	color: #474847;
}
.ingress {
	font-size: 1.3em;
	line-height: 1.3em;
}
.bildtext {
	font-size: 0.9em;
	line-height: 1.3em;
	color: #474847;
}
.flerNyheter a, .flerNyheter a:link, .flerNyheter a:visited {
	float: right;
	text-decoration: none;
}
.flerNyheter a:hover, .flerNyheter a:active {
	text-decoration: underline;
}
/************************************************ Allmänt ************************************************/
#header {
	background-image: url(images/header_bg.jpg); /* Bakgrundsbild i toppen */
	background-color: #000; /* Bakgrundsfärg i toppen */
}
#logo {
	background-image: url(images/logo.png);
	width: 260px; /* Bredd på logotypen */
	height: 91px; /* Höjd på logotypen */
	top: 15px; /* Placering av logotypen */
}
#content {
	background-image: url(images/content_bg.png);
	background-repeat: repeat-x;
	background-color: #eee;
}
/************************************************ Menyerna ************************************************/
#topnav {
	background-image: url(images/topnav_bg.png);
	background-color: #000;
}
#topnav li a, #topnav li a:link, #topnav li a:visited, #topnav li a:hover, #topnav li a:active {
	font-size: 85%;
	line-height: 2.3em;
	letter-spacing: 0.5pt;
	color: #b5b6b5;
}
#topnav li a:hover, #topnav li a:active, #topnav ul li.active a, #topnav ul li.active a:link, #topnav ul li.active a:visited {
	color: #fff;
}
#topnav ul li.active, #topnav ul li.active:hover {
	background-image: url(images/topnav_bg_on.png);
}
#topnav ul li:hover {
	background-image: url(images/topnav_bg_over.png);
}
#subnav {
	background-color: #474847; /* Bakgrundsfärg i undermenyn */
}
#subnav li a, #subnav li a:link, #subnav li a:visited, #subnav li a:hover, #subnav li a:active {
	font-size: 75%;
	line-height: 1.9em;
	letter-spacing: 0.5pt;
	color: #b5b6b5; /* Textfärg i undermenyn */
}
#subnav li a:hover, #subnav li a:active {
	color: #fff; /* Textfärg i undermenyn på mouseover */
}
ul#subnav li.active a, ul#subnav li.active a:link, ul#subnav li.active a:visited {
	color: #fff;
}
/************ Galleri *********/
ul.thumbs li a, ul.thumbs li a:link, ul.thumbs li a:visited {
	border: 1px solid #474847;
	height: auto;
}
ul.thumbs li a:hover, ul.thumbs li a:active {
	border: 1px solid #c80600;
}
.thumbscontainer p {
	font-size: 80%;
	line-height: 1.1em;
	color: #474847;
	padding-top: 2px;
}
/************************************************ Foten ************************************************/
#footer {
	background-image: url(images/footer_bg.png);
	color: #fff;
}
#footerleft {
	font-size: 65%;
	line-height: 1.2em;
	margin: 0.7em 0 0 12px;
}
/************************************************ Video (Flowplayer) ************************************************/
/* styling of the container. */
a.myPlayer {
	display:block;
	width: 320px;
	height:240px; 
	text-align:center;
	margin:0 15px 15px 0;
	float:left;
	border:1px solid #999;
}

/* play button */
a.myPlayer img {
	margin-top:70px;
	border:0px;
}

/* when container is hovered we alter the border color */
a.myPlayer:hover {
	border:1px solid #000;
}
/************************************************ Blogg ************************************************/
hr {
	width: 100%;
	color: #c9c9c9;
	background-color: #c9c9c9;
	height: 1px;
	border: none;
	margin: 0 0 30px 0;
}
