@charset "utf-8";
/* CSS Document */
/* Pargas Kungörelser 2008      */
/* Paul Söderholm               */

body {
	background-color: #ccd4d7;
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	/*font-size:0.85em;*/
	font-size:10pt;
	}

* {margin: 0; padding: 0}

#index {
	background: #ccd4d7 url(images/pk-intro.jpg) no-repeat;
	position:relative;
	margin-left:auto; 
	margin-right:auto;
	top:10px;
	width:750px;
	height:600px;
	}

#bottombar {
	background: #ccd4d7 url(images/pk-footer3.jpg) no-repeat;
	position:relative;
	margin-left:auto; 
	margin-right:auto;
	top:10px;
	width:750px;
	height:50px;
	font-weight:bold;	
	}
	
#bottombar a:link {color:#eaf0f3;text-decoration:none;}
#bottombar a:visited {color:#e3f1f7;text-decoration:none;}
#bottombar a:hover {text-decoration:underline;color:#e3f1f7;}

#wrapper1 {position:relative;margin-left:auto; margin-right:auto;top:10px;width:750px;}

#header1 {
	width: 750px;
	height: 80px;
	background: #eaf0f3 url(images/pk-header1.jpg) no-repeat;
	}

#header1 h1 span {display:none;}

#content {
	padding: 10px;
	width: 730px;
	background-color: #eaf0f3;
	}
#content h2 {
	color:#a0a7aa;
	margin: 15px 0 10px 0;
	border-top:#a0a7aa solid 1px;
	}
#content p {
	margin-bottom: 10px;
	}
#content p strong, b {
	font-size:105%;
	color:#333333;
	}

#footer1 {
	width: 750px;
	height: 40px;
	background: #eaf0f3 url(images/pk-footer1.jpg) no-repeat;
	}

#navi1 {
	padding-bottom:10px;
	font-size:10pt;
	}

#navihead {
	margin-left:160px;
	margin-top:10px;
	margin-bottom:10px;
	width:580px;
	position:absolute;top:10px;
	}

/* Horizontal Menu settings */
.hmenu ul {margin:2px 0;}
.hmenu li {
display:inline;
color:#333;
border-left:1px solid #333;
padding:0 5px 0 9px;
}
.hmenu li:first-child {border-left:0;}
.hmenu ul li a {text-decoration:none;}
.hmenu ul li a:link {color:#466;}
.hmenu ul li a:visited {color:#366;}
.hmenu ul li a:hover {text-decoration:underline;color:#eff;}

/* Links in text */
#content a {
background-image:url(images/pk-link2.png);
background-position:left;
background-repeat:no-repeat;
padding-left:13px;
text-decoration:none;
}
#content a:link {color:#466;}
#content a:visited {color:#466;}
#content a:hover {text-decoration:underline;color:#bcc1c3;background-image:url(images/pk-link2a.png);}


/* popup */
a.popup {position:relative;z-index:24;}
img {border:none;}

a.popup:hover {z-index:25;}

a.popup span {display:none;}

a.popup:hover span {
display:block;
position:absolute;
top:-50px; left:100px;
width:500px;
height:250px;
background-image:url(images/popup1-bg.png);
text-align:center;
}
