/* 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: #FFF url('/css/images/bg_body.gif') repeat-y;
}

h1, h2, h3, h4, h5, h6
{
	font-family: 'Arial', Verdana, Sans-Serif;
	color: #000;
	font-weight: normal;
}

h2
{
	font-size: 24px;
	margin: 0px 0px 4px 0px;
	color: #5D7335;
	font-weight: bold;
}

h3 {
	font-size: 20px;
	color: #5D733F;
	font-family: "Arial", Times, serif;
}
	
h4
{
	font-size: 14px;
	margin: 0px 10px 2px 10px;
	color: #5D733F;
	font-weight: bold;
}



h5 {
	font-size: 12px;
	margin: 0px 0px 2px 0px;
}

h5 a
{
	font-size: 12px;
	margin: 0px 0px 2px 0px;
	color: #FFFFFF;
}

p, span, a
{
	font: 12px 'Arial' , Verdana, Sans-Serif;
	color: #000000;
}
p
{
	margin: 0px 20px 5px 0px;
}
a
{
	color: #AF421E; 
	text-decoration: none;
}
a:hover
{
	color: #5D7335;	
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li {
	margin: 0;
	padding: 0;
}
img {
	border: 0px none;
}




