img {
 border: none;
}	

#titlelayer {
	z-index: 1;
	margin-left: 18px;
	position: absolute;
	top: 151px;
	left: 0px;
}

#contentlayer {
	margin-left: 18px;
	position: absolute;
	top: 321px;
	left: 0px;
	
}

#navlayer{
text-align: left;
position: absolute; 
top: 0px; 
left: 20px;
height: 150px;
width: 716;
}

#footer{
	margin-top:5px;
	margin-bottom:5px
}

#topten {
height:33px;
width:100%;
}

/* Fet stil, grå */
strong {
color : #6f6f6f;
font-weight:bold;
}

/* Fet stil, svart */
.black {
color: #000000;
font-weight : bold;
}

ul
{
list-style-type: none;
padding: 0;
margin: 0;
color : #BC984C;
font-weight : bold;
}

li
{
background-image: url(img/liarrow.gif);
background-repeat: no-repeat;
background-position: 0 .45em;
padding-left: 1em;
}

/* För lista i högerspalt */
li.small {
background-position: 0 0.25em;
padding-left:1em;
}


/* Synlig länk (guld) i löpande text, o dyl */
A.textlink {
color: #BC984C;
text-decoration : none;
}

A.gold {
	color : #BC984C;
	text-decoration : none;
}

/* Standardlänk, grå */
A {
	color : #6f6f6f;
	text-decoration : none;
}


A:visited {
	
}


A:hover {
	color :black;
}

/* Används för ingress / rubrik */
.ingress {
font-weight:bold;
color:#BC984C;

	}

/* Används för första rubriken / ingressen */	
h1 {
display:inline;
font-weight:bold;
color:#BC984C;
font-size : 9pt;
font-family : Georgia, Times, Times New Roman, sans-serif;
line-height:13pt;
}
h3 {
display:inline;
font-weight:bold;
color:#BC984C;
font-size : 9pt;
font-family : Georgia, Times, Times New Roman, sans-serif;
line-height:13pt;
}
	
/* Används för svart text i sidfot etc för att förstärka */
h2 {
color: #000000;
font-size : 9pt;
font-weight : bold;
}	
	
/* brödtext utan marginaler, för texter layoutad i tabell etc */
.text {
	color : #6f6f6f;
	font-size : 9pt;
	font-family : Georgia, Times, Times New Roman, sans-serif;
	line-height:13pt;
}

/* Ej fetstil, grå. Används bla i listor efter guldtext*/
.normal {
font-weight:normal;
color:#6f6f6f;
}

/* brödtext  */
.textblock {
	color : #6f6f6f;
	font-size : 9pt;
	font-family : Georgia, Times, Times New Roman, sans-serif;
	line-height:13pt;
	margin:10px;
}

/* för lista/nyheter etc i högerspalt */
.listtext {
	color : #6f6f6f;
	font-size : 8pt;
	font-family : Arial, Helvetica, sans-serif;
	line-height:10pt;
	margin:10px;
}


/* för bottenmenyn */
.footer {
	color : #6f6f6f;
	font-size : 8pt;
	font-family : Arial, Helvetica, sans-serif;
	line-height:9pt;
	
}

br {
margin:0;
padding:0;
line-height:6pt;
}

/* Horizontal ruler används för att skilja avsnitt etc */
HR {width: 98%; height: 1px; color: Silver; border: none; } /* För Internet Explorer */
HTML>BODY HR { width: 98%; height: 1px; background-color: Silver; border: none; } /* För Gecko-baserade browsers */
HTML>BODY HR { width: 98%; height: 1px; background-color: Silver; border: 0px solid Silver; } /* För Opera och Gecko-baserade browsers */


/* Form styles */

label {
font-size : 8pt;
font-family : Arial, Helvetica, sans-serif;
line-height:10pt;
font-weight: bold;
color: #6f6f6f;
}

input {
	font-size : 8pt;
	font-family : Georgia, Times, Times New Roman, sans-serif;
	/*line-height: 8pt;*/
	color:#BC984C;
	
	 border-color: silver;
	 border-width: 1px 1px 1px 1px;
	 border-style: solid;
	

	padding-left:5px;
	padding-right:5px;
	padding-top:4px;
	padding-bottom:0px;

	background-color:White;
	font-weight:normal;

	width:100px;
	height:20px;
	
}


.seo-input {
	border-style: none;
	border:1px solid Silver;
}

select {
background-color:#BC984C;
color:white;
padding-right:5px;
padding-left:5px;
border-style:none;
border:0;
}

option{
padding-right:5px;
padding-left:5px;
}

textarea {
	border:1px solid Silver;
	padding:10px;
	background-color:white;
	
	color:#BC984C;
}

.submitbtn {
width:70px;
background-color:#BC984C;
font-family : Arial, Helvetica, sans-serif;
font-size:8pt;
font-weight : bold;
color:White;
border-top-color:#e7d989;
border-right-color:#847520;
border-bottom-color:#847520;
border-left-color:#e7d989;
border-style:solid;
border-width:1px;
margin:1px;
}

.spalt {
margin:0;
float:left;
}


#flash {
	margin-top: 22px;
	margin-bottom: 47px;
	text-align: left;
	width: 300px;
	height: 41px;
}

/* main menu container */

#main-menu {
	padding-bottom: 1px;
	text-transform:uppercase; 
	border-bottom-width: 1px;
	border-bottom-style: solid;
	width: 699px;
	text-align: left;
	padding-left: 17px;
	
}

/* sub menu container */

#sub-menu {
	color: #4f4f4f;
	width: 696px;
	text-align: left;
	padding-left: 17px;
	padding-top:0px;
	vertical-align: top;
	position: relative;
	top:-1px;
	height: 12px;
	line-height: 12px;
	padding-bottom: 6px;
}

/* menu link  */

A.menu-link, A.menu-link:visited {
	color: black;
	letter-spacing: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-decoration : none;
	text-align: center;
}

A.menu-link:hover {
	color : #BC984C;
	text-decoration : none;
}



#main-menu ul, #sub-menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: none;
	font-weight: normal;
	white-space: nowrap;

}


/* for proper vertical alignment of sub menu*/

#sub-menu ul {
	
	/*padding-bottom: 6px;*/
	
}


#main-menu li, #sub-menu li {
	margin: 0px;
	padding: 0px;
	background-image:none;
	display: inline;
	white-space: nowrap;
	
}

#main-menu li {
	margin-right: 23px;
}
#sub-menu li {
	margin-right: 11px;
	vertical-align: middle;
}

/* style for active main menu link */
body#section1 a#menu-link1 { color: #BC984C; text-decoration:none; }
body#section2 a#menu-link2 { color: #BC984C; text-decoration:none; }
body#section3 a#menu-link3 { color: #BC984C; text-decoration:none; }
body#section4 a#menu-link4 { color: #BC984C; text-decoration:none; }
body#section5 a#menu-link5 { color: #BC984C; text-decoration:none; }
body#section6 a#menu-link6 { color: #BC984C; text-decoration:none; }
body#section7 a#menu-link7 { color: #BC984C; text-decoration:none; }
body#section8 a#menu-link8 { color: #BC984C; text-decoration:none; }

/* style for selected sub-menu link */
A.menu-link-sel, A.menu-link-sel:visited
{
	color : #BC984C;
	letter-spacing: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-decoration : none;
	text-align: center;

}

#banner {
	position:absolute;
	top:151px;
	left:745px;
}
.topbottomMargin{
	margin-top:5px;
	margin-bottom:5px;
}
body {
	background-color:white;
}


.addDiv{
	padding:5px;
}
.addDiv input{
	width:175px;
}
.addDiv input:hover{
	background:#333;
}
.submitContactDiv{
	text-align:center;
	margin-bottom:50px;
		padding:5px;
}
input.submitContact{
	background-image:url(img/skicka.png);
	background-repeat:no-repeat;
	border:none;

}
input.submitContact:hover{
	background-image:url(img/skickaH.png);
	background-repeat:no-repeat;
	cursor:pointer;
	border:none;
}
#errorDiv{
	visibility:hidden;
	padding:10px; 
	color:#FF0000; 
	font-size:12px; 
	font-weight:bold; 
	font-family:Arial;
}