html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, ul, ol, dl, address {
	margin:0;
	padding:0;
	}

body {
	font-size: 76%;
	background: #fff url(../grafik/bg.jpg) no-repeat 0 0;
	margin-top: 20px;
	text-align: center;
	}
	
 #container {
	position:absolute;
	background-color: transparent;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	left: 430px;
	top: 20px;
	}
	

li, ul {
	list-style-type: square;
	margin: 15px 0 10px 20px;
	}

p {
	margin-bottom: 10px;
	}
	
blockquote {
	color: #666;
	font: italic 1em Georgia, "Times New Roman", Times, serif;
	margin-left: 20px;
}

/* bilder & foton */

.fotohoger_ejram {
	float: right;
	background-color: transparent;
	margin: 0 5px 5px 10px;
	}
	
/* länkar */

#main a:link {
	color: #C4020C;
	background-color: transparent;
	font-weight: normal;
	text-decoration: underline;
	}

#main a:visited {
	color: #C4020C;
	background-color: transparent;
	font-weight: normal;
	text-decoration: underline;
	}

#main a:hover {
	color: #AC6A14;
	background-color: transparent;
	font-weight: normal;
	text-decoration: underline;
	}

#main a:active {
	color: #C4020C;
	background-color: transparent;
	font-weight: normal;
	text-decoration: underline;
	}

#main a.external {
	background-image: url(../grafik/external.gif);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 18px;
	}
	
/* **************************************/	
/* sidhuvud */
/* **************************************/

#sidhuvud_index {
	clear: both; 
	padding: 0; 
	background: transparent url(../grafik/logo.png) no-repeat; 
	height: 160px; 
	width: 800px; 
	border-bottom: 5px solid #214847;
	}

#sidhuvud_index h1{
	position:relative; 
	top:10px; 
	left:10px; 
	padding-top:0; 
	width:480px; 
	height:130px; 
	background: url(../grafik/nothing.gif) no-repeat;
	text-indent:-9999px; 
	margin:0;
	}

#visitkort {
	position:absolute;
	left:981px;
	top:26px;
	width:223px;
	height:305px;
	z-index:100;
	} 

/* **************************************/
/* navigering */
/* **************************************/

#navigation {
	background: #093834; 
	color: #fff;
	float:left;
	width:800px;
	}

#navigation ul {
	background-color: #093834;
	margin:0;
	padding:0;
	list-style: none;
	}

#navigation li {
	display:inline;
	margin:0;
	padding:0;
	}

#navigation a {
	display:block;
	float:left;
	padding:10px 30px;
	border-right:1px dotted #EBEAE5;
	color:#fff;
	background: #093834; 
	font: normal 1em Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	}

#navigation a:hover, #navigation a:focus, #navigation a:active {
	background: #214847; 
	color: #EBEAE5;
	}

#navigation .sel a {
	background: #214847; 
	color: #EBEAE5;
	}

#navigation .sel a:focus {
	background: #214847;
	color: #EBEAE5;
	}

/* **************************************/
/* main */
/* **************************************/

#main {
	float: left;
	background-color: transparent;
	color: #333;
	font: normal 1.3em Georgia, "Times New Roman", Times, serif;
	width: 760px;
	height: 470px;
	margin: 10px;
	padding: 10px;
	line-height: 20px;
	}

#main h2 {
	color: #333;
	background-color: transparent;
	font: normal 1.3em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 15px;
	margin-top: -3px;
	}
	
#main h3 {
	color: #333;
	background-color: transparent;
	font: bold 1.0em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 3px;
	}

#main tr td {
	padding: 10px;
	}

/* **************************************/
/* footer */
/* **************************************/
	
#sidfot {
	width: 760px;
	margin: 10px;
	padding: 10px;
/*	clear: both; */
	color: #666;
	background-color: transparent;
	font: normal .8em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
/*	margin: 0px auto 0px; */
	text-align: left;
	}

#sidfot a:link, #sidfot a:visited, #sidfot a:active {
	color: #666;
	background-color: transparent;
	font-weight: normal;
	text-decoration: none; 
	border-bottom: none;
	}

#sidfot a:hover {
	color: #333;
	background-color: transparent;
	font-weight: normal;
	text-decoration: none; 
	border-bottom: none;
	}

/* **************************************/
/* tabeller */
/* **************************************/

table {width: 100%; border-collapse: collapse;}
th, td {padding: 5px; text-align: left;}
th {border-bottom: 3px solid #093834; font-weight: bold;} 
td {border-bottom: 1px solid #eee;}
