@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 12px;
	line-height: 13px;
}

/* Bild tagg (img) */

img
{
	border: none;
}

h1{
	font-size:20px;
	margin-bottom: 16px;
	margin-top: 0px;
	padding:0px;
	font-weight: normal;
	line-height:24px;
	}

h2{
	margin-bottom: 20px;
	margin-top: 0px;
	padding:0px;
	font-weight: normal;
	color: #dc2b18;
	font-size: 18px;
	line-height: 20px;
	}

p{
	margin-top:0px;
	margin-bottom:8px;
	font-size: 12px;
	
	}

a:link{
	color:#dc2b18;
	text-decoration: none;
	}
	
a:visited{
	color:#dc2b18;
	text-decoration: none;
	}	

a:hover{
	color:#8b1a0e;
	text-decoration: none;
	}	
	
a:active{
	color:#dc2b18;
	text-decoration: none;
	}		

#container {
	padding-top:20px;
	width: 885px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header { 
	background: #FFF; 
	margin-bottom: 20px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#navcontainer
{

	float: right;
	margin-top: 36px;
	}

#navlist li
{
display: inline;
list-style-type: none;
padding-left: 12px;
}

#navlist li img
{
	border: none;
}


#mainContent {
	
}

/* Startsidan */
.PuffBox
{
	width:219px;
	height:273px;
	background-color:#dc2b18;
	float:left;
	margin-right: 3px;
	}
	
.PuffBox_last
{
	width:219px;
	height:273px;
	background-color:#dc2b18;
	float:left;
	
	}
	
#left_box
{
	width:428px;
	margin-top: 24px;
	float: left;
	}

#right_box
{
	width:428px;
	float:right;
	margin-left:28px;
	}



.roundcont {
	width: 428px;
	margin-top: 23px;
	color: #000;
}


.roundtop { 
	background: url(/images/tr.gif) no-repeat top right; 	visibility:hidden;
}

.roundbottom {
	background: url(/images/br.gif) no-repeat top right; visibility:hidden;
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

/* Subpage */

#subpage_leftcolumn
{
	width:209px;
	float: left;
	}

#sub_navlist
{
padding-left:17px;
margin-left: 0;
width: 190px;
}

#sub_navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
}

#sub_navlist li a { text-decoration: none; color:#999; }

#sub_active a:link, #sub_active a:visited, #sub_active a:hover
{
text-decoration: none; color:#dc2b18;
}

#subpage_rightcolumn
{
	
	margin-left:215px;

	}

#subpage_rightcolumn h1
{
	color: #dc2b18;
	font-size:22px;
	margin-top:20px;
	}

.sub_whole
{
	float: left;
	width:620px; 
	margin-right: 46px;
	}

.sub_left
{
	float: left;
	width:310px;
	margin-right: 46px;
	}

.sub_right
{

	float:left;
	width:310px;
	}

.sub_bottom
{
	 clear: both;
	 height:20px;
	}

.left
{
	float: left;
	}

.right
{

	float:right;
	}

#footer { 
	margin-bottom: 10px;
	padding-top: 0px;
	margin-top:20px;
	border-top: solid #c4c4c4 3px;
	font-size: 11px;
	height:16px;
} 


/* Kontakt forumlär */

label
{
	width: 50px;
	float: left;
	/* text-align: right; */
	margin-right: 1em;
	display: block 
}



input
{
	width: 186px;
}


fieldset
{
	width: 310px;
}

legend
{
	font-weight: bold;
	padding: 2px 6px
} 
 /* Checkbox fälten - start */

.cbox
{
	width: 310px;
	display: block ;

}

.cbox  label
{
	width: 100px;
/*	float: left;
	text-align: right; 
	margin-right: 1em;
	display: block */

}
.cbox input
{
	 width: 18px;
	float: left; 

}
/* Checkbox fälten - stopp */


fieldset
{
	width: 310px;
}

legend
{
	font-weight: bold;
	padding: 2px 6px
} 



.submit input
{
	margin-left: 4.5em;
	width: 70px;
	float: right;
} 













































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
