﻿@charset "UTF-8";
/*nollar webbläsarspecifika regler*/
* {
padding: 0;
margin: 0;
border: 0;
}

#bannertop {
width: 980px;
height: 120px;
clear: both;
}

/*håller ihop "boxen"*/
#wrapper {
width: 730px;
}
/*övre kanten*/
#containertop {
background: url(images/containertop.png) no-repeat;
height: 10px;
width: 730px;
}

/* IE containertop höjd fix */
* html #container {
margin-top: -10px;
}

/*höger och vänsterkant samt bakgrund för innehållet*/
#container {
background: url(images/containerbg.png);
width: 730px;
}

#header {
	display: inline;
	margin: 0 10px;
	width: 710px;
	height: 142px;
}

/* Meny startar här*/
#menu {
	list-style: none;
	display: block;
	float: left;
	width: 490px;
	height: 23px;
	position: absolute;
	top: 249px;
	left: 10px;
}

#aif, #english, #deutsch {
	position: absolute;
	top: 253px;
	display: block;
	width: 20px;
	height: 13px;
	text-indent: -9999%;
}

#aif {
background: url(images/aif.gif);
left: 630px;
}

#english {
background: url(images/english.gif);
left: 655px;
}

#deutsch {
background: url(images/deutsch.gif);
left: 680px; 
}

#menu a {
text-indent: -9999%; /*döljer text*/
display: block;
height: 19px;
position: absolute;
top: 4px;
}

a#start {
background: url(images/start.png) no-repeat 0 0;
width: 70px;
left: 10px;
}

/*förskjuter bilden i "hålet" för att visa olika knapplägen*/
a#start:hover {
background: url(images/start.png) no-repeat 0 -19px;
}

a#start.active, a#start.active:hover {
background: url(images/start.png) no-repeat 0 -38px;
}

a#bo {
background: url(images/bo.png) no-repeat 0 0;
width: 48px;
left: 82px;
}

a#bo:hover {
background: url(images/bo.png) no-repeat 0 -19px;
}

a#bo.active, a#bo.active:hover {
background: url(images/bo.png) no-repeat 0 -38px;
}

a#ata {
background: url(images/ata.png) no-repeat 0 0;
width: 52px;
left: 132px;
}

a#ata:hover {
background: url(images/ata.png) no-repeat 0 -19px;
}

a#ata.active, a#ata.active:hover {
background: url(images/ata.png) no-repeat 0 -38px;
}

a#aktiviteter {
background: url(images/aktiviteter.png) no-repeat 0 0;
width: 105px;
left: 186px;
}

a#aktiviteter:hover {
background: url(images/aktiviteter.png) no-repeat 0 -19px;
}

a#aktiviteter.active, a#aktiviteter.active:hover {
background: url(images/aktiviteter.png) no-repeat 0 -38px;
}

a#evenemang {
background: url(images/evenemang.png) no-repeat 0 0;
width: 104px;
left: 293px;
}

a#evenemang:hover {
background: url(images/evenemang.png) no-repeat 0 -19px;
}

a#evenemang.active, a#evenemang.active:hover {
background: url(images/evenemang.png) no-repeat 0 -38px;
}

a#service {
background: url(images/service.png) no-repeat 0 0;
width: 80px;
left: 399px;
}

a#service:hover {
background: url(images/service.png) no-repeat 0 -19px;
}

a#service.active, a#service.active:hover {
background: url(images/service.png) no-repeat 0 -38px;
}
/* Meny slutar här*/

/*innehållet*/
#content {
	width: 690px;
	margin: 10px 20px 0;
	padding-bottom: 10px;
}

/*sidfot*/
#footer {
	border-top: silver 1px solid;
	clear: both;
	width: 690px;
	margin: 10px 20px 0;
	padding-top: 10px;
	padding-bottom: 10px;
	background: white;
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: gray;
	text-decoration: none;
}

/*nedre kanten*/
#containerbottom {
background: url(images/containerbottom.png) no-repeat;
height: 10px;
width: 730px;
}

/*annonserna på högersidan*/
#bannersright {
position: absolute;
left: 730px;
top: 130px;
width: 250px;
}

#bannersright img {
padding-bottom: 10px;
}

/*knappar för evenemangskalendern och karta & vägbeskrivning*/
a#eventknapp, a#kartknapp {
background-color: white;
padding-left: 36px;
border: silver 1px solid; 
height: 36px;
display: block;
color: black;
background-repeat: no-repeat;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
text-decoration: none;
margin-bottom: 10px;
line-height: 300%;
}

a#eventknapp:hover, a#kartknapp:hover {
background-color: #F90;
border-color: black;
}

#kartknapp {
background-image: url(images/karta_symb.gif);
}

#eventknapp {
background-image: url(images/kalender_symb.gif);
}


/********* TYPOGRAFI **********/

.byline, .byline a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	text-decoration: none;
	color: gray;
	text-transform: uppercase;
	line-height: 14px;
	padding-bottom: 5px;
}

.rubrik1, .rubrik1 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: normal;
	font-weight: normal;
	color: #F90;
	text-decoration: none;
	padding-bottom: 5px;
}
.rubrik2, .rubrik2 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #369;
	margin-top: 10px;
	text-decoration: none;
}

.ingress, .ingress a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	color: black;
	margin-bottom: 10px;
	line-height: 16px;
}
.brodtext, .brodtext a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: black;
	margin-bottom: 10px;
	line-height: 16px;
}

a:hover {
	background: silver;
}

.notislink a, a.notislink {
	background: url(images/notisikon.gif) no-repeat !IMPORTANT;
	padding: 3px 3px 1px 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px !IMPORTANT;
	font-style: normal;
	text-decoration: underline !IMPORTANT;
	color: black;
	line-height: 16px !IMPORTANT;
}

.notislink a:hover, a.notislink:hover {
	background: black url(images/notisikon.gif) no-repeat !IMPORTANT;
	text-decoration: none !IMPORTANT;
	color: white !IMPORTANT;
}

#block2 .externlink a, #block2 a.externlink {
	background: url(images/newwikon.gif) no-repeat right !IMPORTANT;
	padding-right: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px !IMPORTANT;
	font-style: normal;
	text-decoration: underline !IMPORTANT;
	color: black;
	border: white 1px solid;
}

#block2 .externlink a:hover, #block2 a.externlink:hover {
	background: black url(images/newwikon.gif) no-repeat top right !IMPORTANT;
	text-decoration: none !IMPORTANT;
	color: white !IMPORTANT;
	border: black 1px solid;
}


#block1 .externlink a, #block1 a.externlink, #block3 .externlink a:hover, #block3 a.externlink:hover {
	background: url(images/newwikon.gif) no-repeat top left !IMPORTANT;
	padding-left: 14px !IMPORTANT;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px !IMPORTANT;
	font-style: normal;
	text-decoration: underline !IMPORTANT;
	color: black;
	border-top: 0;
	border-left: white 1px solid;
	border-right: white 1px solid;
	border-bottom: white 1px solid;
	clear: both; 
}

#block1 .externlink a:hover, #block1 a.externlink:hover, #block3 .externlink a:hover, #block3 a.externlink:hover {
	background: black url(images/newwikon.gif) no-repeat top left !IMPORTANT;
	text-decoration: none !IMPORTANT;
	color: white !IMPORTANT;
	border-top: 0;
	border-left: black 1px solid;
	border-right: black 1px solid;
	border-bottom: black 1px solid;
}

.epostlink a, a.epostlink {
	background: url(images/epostikon.gif)  bottom left no-repeat !IMPORTANT;
	padding: 2px 2px 0 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px !IMPORTANT;
	font-style: normal;
	text-decoration: underline !IMPORTANT;
	color: black;
	line-height: 16px !IMPORTANT;
	border: white 1px solid;
}

.epostlink a:hover, a.epostlink:hover {
	background: black url(images/epostikon.gif) bottom left no-repeat !IMPORTANT;
	text-decoration: none !IMPORTANT;
	color: white !IMPORTANT;
	border: black 1px solid;
}

.pdflink {
	background: url(images/pdf.gif) no-repeat !IMPORTANT;
	padding: 5px 0px 0px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px !IMPORTANT;
	font-style: normal;
	text-decoration: underline !IMPORTANT;
	color: black;
	line-height: 30px !IMPORTANT;
	}


#content ul {
margin-left: 15px;
}



/*layouttyper anges med hjälp av id attributen på body taggen i varje dokument*/
/* stilar som är gemensamma för flera layouttyper*/
#artikeltyp1 #block3 .brodtext, #artikeltyp2 #block3 .brodtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	color: black;
	line-height: 14px;
}

/*sektionshuvudsida två spalter, vänsterspalten(block1), högerspalten(block2) block3 används inte*/
#sektiontyp1 #block1 .rubrik2 {
margin-top: 3px !IMPORTANT;
}

#sektiontyp1 #block1 .brodtext, #sektiontyp1 #block1 .brodtext a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: black;	
	margin-bottom: 0;
	line-height: 16px;
}

#sektiontyp1 .notistabell {
border-bottom: silver 1px dashed;
margin-bottom: 10px;
padding-bottom: 10px;
}

#sektiontyp1 #container {
background: url(images/containerbg21.png);
}

#sektiontyp1 #block1 {
width: 400px;
float: left;
margin-bottom: 10px;
}
#sektiontyp1 #block2 {
width: 270px;
float: right;
margin-bottom: 10px;
}

#sektiontyp1 #block3 {
display: none;
}

#sektiontyp1 .left {
float: left;
width: 195px;
clear: left;
margin: 10px 0;
}

#sektiontyp1 .right {
float: right;
width: 195px;
clear: right;
margin: 10px 0;
}

/*artikeltyp1: vänsterspalt för bilder (block1) och artikellänkar(block3), högerspalt för artikel(block2)*/
#artikeltyp1 .notistabell {
margin-bottom: 10px;
}

#artikeltyp1 #block1 {
width: 420px;
float: left;
margin-bottom: 10px;
}

#artikeltyp1 #block2 {
	width: 253px;
	float: right;
	padding: 0 5px 10px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: silver;
	margin-bottom: 10px;
}

#artikeltyp1 #block3 {
float: left;
width: 410px;
margin-bottom: 10px;
}
/*artikeltyp2 en bild som sträcker sig över hela sidans bredd(block1), vänsterspalt för artikellänkar(block3), högerspalt för artikel(block2)*/  
#artikeltyp2 .notistabell {
margin-bottom: 10px;
}

#artikeltyp2 #block1 {
	clear: both;
	width: 690px;
	position: relative;
	z-index: 999;
}

#artikeltyp2 #block2 {
	position: relative;
	float: left;
	width: 320px;
	margin-top: -170px;
	background-color: #FFF;
	z-index: 1000;
	padding: 10px;
	margin-left: 30px;
}
/*IE dubbel margin bugfix*/
* html #artikeltyp2 #block2 {
 margin-left: 15px;
}


#artikeltyp2 #block3 {
	width: 310px;
	margin-top: 10px;
	float: right;
	margin-bottom: 10px;
}

/*IE dubbel margin bugfix*/
* html #artikeltyp2 #block3 {
 margin-left: 10px;
}



/*Annons specifik formatering*/
#adwrapper {
border: 1px solid #8aa9bf;
width: 980px;
height: 120px;
background: #8aa9bf url(ads/seam_bg.gif) no-repeat !IMPORTANT;
}

#ad1 {
text-align: left;
padding: 20px 0px 0px 150px;
margin: 0px 0px 0px 0px;
width: 820px;
height: 100px;
background: url(ads/ad1_img.png) no-repeat !IMPORTANT;
float: left;
}
#ad2 {
text-align: left;
padding: 0px 20px 0px 0px;
margin: 0px 0px 0px 0px;

width: 140px;
height: 120px;
float: left;
clear: left;
}

.ad1txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 26px;
	color: #be4a56;
	text-decoration: none !IMPORTANT;
	padding: 0px 10px 0px 10px;
	background-color: white;
}
.ad1txt:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 26px;
	color: white;
	text-decoration: none !IMPORTANT;
	padding: 0px 10px 0px 10px;
	background-color: black;
}



/*Kalender formatering*/
.manad {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #900;
	clear: both;
	height: 22px;
	width: 320px;
	text-align: center;
}
.beskrivning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: inline;
padding: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	width: 250px;
	float: left;
}
.aktivitet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	clear: both;
	width: 320px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	display: block;
	margin: 1px;
}
.datum {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-color: #FFC;
	margin: 5px;
	height: 25px;
	width: 25px;
	border: 1px solid #000;
	text-align: center;
	float: left;
	position: relative;
	z-index: 1000;
	clear: left;
}
.dag {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	background-color: #369;
	float: left;
	height: 35px;
	width: 320px;
	margin-left: -37px;
	position: relative;
	z-index: 999;
	text-indent: 37px;
}
.tid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #900;
	clear: left;
	float: left;
	width: 50px;
	text-align: right;
	padding-right: 5px;
}

