/* Fix för peekaboo-bugg i IE6 */
* html .ieFix{
	height: 0.01%;
}
/* meyer reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
/*table, caption, tbody, tfoot, thead, tr, th, td */

        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-weight: inherit;
        font-style: inherit;
        font-size: 100%;
        font-family: inherit;
        vertical-align: baseline;
}
body
{
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* Detta gör bas-fontstorleken till 10px */
	background: #E4E4E4;
}

h1, h2, h3, h4, h5, h6
{
	font-family: 'Verdana', Arial, Sans-Serif;
	color: #000;
}

h2
{
	font-size: 1.8em;
	margin: 0px 0px 4px 0px;
	font-family: 'Trebuchet MS', Arial, Sans-Serif;
	color: #BC0011; 
}
h3 {
	font-size: 1.4em;
	margin: 0px 0px 2px 0px;
	font-family: 'Trebuchet MS', Arial, Sans-Serif;
	color: #E39B30;
	font-weight: bold;
}
h4
{
	font-size: 1.2em;
	margin: 15px;
	height: 22px;
	font-family: 'Trebuchet MS', Arial, Sans-Serif;
	border-bottom: solid 2px #D16C00;
	color: #0B0B0B;
	font-weight: bold;
	display: block;
	background: url(Images/bg_h4.jpg) top right;
	background-repeat: no-repeat; 
}


h5 {
	font-size: 1.2em;
	margin: 0px;
	padding: 10px;
	color: #0B0B0B;
}


h5 a
{
	font-size: 1.1em;
	margin: 0px;
	padding: 10px;
	color: #0B0B0B;
}	


p, span, a
{
	font: 1.3em/1.2em 'Trebuchet MS' , Arial, Sans-Serif;
	color: #000;
}


.puffar
{
	margin: 0px 15px 15px 15px;
	font: 1.2em/1.2em 'Trebuchet MS' , Arial, Sans-Serif;
}	


a
{
	color: #eb6000;
	text-decoration: none;
	font-size: 1em;
}
a:hover
{
	color: #fc8f43;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li {
	margin: 0;
	padding: 0;
}
img {
	border: 0px none;
}




