/* 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-size: 100%;
        vertical-align: baseline;
}
body
{
	margin: 0;
	padding: 0;
	font-size: 10px; /* Detta gör bas-fontstorleken till 10px */
	background: #fff url(images/bg_body.jpg) repeat-x;
}

h1, h2, h3, h4, h5, h6
{
	font-family: 'Century Gothic', Futura, Arial, sans-serif;
	color: #000;
}

h2
{
	font-size: 25px;
	margin: 0px 0px 8px 0px;
	color: #f27b23;
}
h3 
{
	font-size: 16px;
	font-weight: normal;
	padding: 10px 0px 2px 0px;
	color: #f27b23;
}
h4
{
	font-family: 'Arial', Helvetica, Sans-Serif;
	font-size: 13px;
	margin: 0px 0px 2px 0px;
}
h5 
{
	font-family: 'Arial', Helvetica, Sans-Serif;
	font-size: 13px;
	margin: 0px 0px 2px 0px;
	color: #f27b23;
}

p, span, a
{
	color: #000;
	font-family: 'Arial', Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 13px;
}
p
{
	margin: 0px 0px 10px 0px;
}
.bold
{
	font-weight: bold;
}
a
{
	color: #f88000;
	text-decoration: none;
}
a:hover
{
	color: #000000;	
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li {
	margin: 0;
	padding: 0;
}
img {
	border: 0px none;
}




