@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% 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 centers 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;*/
/*	background-color: #99CC99;*/
	background-color: #92c776;
}
.twoColFixLtHdr #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-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: white;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(../_bilder/bg13.jpg);
/*	background-image: url(../_bilder/bg12.jpg);*/
/*	background-image: url(../_bilder/bg11.jpg);*/
	background-repeat: repeat;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003300;
} 
.twoColFixLtHdr #header img {
	margin-right: 20px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 0;
} 
.twoColFixLtHdr #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;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
/*	background-image: url(../_bilder/bg11.jpg);*/
/*	background-image: url(../_bilder/bg12.jpg);*/
	background-image: url(../_bilder/bg13.jpg);
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #003300;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
.twoColFixLtHdr #sidebar1 p {
	color: #003300;
	font-size:0.9em;
	padding-left:0em;
}
.twoColFixLtHdr #sidebar1 #nav {
	text-align: left;
}
.twoColFixLtHdr #container #sidebar1 ul {
	margin: 0px;
	font-size: 1em;
	padding: 0em;
}
.twoColFixLtHdr #container #sidebar1 li {
	list-style: none;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0.5em;
	margin-bottom: 0px;
	margin-left: 1em;
	padding: 0em;
}
.twoColFixLtHdr #container #sidebar1 li a:link, .twoColFixLtHdr #container #sidebar1 li a:visited {
	margin: 0px 0.5em 0px 0px;
	padding: 0.2em 0.2em;
	list-style: none;
	line-height: 2em;
	color: #003300;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 li a:hover {
	color:#4E9935;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 li a.current, .twoColFixLtHdr #container #sidebar1 li a.current:hover, .twoColFixLtHdr #container #sidebar1 li a:active {
	margin: 0px 0.5em 0px 0px;
	padding: 0.2em 0.2em;	
	color:#666;
	cursor:default;
	line-height: 2em;
	text-decoration: none;
}

.twoColFixLtHdr #mainContent {
	color: #003300;
/*	color:#443501;*/
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.twoColFixLtHdr #mainContent h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.9em;
} 
.twoColFixLtHdr #mainContent h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style:	italic;
	font-weight: bold;
} 
.twoColFixLtHdr #mainContent #aktuellBild {
/*	color:#03C;*/
	color: #006600;
	margin-right:10px;
	float: left;
} 
.twoColFixLtHdr #mainContent #leftBild {
	margin-right:20px;
	float: left;
} 
.twoColFixLtHdr #mainContent #mainContentText {
	font-size: 0.9em;
} 
.twoColFixLtHdr #mainContent #bild-right {
	float: right;
	width: 250px;
} 
.twoColFixLtHdr #container #helbredd {
	float: none;
	width: auto;
	font-size: .9em;
	color: #003300;
	margin-right: 15px;
	margin-left: 20px;
}
.flag {
	border:0;
}
.twoColFixLtHdr #sidebar1 #nav {
	text-align: left;
}
/* --------------- Konstnavigering --------------------- */
.twoColFixLtHdr #container #mainContent #konstnav {
	width:750px;
	float: left;
	margin-bottom: 15px;
}
.twoColFixLtHdr #container #mainContent ul {
	list-style: none;
	margin: 0px;
	font-size: 1em;
	padding: 0em;
}
.twoColFixLtHdr #container #mainContent li {
	float:left;
	list-style: none;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0.5em;
	margin-bottom: 0px;
	margin-left: 1em;
	padding: 0em;
}
.twoColFixLtHdr #container #mainContent li a:link, .twoColFixLtHdr #container #mainContent li a:visited {
	margin: 0px 0.5em 0px 0px;
	padding: 0.2em 0.2em;
	list-style: none;
	line-height: 2em;
	color: #003300;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent li a:hover {
	color:#4E9935;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent li a.current, .twoColFixLtHdr #container #mainContent li a.current:hover, .twoColFixLtHdr #container #mainContent li a:active {
	margin: 0px 0.5em 0px 0px;
	padding: 0.2em 0.2em;	
	color:#666;
	cursor:default;
	line-height: 2em;
	text-decoration: none;
}
.pomcolor {
	color: #4E9935;
} 
.sehit {
	color: #B00;
} 
.citattext {
	color: #003300;
	font-size:.85em;
} 
.bildtext {
	color: #003300;
	font-size:.85em;
} 
.frame {
	text-align: left;
	border-width: medium;
	border-style: outset;
	border-color: #fafafa;
	margin-bottom: 10px;
	margin-right: 10px;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
/*	background-image: url(../_bilder/bg12.jpg);*/
	background-image: url(../_bilder/bg13.jpg) ;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;
	
} 
.twoColFixLtHdr #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 class 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;
}
.twoColFixLtHdr #container #header #headerBild {
	float: left;
}
/* -------------------------- knappnavigering --------------------- */
.twoColFixLtHdr #container #helbredd td {
	font-size: 0.8em;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.twoColFixLtHdr #container #helbredd .halvbreddleft {
	float: left;
	width: 500px;
	padding-right: 15px;
	padding-left: 15px;
}
.twoColFixLtHdr #container #helbredd td p{
	text-decoration: none;
	color:#003300;
	margin-top: 0px;
}
#knappNav td {
	font-size: 0.8em;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#knappNav td p{
	text-decoration: none;
	color:#003300;
	margin-top: 0px;
}

.twoColFixLtHdr #container #helbredd .halvbreddright {
}
.twoColFixLtHdr #container #helbredd .halvbreddright td {
	padding-left: 5px;
	padding-right: 5px;
	padding-top:0;
	padding-bottom:0;
	margin: 0;
	font-size: 0.8em;
	text-decoration: none;
}
.twoColFixLtHdr #container #helbredd .halvbreddright td p{
	text-decoration: none;
	color:#003300;
	margin: 0px;
}
.twoColFixLtHdr #container #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 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;
} 