﻿/* Här görs designändringar */

body {
	background: #EAEAEA url('bg.png') repeat-y top center;
	font-family: Verdana;
	font-size: 13px;
}

h1, h2, h3, p, ul, ol {
	margin-bottom: 10px;
}

ul {
	padding-left: 30px;
}

ul li {
	list-style-type: disc;
	margin-bottom: 3px;
}

h1 {
	font-family: Arial Black, Arial, sans-serif;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 15px; 
	color: #266D32;
}

h2 {
	font-size: 18px;
	font-weight: normal;
}

p {
	line-height:18px;
}

a {
	color: #266D32;
}

a:hover {
	color: #5B9163;
}

#container {
	background: #fff;
	overflow: visible;
	position: relative;
}

#header {
	margin-top: 30px;
	margin-bottom: 30px;
}

.col-right {
	margin-bottom: 0;
}

#flags {
	position: absolute;
	top: 5px;
	right: 5px;
}

#flags a {
	margin-left: 3px;
}

#slider {
	margin-bottom: 30px;
	margin-top: 0;
}

/* vertikal meny */

#nav {
	margin-top: 5px;
	margin-bottom: 30px;
	padding-left: 0;
}

#nav li a {
	display: block;
	text-decoration: none;
	padding: 6px 0 6px 10px;
	margin: 0px 0 3px 0;
	color: #fff;

	background: url('nav-bg.png') repeat-x top left;
	border: 1px solid #ddd;



}

#nav li a:hover, #nav li a.current {
	color: #fff;
	background: url('nav-hover-bg.png') repeat-x top left;
}

#nav li ul {
	padding: 0;
	margin-left: 15px;
}

#nav li, #nav-h li {
	list-style: none;
	display: block;
	margin: 0;
}

/* Horisontell meny */

#nav-h {
	background: url('nav-bg.png') repeat-x top left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
}

#nav-h li {
	float: left;
	display: block;
	margin-bottom: 0;
}

#nav-h li a {
	float: left;
	display: block;
	margin: 0;
	text-decoration: none;
	padding: 8px 15px 8px 15px;
	color: #fff;
	border-right: 1px solid #fff;
	background: url('nav-bg.png') repeat-x top left;
}

#nav-h li a:hover, #nav-h li a.current {
	background: url('nav-hover-bg.png') repeat-x top left;
	color: #fff;
}

/* Horisontell undermeny */

#nav-u {
	overflow: hidden;
	background: #CBDBCE;
	
	padding: 0;
	margin-top: 1px;
}

#nav-u li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
}

#nav-u li a {
	float: left;
	display: block;
	margin: 0;
	text-decoration: none;
	padding: 5px 8px 5px 20px;
	color: #256D2E;
	font-size: 11px;
	background: url('nav-under-pil.jpg') no-repeat top left;
}

#nav-u li a:hover, #nav-u li a.current {
	
}

/* Innehåll */

.ruta small {
	display: block;
	margin-bottom: 10px;
}

/* Nyhetsrutan */
.col-news {
	
}

.col-news h3 {
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	background: url('nav-bg.png') repeat-x top left;
	font-size: 13px;
	color: #fff;
	font-weight: normal;
	border-bottom: 0;
}

.col-news div {
	padding: 0px;
}

.col-news h2 {
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	margin-bottom: 3px;
	color: #2B7136;
}

.col-news p {
	font-size: 12px;
}

.col-news p a {
	text-decoration: underline;
	color: #266D32;
}

.col-news small {
	font-size: 10px;
}

/* Linje mellan varje ruta */
.mellan-ruta {
	border-bottom: 1px solid #2B7136;
	height: 1px;
}

/* Galleribilder */
.galleri {
	margin-top: 10px;
}

.img-container {
	margin: 0 9px 9px 0;
	border: 1px solid #515151;
}

/* Kontaktformulär */
.kontakt-form {
	margin-top: 10px;
}

/* Sidfot */
div#footer {
	padding: 20px 0 20px 0;
	border-top: 1px solid #2B7136;
	font-size: 12px;
	color: #266D32;
}	
	#inlogg-info {
		margin-bottom: 10px;
	}

	small.prod-text {
		display: block;
		margin-top: 40px;
	}

	small.prod-text a {
		text-decoration: none;
		font-size: 9px;
		color: #BAC9E8;
	}

	#mobile-link {
		margin: 20px 0 20px 0;
	}

/* formulärknapp */
input[type=submit], #send-button {
	margin: 20px 0 0 0;
	border: 0;
	color: #fff;
	cursor: pointer;
	cursor: hand;
	background: url('nav-bg.png') repeat-x top left;
}