﻿	/* 	Boxar: Bigbox (1000 x 700px), Header (1000 x 70px), Headmenu (1000 x 25px), Textbox (800px) (left), Menubox (200px) (right)
		
		Vit: #ffffff - (Bakgrund)
		
		Mörkt grå: #666666 - (a:link)
		Ljusare grå: #999999 - (a:visited)
		Mörkt grå: #666666 - (a:active)
		Blå: #0000cc - (a:hover)
		
		Brödtext - 13px
		Huvudrubrik - 28px, fet
		Underrubrik - 20px, fet
		Underrubrik,2 - 16px, fet
		Textfärg - #000000
		
		Bilder - Bredd:
		Bilder - Höjd:
		
-----------------------------------------------------------------------------------------------------------*/

body {
	font-family: Verdana;
	font-size: 12px;
	letter-spacing: 0px; 
	line-height: 17px;}

p { 
	font-family: Verdana;
	font-size: 12px;
	margin: 0px;
	line-height: 20px;}
	
hr {
	border-color: gray;
	border-style: dotted;
	border-width: thin;
	height: 1px;}

/* --RUBRIKER----------------------------------------------------------------------------*/

h1 {
	font-family: Tahoma, Verdana;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	line-height: 50px;}

h2 {
	font-family: Tahoma, Verdana;
	font-size: 15px;
	margin: 0px;
	font-weight: bold;
	line-height: 40px;}

h3 {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-style: italic;
	margin: 0px;
	font-weight: bold;
	line-height: 17px;}

h4 {
	font-family: Tahoma, Verdana;
	font-size: 13px;
	margin: 0px;
	font-weight: bold;
	line-height: 26px;}

/* --TABELL------------------------------------------------------------------------------*/

table { 
	font-family: Tahoma, Verdana;
	font-size: 12px;
	border: 0px;
	margin-left: -5px; 
	width: 610px;
	padding: 3px; 
	text-align: left;}
	
td { 
	font-family: Tahoma, Verdana;
	font-size: 12px;
	border: 0px;
	margin-left: -5px; 
	padding: 3px; 
	text-align: justify;
	vertical-align: top;}


/* --LISTA-------------------------------------------------------------------------------*/

li {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	line-height: 17px;
	list-style-type: disc; 
	margin: 10px;
	clear: both;}
	
/*--LÄNKAR-------------------------------------------------------------------------------*/

A:link { color: #0000ff; text-decoration: none; font-weight: normal; border-bottom: 1px dotted #333333;} 
A:visited { color: #999999; font-weight: normal; text-decoration: none;} 
A:hover { color: #0000cc; font-weight: normal; text-decoration: none} 
A:active { color: #0000cc; text-decoration: none;} 

/* --BOXAR-------------------------------------------------------------------------------*/

#helbox{
	position: relative;
	width: 850px;
	height: auto;
	padding: 0px;
	margin: auto;
	
	border-top: 1px solid white;    
	border-right: 1px solid white;    
	border-bottom: 1px solid white;   
	border-left: 1px solid white;}

#huvud {
	position: relative;
	width: 850px;
	height: 55px;
	padding: 0px;
	margin: 15px 0px 0px -1px;
	background-image:url('../bilder/bilder/header-bild2.jpg');
	background-repeat: no-repeat;
	
	border-top: 1px solid white;    
	border-right: 1px solid white;     
	border-bottom: 1px solid white;    
	border-left: 1px solid white;}
	
/*--MENYBOXEN OCH TOPP-MENYN--*/

#huvudmeny {
	position: relative;
	width: 850px; 
	height: 20px;
	margin: 5px 0px 0px -1px;
	text-align: left;
	line-height: 20px;
	padding: 0px; 
	list-style-type: none;
	float: left;
	clear: both;
	
	border-top: 1px solid white;    
	border-right: 1px solid white;     
	border-bottom: 1px solid white;    
	border-left: 1px solid white;}
			
		#huvudmeny a {
			margin: -5px 0px 0px 0px;
			padding: 0px; 
			text-decoration: none; 
			height: 15px; 
			border-bottom: 1px dotted #333333;}
			
		#huvudmeny li {
			display: inline; 
			list-style-type: none; 
			margin: 12px;} 

#textbox {
	position: relative;
	text-align: justify;
	float: left;
	width: 650px;
	height: auto;
	padding: 10px;
	margin: 20px 10px 0px 0px;
	clear: both;
	
	border-top: 1px solid white;    
	border-right: 1px solid white;   
	border-bottom: 1px solid white;   
	border-left: 1px solid white;}
	
		
/*--MENYBOXEN OCH SIDO-MENYN--*/

#menybox {
	position: relative;
	float: left; 
	width: 155px;
	height: auto;	
	padding: 5px 5px 5px 5px; 
	text-align: left; 
	margin: 0px 0px 0px 0px;
	background-image:url('../bilder/bilder/gosta3.jpg');
	background-repeat: no-repeat;
	
	border-top: 1px solid white;    
	border-right: 1px solid white;     
	border-bottom: 1px solid white;    
	border-left: 1px solid white;
	list-style-type: none;}
	
		#startmeny { 
			padding: 0px; 
			list-style-type: none;
			background-position: 150px: center;}
		
		#startmeny a { 
			display: block; 
			text-decoration: none; 
			height: 15px; 
			padding: 3px 3px 3px 5px; 
			background: transparent; 
			border: 1px solid #cbd6e5;}

		#startmeny li { 
			list-style-type: none;
			margin: 16px;}


#sidfot {
	clear: both;
	position: relative;
	margin: auto;
	font-family: Verdana;
	font-size: 10px;
	text-align: left; 
	width: 830px; 
	height: 25px;
	padding: 0px;
	
	border-top: 1px solid #cbd6e5;   
	border-right: 1px solid white;    
	border-bottom: 1px solid white;    
	border-left: 1px solid white;}

/* --SLUT--------------------------------------------------------------------------------*/

