@charset "UTF-8";
/* CSS Document */




/* 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;
}
/* remember to define focus styles! */
:focus {
        outline: 0;
}
body {
        line-height: 1;
}
#ol, ul {
        list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup 
/*table {
        border-collapse: separate;
        border-spacing: 0;
}
caption, th, td {
        text-align: left;
        font-weight: normal;
}*/
blockquote:before, blockquote:after,
q:before, q:after {
        content: "";
}
blockquote, q {
        quotes: "" "";
}
/* end meyer reset */


body
{
	font-size: 62.5%; /* Detta gör bas-fontstorleken till 10px */
	background-image: url(img/bg_body.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: 'Helvetica' ,Arial ,Sans-Serif;
	
}

h1, h2, h3, h4, h5, h6
{

	
}

h1
{
	font-size: 23px;
	color: #FFCC00;
	font-family: 'Trebuchet MS' , Arial, Sans-Serif; 
	margin: 0px 0px 10px 0px;
}

h2 {
	color: #71695a;
	font-size: 25px;
	font-family: 'Helvetica' , Arial, Sans-Serif;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	
}	


h3 {
	font-size: 18px;
	color: #71695a;
	font-family: 'Helvetica' ,Arial ,Sans-Serif;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

h4 {
	font-size: 10px;
	color: #FFFFFF;
	margin: 10px 0px 5px 0px;
	font-family: 'Helvetica' ,Arial ,Sans-Serif;

}	



h4 a {
	list-style-type: none;
	text-decoration: none;
	color: #FFCC00;
}	

h4 a:hover {
	list-style-type: none;
	text-decoration: none;
	color: #FFFFFF;
}	

.right {
	float: right;
	margin-top: -20px;
}	

h5	{
	font-size: 10px;
	color: #000000;
	margin: 0px 0px 5px 0px;
	font-family: 'Helvetica' ,Arial ,Sans-Serif;
	
}


h5 a	{
	font-size: 10px;
	color: #FF9900;
	margin: 0px 0px 5px 0px;
	font-family: 'Helvetica' ,Arial ,Sans-Serif;
	
}


h5 a:hover	{
	font-size: 10px;
	color: #000000;
	margin: 0px 0px 5px 0px;
	font-family: 'Helvetica' ,Arial ,Sans-Serif;
	
}

p, span, legend
{
	margin: 0;
	font-family: 'Helvetica' ,Arial , Sans-Serif;
	color: #333333;
	font-size: 120%;
	line-height: 150%;
	
}

p a
{
	list-style-type: none;
	color: #050a44;
	text-decoration: none;
}	


p a:hover
{
	list-style-type: none;
	color: #FFCC00;
	text-decoration: none;
}	


a {
	
}


ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	
}

li {
	list-style-type: none;	
	
}

div, img, ul, li, fieldset, form {
	margin: 0 ;
}

html {
	margin: 0;
	padding: 0;
}	 


img {
	border: 0px none;
	margin: 0px 0px 0px 40px;
	float: right;
}


.bold
{
font-weight: bolder;
}

