body {
	font-family: Geneva, Verdana;
	font-size: 11px;
	line-height: 14px;
	font-weight: 300;
	margin-top: 0px;
	margin-left: 0px;
}

/* marginal för samtliga rubriker utom h3, som är speciell...*/
h1,h2,h4{
	margin-left:14px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: normal;
	line-height: 26px;
	font-weight: bold;
	color: #333333;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:16px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
	margin-left: inherit;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: oblique;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

/* den speciella h3. Använd den som man använder avsnittsrubriker. h4 är en mindre rubbe, typ mellanrubrik. */
h3 {
	font-family: Geneva, Verdana;
	font-size: 18px;
	font-style: italic;
	background-color: rgb(200,200,200);
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	color:rgb(100,100,100);
	border-bottom:solid;
	border-bottom-width:1px;
	border-top:solid;
	border-top-width:1px;
	border-bottom-color:rgb(80,80,80);
}


/*vanlig paragraph följer 14 px-marginalen */
p {
	width:auto;
	margin-left:14px;
}

table {
	font-family: Geneva, Verdana;
	font-size: 9px;
	line-height: 12px;
	font-weight: 300;
}
.citat {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: oblique;
	line-height: 18px;
	font-weight: 500;
	color: rgb(200,200,200);
	background-color: rgb(80,80,80);
	padding: 5px 60px;
	margin: 0px;
}

b {
	font-weight: 200;
}
strong {
	font-weight: 500;
	letter-spacing: 0.1em;
}

.center {
	text-align: center;
}

/* ers?ttare f&ouml;r tabeller*/
/* se hur det ?r l?st p? main.html*/
div.float {
  float: left;
   width:100px;
  }
  
div.float p {
   text-align: center;
   } 
   
div.container {
  border: 2px dashed #333;
  background-color: #ffe;
  margin-left:20px;
  } 
  
div.spacer {
  clear: both;
  } 
  
 em {
	font-style: oblique;
	font-weight: 500;
}


.bold {
	font-weight: bold;
	}
	
.italic {
	font-style: italic;
}
.right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: oblique;
	color: #663300;
	background-color: #FFFFCC;
	font-weight: 600;
	text-align: right;
	margin: 0px;
}
.underline {
	text-decoration: underline;
}
.navstring {
	color:rgb(80,80,80);
	text-align: left;
	margin:0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #68608F;
	padding-left: 14px;
	background-color: rgb(170,170,170);
	padding-right: 5px;
	width: auto;
}
.topframe-height {
	height: 26px;
}

th {
	font-size: 12px;
	color:#E4E0FF;
	background-color:#006600;	
}

td.green {
	font-size: 12px;
	color:#E4E0FF;
	background-color:#3D9341;
}

td {
	padding:2px;
}

caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 900;
}

ul.float {
	background-color: #CCC;
	float:left;
	width:10 em;
}



/*
||||| navigationsbanner b?rjar |||||
Flyter p? sidan (fungerar ung. som en topframe) utom i IE. Inst?llningar f?r b?de ram, bredd, stycken och l?nkar */
div.navbanner {
  position:absolute;
  left:auto;
  right:0px;  
  width: 120px;
  border: 1px #CC9933 solid;
  margin: -1px;
  padding: 0.5em;
  background-color:#FFFFCC
}
/* fix f?r IE, som inte st?djer fixed position. Andra browsers fattar den h?r och d?rmed
blir positionen ?ndrad till fixed f?r navbanner-klassen i dem. I IE blir det bara vanlig absolute (fast p? sidan)*/ 
body>div.navbanner, body>div.navstring {position: fixed}

div.navbanner a:link {
  text-decoration:none;
  margin:0px auto;
  font-style:oblique;
  color:#336600
  }
  
  div.navbanner a:visited {
  text-decoration:none;
  color:#333333
  }
  
div.navbanner a:hover, a:hover {
  text-decoration:overline underline;
  background-color:#DEB65F  }
  
div.navbanner a {
  display:block;
  }

ol li {
	margin-bottom: 12px;
}  
  /* ||||| navigationsbanner slutar ||||| */
  
.intro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	color: rgb(128,128,128);
	background-color: rgb(230,230,230);
	text-align: left;
	margin-left: 11px;
	padding: 5px;
}

