/* --- MAIN --- */

* {
	margin: 0;
	padding: 0;
}


body {
  	text-align: center;
  	background: #fff;
  	font-family: Verdana, Arial, Sans-Serif;
  	font-size: 9px;
    }



/* --- CONSTRUCTION: backbone --- */

#sitewrap {
	width: 720px;
	height: 800px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5px;
    padding: 0px;
}


#header {
	width: 700px;
	height: 86px;
	margin-right: auto;
    margin-left: auto;
	text-align: left;
}


#navbar {
	width: 700px;
	height: 30px;
	margin-right: auto;
    margin-left: auto;
    padding-bottom: 2px;
	text-align: left;
	border-bottom: 3px solid #e1e1e1;
}


#promo {
	width: 700px;
	height: 220px;
	margin-right: auto;
    margin-left: auto;
    margin-bottom: 6px;
    margin-top: 2px;
	background: #fff;
}


#faux {
	clear: both;
	width: 700px;
	height: 20px;
}


#footer {
	clear: both;
	width: 700px;
	height: 140px;
	margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
}


/* --- END CONSTRUCTION: backbone --- */

/* --- CONSTRUCTION: inside --- */


#leftcol {
	width: 200px;
	min-height: 300px;
	height: 300px;
	float: left;
	margin-top: 16px;
	margin-left: 10px!important; /* IE double margin bug fix */
	margin-left: 5px;
	background: #fff;
	text-align: left;
}


#rightcol {
	width: 490px;
	min-height: 300px;
	float: right;
	margin-top: 16px;
	margin-right: 10px!important; /* IE double margin bug fix */
	margin-right: 5px;
	background: #fff;
	text-align: left;
}


#searchbox {
	clear: both;
	width: 212px;
	height: 117px;
	margin-bottom: 10px;
	margin-left: 4px!important;
	margin-left: 2px;
	float: left;
	background: #fff url(../graphics/searchbox_bg.gif) no-repeat;
	overflow: hidden;
	text-align: left;
}


#newsbox {
	width: 500px;
	height: 117px;
	margin-bottom: 10px;
	margin-right: 4px!important;
	margin-right: 2px;
	float: right;
	background: #fff url(../graphics/newsbox_bg.gif) no-repeat;
	overflow: hidden;
	text-align: left;
}


/* --- END CONSTRUCION: inside --- */

/* --- MAIN NAVIGATION -- */


#nav {
	margin: 0;
	padding: 0;
	width: 700px;
	height: 30px;
	list-style: none;
	display: block;
	overflow: hidden;
}


#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;	
}


#nav a {
	float: left;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:20px; /* for IE5/Win only*/
}


#nav1_hem a {
	width: 206px;
	background: transparent url(../graphics/nav1_hem.gif) top left no-repeat;
}


#nav2_verksamheten a {
	width: 114px;
	background: transparent url(../graphics/nav2_verksamheten.gif) top left no-repeat;
}


#nav3_tjanster a {
	width: 85px;
	background: transparent url(../graphics/nav3_tjanster.gif) top left no-repeat;
}


#nav4_tillsalu a {
	width: 122px;
	background: transparent url(../graphics/nav4_tillsalu.gif) top left no-repeat;
}


#nav5_kalender a {
	width: 87px;
	background: transparent url(../graphics/nav5_kalender.gif) top left no-repeat;
}


#nav6_kontakta a {
	width: 86px;
	background: transparent url(../graphics/nav6_kontakta.gif) top left no-repeat;
}


#nav a:hover {
	background-position: 0 -30px;
}


#nav a.active, #nav a:active {
	background-position: 0 -60px;
}


/* --- END MAIN NAVIGATION --- */

/* --- SIDEBAR NAVIGATION --- */


#altnav {
	margin: 0;
	padding: 0;
	width: 200px;
	text-align: left;
	list-style: none;
	display: block;
	overflow: hidden;
	text-indent: 5px;
}


/* --- END SIDEBAR NAVIGATION --- */

/* --- BASIC TEXT FORMATTING --- */


p {
	font-family: Verdana, Arial, Sans-Serif;
  	font-size: 9px;
  	color: #000;
}


a {
	font-family: Verdana, Arial, Sans-Serif;
  	font-size: 9px;
  	color: #3399ff;
	text-decoration: none;
}


h2 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	text-align: left;
	margin-top: 4px;
}


h3 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9px;
	text-align: left;
	font-weight: bold;
}


h3.highlight {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	text-align: left;
	margin-left: 8px;
	color: #999966;
}


a:hover, a:active {
	color: #cc3333;
}


#footer p {
	color: #ccc;
}


/* --- END BASIC TEXT FORMATTING --- */

/* --- BASIC MISC STYLE --- */


#header .logo {
	margin: 40px 0 0 15px;
	position: relative;
}


img.inlineimage {
	width: 240px;
	height: 180px;
	float: right;
	display: inline; /* IE double margin bugfix */ 
	margin: 5px 10px 8px 15px;
}


ul.tjanster {
	padding-left: 15px;
}


hr.dotted {
	height: 1px;
	background: #fff;
	border: 0;
	border-bottom: 1px #e1e1e1 dashed;
}


img.inlinethumb {
	width: 50px;
	height: 38px;
	margin: 5px 10px 0 0;
	padding: 2px;
	background: #fff;
}


a:hover img.inlinethumb {
	border: none;
	background: #ccc;
}


#kontaktform {
	float: right;
	display: inline; /* IE double margin bugfix */ 
	margin: 0 10px 8px 15px;
}


#kontaktform p {
	padding-bottom: 10px;
	font-size: 9px;
}


#kontaktform input, #kontaktform textarea {
	width: 140px;
	margin-top: 2px;
	border: 1px solid #888;
	font-size: 9px;
}


#kontaktform input:hover, #kontaktform textarea:hover {
	background: #eee;
	border: 1px solid #666;
}


#kontaktform #telefon {
	width: 70px;
}


#kontaktform #telefon1 {
	width: 20px;
	margin-right: 10px;
}


#kontaktform #meddelande {
	width: 200px;
	height: 60px;
}


#kontaktform #skicka {
	width: 50px;
}


#searchbox .bar, #newsbox .bar {
	margin-left: 6px;
}


#searchbox .title, #newsbox .title {
	margin: 12px 0 0 17px;
}


#searchbox .searchform {
	width: 180px;
	margin: 8px 0 0 15px;
	border: 1px solid #888;
	padding: 0;
}


#searchbox .searchform:hover {
	background: #eee;
}


#searchbox .submitbutton {
	margin: 10px 0 0 160px;
	font-size: 9px;		
}


#searchbox .hide {
	display: none;
}


#newsbox p {
	width: 440px;
	margin: 6px 0 0 17px;
	padding: 0;
	color: #666;
}	


#sitemap {
	list-style: none;
	margin-left: 10px;
	padding-left: 0;
	text-align: left;
	}

	
#sitemap li {
	padding: 5px 0 5px 10px;
}


#sitemap li a {	background: transparent url(../graphics/sitemapclosed.gif) 0 50% no-repeat;	margin-left: -10px;	padding-left: 12px;}


#sitemap li ul { 	list-style-type: none; 	margin: -1.4em 0 0 -1.6em; 	padding: 20px 0 0 5px;}


#sitemap .open { 	background: transparent url(../graphics/sitemapopen.gif) 0 50% no-repeat;
 }


#sitemap li ul li a {
	background: transparent url(../graphics/sitemapdoc.gif) 0 50% no-repeat; 	margin-left: 12px; 	padding-left: 10px;}


#sitemap h2 {
	display: none;
	color: #fff;
}


.infobox {
	background: #eee;
	border: 1px solid #ddd;
	padding: 10px 8px;
	}



/* --- END BASIC STYLE --- */







