@charset "iso-8859-1";
/* FÃ¤rger
Vinter:
acbcd5 - Bakgrund skÃ¤rm
0033cc - border, text
4E9935 - navigationsknappar - hover, fÃ¤rg pÃ¥ P och M i huvudrubrik
666    - navigationsknappar - current
03C    - aktuell bild
B00    - sehit
fafafa - tabellram fÃ¶r text
0171f0 - ??? halvbreddright p:hover
FBFFFB - sidtopplÃ¤nk bakgrund
060    - sidtopplÃ¤nk text, border
bg12.jpg - bakgrund fÃ¶r sidebar, footer, header
Sommar:
99cc99 - Bakgrund skÃ¤rm
003300 - border, text
006600 - aktuell bild
bg13.jpg - bakgrund fÃ¶r sidebar, footer, header
*/
body  {
	font: 100% Rosario, Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this cent ers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #acbcd5; /* vinter */
/*	background-color: #99CC99; sommar*/
/*	background-color: #92c776;*/
}
#container {
	width: 989px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto;
	background-color: white;
} 
#container #header {
	padding: 0 10px;
/*	background-image: url(../_bilder/bg13.jpg); sommar*/
	background-image: url(../_bilder/bg12.jpg); /* vinter */
/*	background-image: url(../_bilder/bg11.jpg);*/
	/*background-color:#d0dce8;*/
	background-repeat: repeat;
	border-bottom: 2px solid #030;
} 
#headerBild img {
	text-align: center;
	margin: 0px 10px 0 20px;
	border:0;
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
}
#headerText img {
	text-align: center;
	margin: 20px 10px 0 20px;
	border: 0;
	-webkit-box-shadow: 2px 2px 4px #666; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 2px 2px 4px #666; /* FF3.5 - 3.6 */
	box-shadow: 2px 2px 4px #666; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: left;
}
/* sidebar, navigation ------------------------------------------------- */
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	background-image: url(../_bilder/bg12.jpg); /* vinter */
/*	background-image: url(../_bilder/bg13.jpg); sommar*/
	border-right: 2px solid #030;
	padding: 15px 10px;
	border-bottom: 2px solid #000;
}
#sidebar1 p {
	color: #030;
	font-size:0.9em;
}
#sidebar1 #nav {
	text-align: left;
}
#sidebar1 ul {
	margin: 0px;
	font-size: 1em;
	padding: 0em;
}
#sidebar1 li {
	list-style: none;
	text-decoration: none;
	margin:0 0.5em 0 1em;
}
#sidebar1 li a:link, #sidebar1 li a:visited {
	margin: 0px 0.5em 0px 0px;
	padding: 0.2em  0.2em 0.2em 0;
	line-height: 2em;
	color: #030;
	text-decoration: none;
}
#sidebar1 li a:hover {
	color:#4E9935;
	text-decoration: none;
}
#sidebar1 li a.current, #sidebar1 li a.current:hover, #sidebar1 li a:active {
	margin: 0px 0.5em 0px 0px;
	padding: 0.2em  0.2em 0.2em 0;	
	color:#666;
	cursor:default;
	line-height: 2em;
	text-decoration: none;
}
/* main content  -------------------------------------------------------- */
#mainContent {
	color: #003300;
/*	color:#443501;*/
	margin: 0 0 0 210px;
	padding: 0 20px 0 10px;
} 
#mainContent h1{
	font-family: Caudex, Georgia, "Times New Roman", Times, serif;
	font-size: 1.9em;
	font-weight:700;
} 
#mainContent h2{
	font-family: Caudex, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style:	italic;
	font-weight: 700;
} 
#mainContent #aktuellBild { /* Förstasidans årstidsbild */
/*	color:#03C;*/
	color: #006600;
	margin-right:10px;
	float: left;
} 
#mainContent #leftBild {
	margin-right:20px;
	float: left;
} 
#mainContent #mainContentText {
	font-size: 0.9em;
} 
#mainContent #bild-right {
	float: right;
	width: 250px;
} 
#helbredd {
	float: none;
	width: auto;
	font-size: .9em;
	color: #003300;
	margin-right: 15px;
	margin-left: 35px;
}
#helbredd .halvbreddleft {
	float: left;
	width: 490px;
	padding-right: 15px;
}
.flag {
	border:0;
}
.pomcolor {
	color: #4E9935;
} 
.sehit {
	color: #B00;
} 
.citattext {
	color: #003300;
	font-size:.85em;
} 
.bildtext {
	color: #003300;
	font-size:.85em;
} 
.frame {
	text-align: left;
	border-width: thick;
	border-style: outset;
	border-color: #fafafa;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 310px;
}
#footer {
	padding: 0 10px 0 20px;
	background-image: url(../_bilder/bg12.jpg);
/*	background-image: url(../_bilder/bg13.jpg) ;*/
	border-top: 2px solid #030;	
	border-bottom: 2px solid #030;	
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	text-decoration: none;
	color: #003300;
	font-size: 0.8em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
td img {
	border: 0;
}
td a{
	text-decoration: none;
}
.clearfloat { /* this clas s should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#header #headerBild {
	float: left;
}
/* -------------------------- knappnavigering --------------------- */
.bildknapp {
	float: left;
	height: 85px;
	width: 85px;
	padding:10px 70px 30px 0px;
	border-style: none;
	font-size: 0.9em;
	text-align: center;
}
.bildknapp a {
	text-decoration: none;
	border-style: none;
}

.sistknapp {
	padding-right:0;
}
.bildknapp a img {
	border-style: none;
	-webkit-box-shadow: 2px 2px 4px #333; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 2px 2px 4px #333; /* FF3.5 - 3.6 */
    box-shadow: 2px 2px 4px #333; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}
.bildknapp a:hover img {
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}
#helbredd td {
	font-size: 0.8em;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#helbredd td p{
	text-decoration: none;
	color:#003300;
	margin-top: 0px;
}
#helbredd .halvbreddright {

}
#helbredd .halvbreddright td {
	padding-left: 5px;
	padding-right: 5px;
	padding-top:0;
	padding-bottom:0;
	margin: 0;
	font-size: 0.8em;
	text-decoration: none;
}
#helbredd .halvbreddright td p{
	text-decoration: none;
	color:#003300;
	margin: 0px;
}
#helbredd .halvbreddright td p:hover {
	color:#0171f0;
	text-decoration: none;
}
a {
	font-style:italic;
}
.compactul {
	list-style:none;
	margin-bottom:5px;
	margin-top:0;
	padding:0;
	font-size: .97em;
	margin-left: 0.5em;
}
.sidtopp a {
	background-color: #FBFFFB;
	padding-left:3px;
	padding-right:3px;
	height: 15px;
	width: 75px;
	border: solid 1px #060;
	text-decoration: none;
	font-style:normal;
	color:#060;
	line-height: 1em;
}
.linkpic {
	text-decoration: none;
	border: 0;
}
.imgleft {
	border: 0;
	margin-right: 20px;
	margin-left:10px;
	float: left;
}
.imgright {
	border: 0;
	margin-right: 20px;
	margin-left:10px;
	float: right;
}
/* ------------------- För bildknapparna och lite annat på olika sidor ---------------------*/
.naturnav {
	width:140px;
	padding-right: 20px;
}
.floratabell {
	width:350px;
	float:right;
	padding-right:42px;
}
.floratabell .bildknapp {
	width:80px;
	height:160px;
}
.musiknav {
	width:200px;
	text-align:left;
	padding-right:0;
}
#spraakintro {
	width:500px;
	float:left;
	margin-right:20px;
}
#babel {
	width:220px;
	float:left;
}
.spraaknav {
	width:200px;
	height:140px;
	text-align:left;
	padding-right:0;
}
.smaskensnav {
	width:200px;
	height:125px;
	text-align:left;
	padding-right:0;
}
.resornav {
	width:200px;
	height:125px;
	text-align:left;
	padding-right:0;
}
.divnav {
	width: auto;
	height:150px;
	text-align:left;
	padding:0;
}
#helbredd .divnav img {
	margin:20px 17px 0 0;
}
.omossnav {
	width:160px;
	height:125px;
	text-align:left;	
	padding-right:0;
}
.center {
	text-align: center;
	width:424px;
}
/* ------------------- För bilderna som ska visas stora vid mouseover ---------------------*/
#picture {
	width: 250px;
	background-color:#ffffff;
	float: right;
	margin-right: 30px;
	padding-top: 35px;
}
.small {           /* definierar smÃ¥ bilder */
	float: left;
	margin-right: 15px;
	margin-bottom: 30px;
}
#picture a.small { /* definierar smÃ¥ bilder */
	display:block;
	width:121px;
	height:80px;
	text-decoration:none;
	background:#ffffff;
	top:0;
	left:0;
	border:0;
}
#picture a img {
	border: solid 1px;
}
#picture a .large {
	display:block;
	position:absolute;
	width:0; /* width, height och border=0 gÃ¶r den osynlig tills musen kommer Ã¶ver */
	height:0;
	border:0;
	top:0;
	left:0;}
#picture a.small:hover .large {
	display:block;
	position:relative;
	top: -400px;
	left: -670px;
	width: 600px;
	height:400px;
} 
