/* Fix för peekaboo-bugg i IE6 */
* html .ieFix{
	height: 0.01%;
}

body
{
	margin: 0;
	padding: 0;
	background: #9A1509 url('/css/images/bg_body.gif') repeat-x;
	font-family: 'Trebuchet ms', Arial;
	font-size: 75%; /* Detta gör bas-fontstorleken till 10px */
	line-height:1.5em;
	color: #000;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0;
	color:#C5102D;
}
h1
{
	font-size:2.5em;
	line-height:1;
	margin: 0.3em 0 0.2em 0;
}
h2
{
	font-size:2.3em;
	font-weight: normal;
	line-height:1;
	margin: 0.3em 0 0.2em 0;
}
h3 {
	font-size:1.7em;
	font-weight: normal;
	line-height:1;
	margin: 0.3em 0 0.2em 0;
}
h4 {
	font-size:1.2em;
}
h5 {
	font-size:1.1em;
}

p, span, legend
{
	margin: 0.1em 0 1em 0;
}
a
{
	color: #da7700;
	text-decoration: none;
}
a:hover
{
	color: #eda146;	
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
li {
	
}
div, img, ul, li, fieldset, form {
	margin: 0 ;
}
img {
	border: 0px none;
}




