a:link
{
	color: rgb(65, 105, 225);
	background-color: inherit;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
a:visited
{
	color: rgb(70,130,180);
	background-color: inherit;
	text-decoration:none;
}
a:visited:hover
{
	color: rgb(70,130,180);
	background-color: inherit;
	text-decoration:underline;
}
a:active 
{
	color: #CC0000;
	background-color: inherit;
	text-decoration:none;
}
a:active:hover
{
	text-decoration:underline;
}

body
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 10pt;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: rgb(255, 250, 205);
	color: black;
}

div.blockquote
{
  padding-left: 10px;
}

h1
{
	color: rgb(65, 105, 225);
	background-color: inherit;
	font-size: 15pt;
	font-weight: normal;
	margin-top: 18pt;
}
h2
{
	color: rgb(0,160,0);
	background-color: inherit;
	font-size: 12pt;
	font-weight: normal;
}
h3
{
	color: #009900;
	background-color: inherit;
	font-size: 12pt;
	font-weight: normal;
}
h4
{
	font-size: 11pt;
	font-weight: normal;
}
	
img
{
 	 margin-right: 1em;
	 margin-bottom: 1em;
	 border: 0;
}

img.icon
{
   margin-top: 0px;
	 margin-right: 15px; 
	 margin-bottom: 0px;
	 margin-left: 0px;
	 float: left;
}

img.thumbnail
{
	 margin-left: 1em;
	 margin-top: 1em;
	 margin-right: 0em;
	 margin-bottom: 1em;
}

div.thumbnail
{
	float: right;
	text-align: right;
}

li
{
  margin-top: 3px;
}

span.emphasis
{
  font-weight: bold;
}

#links {
	font-size: 8pt;
	background: rgb(34,139,34) url(images/tab/grad.bmp) repeat center bottom;
	color: rgb(255, 250, 230);
	font-weight: bold;
	float: left;
	width: 100%;
	line-height: 25px;
	text-align: center;
}

#links ul {
	padding-right: 0px;
	padding-left: 5%; /* från vänsterkant till första flik*/
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	list-style-type: none;
}

#links LI {
	padding-right: 0px;
	padding-left: 25px;	 /*tabstarts bredd*/
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	float: left;
	/*background: url(images/tab/tabstart_25.bmp) no-repeat left top;*/
	/*width: 15%;*/ 
}

#links A {
	color: rgb(255, 250, 230);
	background-color: inherit;
}

#links div.link {
  padding-right: 26px;
  padding-left: 1px;
}

#links #current {
	background-image: url(images/tab/tabstart_current25.bmp);
	background-color: rgb(255, 216, 4);
}

#links #current A {
	color: rgb(0,160,0);
	background-color: inherit;
}

#links #current div.link {
	background: url(images/tab/tabstop_current25.bmp) no-repeat right top;
}

#header {
	font-family: "comic sans ms", arial, verdana, helvetica, sans-serif;
	color: rgb(65, 105, 225); /*0 0 205*/
	background-color: rgb(255,250,205);
	font-size: 18pt;
	font-weight: normal;
	letter-spacing: 0.05cm;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 5%;
	padding-right: 0px;
	margin: 0px 0px 0px 0px;
	width: 95%;
	/*text-align: center;*/
}

#main {
	padding-top: 30px;
	padding-left: 5%;
	padding-right: 10%;
	padding-bottom: 20px;
	vertical-align: middle;
	height: 100%;
	/*width: 95%;*/
}

#footer {
	padding-left: 5%;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 9pt;
	border-top-style: ridge;
	border-top-color: rgb(255, 255, 255);
	border-top-width: 1px;
	width: 95%;
	clear: right;
}
