/* Start of CMSMS style sheet 'Layout: Sundborn' */
body {
        border-top:5px solid #B52814;
	background: #ffffcd;
	color: #222;
	font: 400 100.1%/1 Calibri, Arial, sans-serif;
}

/* hr and anything with the class of accessibility is hidden with CSS from visual browsers */
.accessibility, hr {
/* absolute lets us put it outside the viewport with the indents, the rest is to clear all defaults */
	position: absolute;
	top: -9999em;
	left: -9999em;
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	border: none;
}
/* ------------ Standard  HTML elements and their default settings ------------ */

b, strong{font-weight: bold;}i, em{font-style: italic;}

p {
	font-family: Calibri, Arial, sans-serif;
	color: #222;
	margin: 0;
	padding: 0px 0px 7px 0px;
        text-align:left;
}

p.placer {
	font-family: Calibri, Arial, sans-serif;
	margin: 0;
	padding: 11px 0px 5px 0px;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
}


.gron {
color:green;
}

h1, h2, h3, h4, h5 h2	{
	font-family: times, Times New Roman, times-roman, georgia, serif;
	color: #444;
	margin: 0;
	padding: 0px 0px 6px 0px;
	font-weight: bold;
}

h2 {
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-style: normal;
	color: #444;
	margin: 0px 0px 0px 0px;
	font-size: 23px;
	line-height: 23px;
	letter-spacing: 0px;
	font-weight: bold;
}

h3 {
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-style: normal;
	color: #444;
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 0px;
	font-weight: bold;
}

a img {border:0;}

a {
	color: #679EBC;
	text-decoration: none;
	text-align: left;
}
a:active {
	color: #B52814;
	text-decoration: none;
}
a:link, a:visited {
	color: #B52814;
	text-decoration: none;
}
a:hover {
	color: #d28b6b;
	text-decoration: none;
}

input, textarea, select {
	font-size: 0.95em;
}

/* ------------ Header ------------ */
#header {

        background:url('uploads/images/bat_bakgrund.jpg') no-repeat top left;
        margin:0;
        padding:0;
}

#logo a {
        position:relative; top:15px;
	height: 140px;
	width: 165px;
	display: block;
	text-indent: -9999em;
	margin-top: 5px;
	margin-left: 8px;
        margin-bottom: -120px;
	background: url(uploads/images/vapen5.gif) no-repeat left top;
}
div#top {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
}
div#top label {
	text-indent: -9999em;
	height: 0pt;
	width: 0pt;
	display: none;
}
div#top input.search-input {
	width: 133px;
	height: 13px;
	border: 2px #fac46c solid;
	color: #999;
	padding: 4px 0px 4px 4px;
	float: left;
	font: bold 0.7em Verdana, Geneva, Arial, sans-serif;
}
div#top input.search-input:hover, div#top input.search-input:active {
	border: 2px #d28b6b solid;
}

div#top input.search-button {
	height: 25px;
	border-style: none;
	text-indent: 0em;
	float: left;
	margin: 0 10px 0 5px;
	cursor: pointer;
	line-height: 15px;
        font-weight:bold;
        background:#fac46c;
        color:#fff;
}
div#top input.search-button:hover {
        background:#d28b6b;
        color:#fff;
}

/* Site Title */
h1.title {
	font-family: times, Times New Roman, times-roman, georgia, serif;
	color: #444;
	margin: 0;
	padding: 15px 0px 6px 0px;
	font-size: 51px;
	line-height: 44px;
	letter-spacing: -1px;
	font-weight: bold;
}
/* Breadcrumbs */
div.breadcrumbs {
 	padding: 0.5em 0;
	font-size: 80%;
	margin: 0 1em;
}
div.breadcrumbs span.lastitem {
	font-weight: bold;
}

#content {
	font-size: 1em;
	line-height: 1.3em;
}

p.caption {
	font-size: 12px;
	line-height: 1.2;
}

#main h2 {
	font-size: 1.4em;
	color: #301E12;
}

#main h3{
	font-size: 1.2em;
	color: #301E12;
        border-top: 1px solid #b52814;
        padding-top:20px;
}

div#main ul,
div#main ol,
div#main dl,
#footer ul,
#footer ol {
	line-height: 1em;
	margin: 0 0 1.5em 0;
}
div#main ul,
#footer ul {
	list-style: circle;
}
div#main ul li,

#footer ul li,
#footer ol li {
	padding: 2px 2px 2px 5px;
	margin-left: 20px;
}

div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
#footer {
        border-top:3px solid #B52814;
	color: #999;
	font-size: 0.8em;
	height: auto!important;
        background: #ccc;
        margin-bottom:10px;
}
#footer .block {
	width: 300px;
	margin: 20px 10px 10px;
}

/* ------------ Footer Links ------------ */
#footer ul {
	width: auto;
	text-align: left;
	margin-left: 50px;
}
#footer ul ul {
	margin-left: 0px;
}
#footer ul li a {
        font-size:0.9em;
        text-transform: uppercase;
	color: #B52814;
	display: block;
	font-weight: normal;
	margin-bottom: 0.1em;
	text-decoration: none;
}
#footer a {
	color: #B52814;
}
#footer a:hover {
	color: #333;
}
/* End of 'Layout: Sundborn' */

