/************************************************ Typografi ************************************************/
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #424242;
	background-color: #dbdbdb;
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
	background-position: top center;
}
a, a:link, a:hover, a:visited, a:active {
	color: #ab1b20;
}
#content {
	font-size: 75%;
	line-height: 1.3em;
}
h1 {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0 0 0.4em 0;
	color: #424242;
	letter-spacing: 0.5pt;
	text-transform: uppercase;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3em;
	margin: 1.3em 0 0.7em 0;
	color: #424242;
	letter-spacing: 0.5pt;
	text-transform: uppercase;
}
h3 {
	font-size: 0.8em;
	line-height: 1.3em;
	font-weight: bold;
	margin: 1.3em 0 0.7em 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;
}
.ingress {
	font-size: 1.3em;
	line-height: 1.3em;
}
.bildtext {
	font-size: 0.9em;
	line-height: 1.5em;
	color: #424242;
}
/************************************************ Allmänt ************************************************/
#header {
	background-image: url(images/header_bg.png); /* Bakgrundsbild i toppen */
	background-color: #fff; /* Bakgrundsfärg i toppen */
	height: 112px;
}
#logo {
	background-image: url(images/logo.png);
	width: 115px; /* Bredd på logotypen */
	height: 78px; /* Höjd på logotypen */
	top: 23px; /* Placering av logotypen */
	left: 27px;
}
#content {
	/*
	background-image: url(images/content_bg.png);
	background-repeat: no-repeat;
	background-color: #e9ebec;
	*/
}
/************************************************ Menyerna ************************************************/
#topnav {
	background-image: url(images/topnav_bg.png);
	background-color: #ab1b20;
}
#topnav ul {
	padding: 0 0 0 25px;
}
#topnav li a, #topnav li a:link, #topnav li a:visited, #topnav li a:hover, #topnav li a:active {
	font-size: 60%;
	font-weight: bold;
	line-height: 1.3em;
	letter-spacing: 0.5pt;
	color: #fff;
/*	background-color: #fff; */
	text-transform: uppercase;
	height: 1.3em;
	padding: 0 2px 0 2px;
	margin: 10px 6px 0 6px;
}
#topnav li a:hover, #topnav li a:active {
	color: #ab1b20;
	background-color: #fff;
}
#topnav ul li.active a, #topnav ul li.active a:link, #topnav ul li.active a:visited {
	color: #ab1b20;
	background-color: #fff;
}
#topnav ul li.active, #topnav ul li.active:hover {
	/*
	background-image: url(images/topnav_bg_on.png);
	color: #fff;
	background-color: #80bd1a;
	*/
}
#topnav ul li:hover {
	/*
	background-image: url(images/topnav_bg_over.png);
	color: #80bd1a;
	background-color: #f2f0eb;
	*/
}
/************ Galleri *********/
ul.thumbs li {
	height: auto;
}
ul.thumbs li a, ul.thumbs li a:link, ul.thumbs li a:visited {
	border: none;
}
ul.thumbs li a:hover, ul.thumbs li a:active {
	border: none;
}
.thumbscontainer p {
	font-size: 80%;
	color: #474847;
}
/************************************************ Foten ************************************************/
#footer {
	background-image: url(images/footer_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	font-weight: bold;
	text-transform: uppercase;
}
#footerleft {
	font-size: 65%;
	line-height: 1.2em;
	padding: 1.5em 0 10px 30px;
}
#signoff {
	width: 88px;
	height: 9px;
	background-image: url(images/smalltownmedia_webbdesign.png);
	margin: 1.1em 30px 10px 0;
}
