body {
padding: 0; margin: 0;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
line-height:17px;
color: #000;
background-color: #fff;
height:100.1%;
overflow: scroll;}

h1 {
font-family: Times New Roman, Times, serif;
text-align: center;
font-weight:bold;
font-size:16px;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
color: #7c1515;
}

h3 {
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
display:inline;
color: #7c1515;
}

h4 {
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
display:inline;
color: #000;
}

	
a:link {
	text-decoration: none;
	color: #b21f31;
}
a:visited {
	text-decoration: none;
	color: #b21f31;
}
a:hover {
	text-decoration: none;
	color: #f75848;
}
a:active {
	text-decoration: none;
	color: #b21f31;
}

#header{
	margin-top:51px;
	z-index:10;
}

#content {
	width:670px;
	margin:0px auto; /* Marginalbredd satt till "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:15px;
	}
	
#left_column {
	position:absolute;
	margin-top: 20px; margin-left: 0px; width:180px; height:475px;
	border-left:#000; border-left: 1px;
	float:left;
	border-right-width:1px; border-right-color:#000; border-right-style:solid;
	padding-right:20px;
	}

#column1 {
	position:absolute;
	margin-top: 20px;
	margin-left: 220px;
	width:450px;
	float: right;
	}
	
#column2 {
	position:absolute;
	margin-top: 20px;
	margin-left: 0px;
	width:670px;
}


/* BILDER & TEXT PA STARTSIDAN */

#box1 {
	position:absolute;
	float:left;
	margin-top:20px;
	width:160px; height:145px;
	background-color:#f2e0cc;
	border-width:20px; border-color:#f2e0cc; border-style:solid;
}

#box1_bild	{
	position:absolute;
	float:right;
	margin-top:20px;
	margin-left:200px;
}

#box2 {
	position:absolute;
	float:left;
	margin-top:220px;
	width:160px; height:145px;
	background-color:#f2e0cc;
	border:20px; border-color:#f2e0cc; border-style:solid;
}

#box2_bild	{
	position:absolute;
	float:right;
	margin-top:220px;
	margin-left:200px;
}

/* SLUT BILDER & TEXT PA STARTSIDAN */


#cont_info {
	position:absolute;
	margin-top: 54px; margin-left: 0px; width:450px;
	border-top-width:1px; border-top-color:#000000; border-top-style:solid;
	padding-top:20px;
	}

#column_cont {
	position:absolute;
	margin-top: 79px;
	margin-right: 0px;
	margin-left: 220px;
	width:450px;
	top: 221px;
	}
	
.table {
	width:450px;
	vertical-bottom:top;
	text-align:right;
	}

#adress {
	position:absolute;
	margin-top: 410px; margin-left: 0px; width:180px;
	border-top-width:1px; border-top-color:#000000; border-top-style:solid;
	font-size: 10px; line-height: 14px;
	padding-top:20px;
	}
	
.indent ul {
	list-style-type: none;
	}
	
	
/* FORMULÄR */

.form {
	width: 182px;
	font-size:11px;
	line-height:10px;
	}
	
.input_text {
	border:1px;
	border-color:#000000;
	border-style:solid;
	background-color:#f2e0cc;
	}
	
.input_radio {
	line-height:10px;
	letter-spacing:-10px;
	}
		
.input_submit {
	border:1px;
	border-color:#000000;
	border-style:solid;
	background-color:#fd4432;
	font-size:12px;
	letter-spacing:1px;
	}
	
/* SLUT FORMULÄR */


/* NAVIGERING/MENY */

#menu_box {
	position:absolute;
	margin-top: 20px; margin-left: 0px; width:670px;		
}
/* inga punkter, padding eller marginaler från listan */
.menu ul{
	list-style-type:none;
	padding:0;
	margin:0;
	background:#fff;
	border-top-color:#000000;
	border-top: 5px;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
	float:left;
	position:relative;
	z-index:100;
	color:#fff;
}
/* use the table to position the dropdown list */
.menu table{
	position:absolute;
	z-index:80;
}

/* width etc. of dropdown list */
.menu li.aa, .menu li.bb{
	width: 170px;
	background-color:#fd7a6d;
	opacity:.6;
	-moz-opacity:.2;
	filter:alpha(opacity=80);
	}

/* style all the links */
.menu a, .menu :visited {
	display:block;
	font-size:10px;
	padding:7px 5px;
	color:#000;
	background: transparent;
	text-decoration:none;
	margin-right:0px;
	text-align:center;
	font-family:arial, sans-serif;	
}

/* individual width of li items */
.menu li.a {
width:80px;
}
.menu li.b {
width:170px; 
}
.menu li.c {
width:110px;
}
.menu li.d {
width:110px;
}
.menu li.e {
width:120px;
}
.menu li.f {
width:80px;
}

/* style the links hover */
.menu :hover{
color:#f75848;
background:#6f0909;
}
 
/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}

/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}

/* transparent sublista - */
.menu ul sub:hover{
color:#fff;
}

/* SLUT NAVIGERING/MENY */









@charset "utf-8";
/* CSS Document */

