/****************************************************************************************************
	Reset
****************************************************************************************************/
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{ margin: 0; padding: 0; }
html{ width: 100%; height: 100%; font-size: 100%; }
body{ font-size: 62.5%; }
table{ border-collapse: collapse; border-spacing: 0; }
fieldset,img{ border: 0; }
address,caption,cite,code,dfn,em,strong,th,var{ font-style: normal; font-weight: normal; }
ol,ul { list-style: none; }
caption { text-align: left; }
th { text-align: center; }
h1,h2,h3,h4,h5,h6{ font-size: 100%; }
q:before,q:after{ content:''; }

/****************************************************************************************************
	Format
****************************************************************************************************/

body
{
	font-family: "Trebuchet MS", Helvetica, Arial;
	color: #222222;
}

a:link, a:visited
{
	color: #446AAC;
	font-weight: bold;
	text-decoration: none;
}
	a:hover
	{
		color: #344E97;
	}
	a:focus, a:active
	{
		outline: 0;
	}

a[rel="external"]
{
   padding-right: 1.5em;
   background: transparent url(../img/external.gif) no-repeat center right;
}

a[href=".pdf"][rel="external"]
{
   padding-right: 1.5em;
   background: transparent url(../img/pdf.gif) no-repeat center right;
}

p
{
	font-size: 120%;
	line-height: 160%;
	margin: 1em;
}

b, strong
{
	font-weight: bold;
	color: #446AAC;
}
	b.red, strong.red
	{
		color: #F00005;
	}

i, em
{
	font-style: italic;
	color: #666666;
    font-weight: bolder;
}

/* mitt inlägg */
table
{
font-size: 120%;
font-family: "Trebuchet MS", Helvetica, Arial;
	
    }


    td
{
font-size: 100%;
font-family: "Trebuchet MS", Helvetica, Arial;
	color: #222222;
}


     #blue
{
  font-weight: bolder;
color: #003399;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	color: #2252A1;
}

h1
{
	font-family: "Comic Sans MS", Helvetica, "Trebuchet MS";
	margin: 0 0 .5em 0;
	padding: 0 0 0 1em;
	font-size: 240%;
	line-height: 240%;
	background-image: url(../img/h1.gif);
	background-repeat: no-repeat;
	background-position: left .9em;
	clear: both;
}

h2
{
	font-family: "Comic Sans MS", Helvetica, "Trebuchet MS";
	padding-left: .6em;
	font-size: 200%;
	line-height: 200%;
	background-image: url(../img/hr.gif);
	background-repeat: no-repeat;
	background-position: left 1.4em;
	clear: both;
}

h3
{
	padding-left: .75em;
	font-size: 160%;
	font-weight: bold;
}

h4
{
	padding-left: .85em;
	font-size: 140%;
	font-weight: bold;
}

h5
{
	padding-left: .75em;
	font-size: 160%;
	line-height: 180%;
	font-weight: bold;
	background-image: url(../img/hr.gif);
	background-repeat: no-repeat;
	background-position: left 1.4em;
}

h6
{
	padding-left: .85em;
	font-size: 140%;
	line-height: 180%;
	font-weight: bold;
	background-image: url(../img/hr.gif);
	background-repeat: no-repeat;
	background-position: left 1.4em;
}

br.clear
{
	clear: both;
}

ul, ol
{
	margin: 1em 0 1em 2em;
	list-style: disc inside;
	font-size: 120%;
}

.floatl
{
	float: left;
}

.floatr
{
	float: right;
}

#content .img, #content .imgl, #content .imgc, #content .imgr
{
	padding: 1em;
	background-color: #FFFFFF;
	border: .1em solid #EEEEEE;
}
	#content .imgl
	{
		float: left;
		margin: 0 1em 0 0;
	}
	
	#content .imgc
	{
		position: relative;
		margin: 0px auto;
		margin: 0 1em 0 1em;
	}
	
	#content .imgr
	{
		float: right;
		margin: 0 0 0 1em;
	}

#content .simg, #content .simgl, #content .simgc, #content .simgr
{
	padding: 1em;
	background-color: #FFFFFF;
	border: .1em solid #EEEEEE;
}
	#content .simgl
	{
		float: left;
		margin: 0 .5em .5em 0;
	}

/****************************************************************************************************
	Form
****************************************************************************************************/

form
{
	margin: 2em 0;
}

fieldset br
{
	clear: left;
}
label, input.text
{
	display: block;
	width: 20em;
	float: left;
	margin-bottom: 1em;
}

label
{
	text-align: right;
	width: 10em;
	padding-right: 1em;
	font-size: 120%;
}

input.text, textarea.text
{
	display: block;
	padding: .1em 0 .2em .5em;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #8ABBE0;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 120%;
	color: #222222;
}

textarea.text
{
	border-width: .1em;
}

input.text:focus
{
	border-color: #4D87CE;
	background-image:url(../img/edit.gif);
	background-repeat:no-repeat;
	background-position:right;
}

input.error, input.error:focus, textarea.error, textarea.error:focus
{
	border-color: #FF0000;
	background-image:url(../img/error.gif);
	background-repeat:no-repeat;
	background-position:right;
}

input.submit
{
	background-color: transparent;
	color: #4D87CE;
	font-size: 90%;
	font-weight: bold;
	border: 1px solid #8ABBE0;
	margin-top: 1em;
	padding: .3em 32px .3em 2em;
	background-image:url(../img/menu.gif);
	background-repeat:no-repeat;
	background-position:right;
}
	input.submit:hover
	{
		color: #2A65AD;
		background-image:url(../img/menu_o.gif);
	}

div.error
{
	display: block;
	width: 25em;
	margin: 2em 0 0 10em;
	padding: 1em 2em;
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
}
	div.error h1
	{
		margin: 1em;
		font-size: 100%;
		color: #FF0000;
		font-weight: bold;
	}
	div.error p
	{
		margin: 0;
	}

/****************************************************************************************************
	Sidebar
****************************************************************************************************/
#sidebar ul
{
	list-style: none;
	margin: 0;
}

#sidebar span
{
	margin-right: 1.3em;
}

ul.nav li a
{
	display: block;
	height: 2em;
	background: url(../img/menu.gif) right center no-repeat;
	text-align: right;
	outline: 0;
}
	ul.nav li a span
	{
		font: normal 120%/120% "Comic Sans MS", Helvetica, "Trebuchet MS";
		color: #2252A1;
	}
	ul.nav li a:hover
	{
		background-image: url(../img/menu_o.gif);
		color: #163569;
		outline: 0;
	}
/* ändrad ordn */
ul.nav ul li 
{
	display: block;
	overflow: hidden;
}
ul.nav ul li.active 
{
	display: block;
}

ul.nav ul li a
{
	height: 1em;
	margin-right: 1em;
}
	ul.nav ul li a span
	{
	font-size: 80%;
    color: #003366;
}
/* mitt tillskott under-under lista */
ul.nav ul ul li a span
	{
		font-size: 70%;
        color: #660066;
        margin-right: 1em;
   }
.header
{
	margin-top: 2em;
	margin-bottom: 1em;
}

.news a
{
	display: block;
	width: 100%;
	padding: .5em 0;
	font-family: "Comic Sans MS", Helvetica, "Trebuchet MS";
	font-weight: lighter;
	font-size: 120%;
	line-height: 120%;
	text-align: left;
}

.news a:hover
{
	background-image: url(../img/menu.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

#ads a
{
	position: relative;
	display: block;
	width: 14em;
	height: 10em;
	margin: 1em 0;
	background: #FFFFFF;
	border: .1em solid #EEEEEE;
	text-align: center;
}
	#ads a img
	{
		margin: 1em;
	}

.tip
{
	background-color: #FFFFFF;
	border: 1px solid #647279;
	padding: 1em;
	z-index: 10;
}
