/************************************************ Typografi ************************************************/
body {
	font-family: Georgia, Times, Times New Roman, serif;
	color: #000;
	background-color: #fff;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: top left;
}
body.start {
	background-image: url(images/bg_start.png);
}
a, a:link, a:hover, a:visited, a:active {
	color: #897f75;
	font-style: italic;
	text-decoration: none;
}
body.start #container {
	background-image: url(images/cherryblossom.png);
	background-repeat: no-repeat;
	background-position: center 65px;
}
#content {
	font-size: 0.9em;
	line-height: 1.2em;
}
.divider {
	display: block;
	width: 960px;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	background-color: #e8e7e5;
	margin: 6px 0 30px 12px;
}
h1 {
	font-size: 2.2em;
	font-weight: normal;
	font-style: italic;
	line-height: 1.2em;
	margin: 60px 0 0 0;
}
h2 {
	font-size: 1.6em;
	font-weight: normal;
	font-style: italic;
	line-height: 1.2em;
	margin: 16px 0 12px 0;
}
.nyhetsruta h2 {
	color: #d92b18;
}
.nyhetssidaLista h2 {
	margin: 0 0 0.2em 0;
}
.caseText h2, table h2, .nyhetssidaLista h2 {
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.2em;
	text-transform: uppercase;
	margin: 22px 0 0 0;
	color: #897f75;
	font-style: normal;
}
h3 {
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2em;
	text-transform: uppercase;
	margin: 6px 0 0 0;
}
h3 a, h3 a:link, h3 a:hover, h3 a:visited, h3 a:active {
	font-style: normal;
}
.caseText h3, table h3, .nyhetssidaLista h3 {
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.2em;
	margin: 8px 0 12px 0;
	text-transform: none;
}
h4 {
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2em;
	text-transform: uppercase;
	margin: 22px 0 0 0;
	color: #897f75;
}
label {
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	line-height: 1.2em;
	color: #897f75;
}
input {
	margin: 5px 0 5px 0;
}
.button {
	padding:3px;
	background-color: #ffb200;
	border: none;
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 1em;
	color:#fff;
	font-style: italic;
	font-weight: bold;
	text-decoration:none;
}
.nyhetsruta .nyhet .text {
	font-size: 0.9em;
	line-height: 18px;
}
.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.9em;
	line-height: 1.2em;
	color: #000;
}
.ingress {
	font-size: 1.3em;
	line-height: 18px;
}
.bildtext {
	font-size: 0.9em;
	line-height: 18px;
	color: #000;
}
.flerNyheter a, .flerNyheter a:link, .flerNyheter a:visited {
	float: right;
	text-decoration: none;
}
.flerNyheter a:hover, .flerNyheter a:active {
	text-decoration: underline;
}
table {
	margin: 0 0 0 0;
	padding: 30px 0 30px 0;
	border: none;
}
td {
	vertical-align: top;
	width: 468px;
	padding: 0 24px 15px 12px;
}
/************************************************ Allmänt ************************************************/
#header {
	height: 65px;
}
#logo {
	background-image: url(images/logo.png);
	width: 246px; /* Bredd på logotypen */
	height: 37px; /* Höjd på logotypen */
	top: 14px; /* Placering av logotypen */
}
/************************************************ Menyerna ************************************************/
#topnav, #topnav ul, #topnav ul li {
	height: 65px;
}
#topnav li a, #topnav li a:link, #topnav li a:visited, #topnav li a:hover, #topnav li a:active {
	font-size: 1em;
	line-height: 3.8em;
	color: #e4e2e0;
	font-style: italic;
}
#topnav li a:hover {
	color: #9b948c;
}
#topnav li a:active, #topnav ul li.active a, #topnav ul li.active a:link, #topnav ul li.active a:visited {
	color: #ffba00;
}
#topnav ul li.active a, #topnav ul li.active:hover a {
	background-color: #444;
}
#topnav ul li:hover {
	background-color: #222; /* Bakgrundsfärg i toppmenyn på mouseover */
}
#subnav {
	height: 28px;
}
ul#subnav, ul#subnav li {
	height: 40px;
}
#subnav li a, #subnav li a:link, #subnav li a:visited, #subnav li a:hover, #subnav li a:active {
	font-size: 65%;
	line-height: 2.7em;
	color: #000;
	font-weight: bold;
}
#subnav li a:hover {
	color: #48525c; /* Textfärg i undermenyn på mouseover */
}
div#subnav li.active a, div#subnav li.active a:link, div#subnav li.active a:visited {
	color: #d92b18;
}
/************ Galleri *********/
ul.thumbs li a, ul.thumbs li a:link, ul.thumbs li a:visited {
	border: 1px solid #000;
	height: auto;
}
ul.thumbs li a:hover, ul.thumbs li a:active {
	border: 1px solid #d92b18;
}
.thumbscontainer p {
	font-size: 80%;
	line-height: 18px;
	color: #000;
	padding-top: 2px;
}
/************************************************ Foten ************************************************/
#footerpuffar {
	background-image: url(images/footer_puffar_bg.png);
	background-repeat: repeat-x;
	background-color: #ebe9e8;
	font-size: 0.9em;
	line-height: 1.2em;
}
#footer {
	font-size: 75%;
	line-height: 1.2em;
	background-image: url(images/footer_bg.png);
	background-repeat: repeat-x;
	background-color: #000;
	color: #e4e2e0;
}
#footerleft {
	margin: 20px 0 0 0;
}
#footerright {
	margin: 20px 0 0 0;
}