html,body {
	height:100%; /* needed for container min-height */
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, Verdana, Arial, Helvetica;
	font-size: 0.85em;
	line-height: 140%;
	font-weight: normal;
	color: #fff;
	text-align: left;
	background: #3f3f3f url(../img/bg.jpg) repeat-x center top;
}

* {margin: 0; padding: 0;}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-table;}
/* Hack med bakåtlutat streck döljer för IE Mac\*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* Slut på hack med bakåtlutat streck*/

#mainwrap {
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;

}

#contentarea {
	width: 900px;
	float: left;
	padding: 0;
	margin: 0;
	background: #1e1e1e;
}

h1 {
	margin: 1px 0 10px 0;
	clear: right;
	font-size: 2.5em;
	font-weight: normal;
	line-height: 1.1em;
}

h2 {
	margin: 0 0 10px 0;
	clear: right;
	font-size: 1.3em;
	font-weight: bold;
	color: #0070bb;
	line-height: 1.1em;
}


img {
	border: 0;
}

.clearthefloats {
	clear: both;
}


.img_right {
	padding: 0 0 15px 15px;
	clear: both;
	float: right;
}

.img_left {
	padding: 0 15px 0 15px;
	float: left;
}

.youtube {
	padding: 0 15px 15px 0;
	float: left;
}

a {
	color: #e00b0d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Top */
#top {
	width: 900px;
	height: 50px;
	padding: 0;
	margin: 0;
	float: left;
	background: url(../img/bg_top.jpg) fixed repeat-x center top;
}

.logo {
	padding: 9px 0 0 35px;
	margin: 0;
	float: left;
}

/*Top img*/
#top_flash {
	width: 900px;
	height: 285px;
	padding: 0;
	margin: 0;
	float: left;
	background: #000;
}


/* Nav */
#nav {
	width: 900px;
	height: 37px;
	padding: 0;
	margin: 0;
	float: left;
	background: url(../img/bg_nav.jpg) repeat-x center top;
}

.nav_off a {
	padding: 11px 35px 0 35px;
	margin: 0;
	float: left;
	font-family: Georgia, Verdana, Arial, Helvetica;
	font-size: 0.95em;
	text-decoration: none;
	color: #d1d1d1;
}

.nav_on {
	height: 26px;
	padding: 11px 35px 0 35px;
	margin: 0;
	float: left;
	color: #e00b0d;
	font-size: 0.95em;
	text-decoration: none;
	background: url(../img/bg_nav_on.jpg) repeat-x center top;
}


.nav_off a:hover {
	height: 26px;
	padding: 11px 35px 0 35px;
	margin: 0;
	float: left;
	color: #e00b0d;
	font-size: 0.95em;
	text-decoration: none;
	background: url(../img/bg_nav_on.jpg) repeat-x center top;
}

.distance {
	height: 35px;
	width: 1px;
	padding: 0;
	margin: 2px 0 0 0;
	float: left;
	background: url(../img/distance.png) repeat-x center top;
}



/*Content*/
#main {
	width: 500px;
	float: left;
	padding: 0 0 20px 0;
	margin: 25px 0 0 35px;
}

.text_split {
	padding: 0;
	margin: 0 30px 0 0;
	float: left;
}

.text_split2 {
	padding: 0;
	margin: 0 7px 0 0;
	float: left;
}

.text_split3 {
	padding: 0;
	margin: 0;
	float: left;
}


.news_line {
	margin: 20px 0 20px 0;
	height: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #4c4c4c;
	clear: both;
}


/*Right*/
#right {
	width: 320px;
	padding: 0 0 20px 0;
	margin: 25px 0 0 0;
	float: right;
}

.puff_rub {
	padding: 0;
	margin: 0;
	float: left;
}

.puff {
	padding: 0;
	margin: 0 0 10px 0;
	float: left;
}

.puff_text {
	padding: 0;
	margin: 10px 0 10px 15px;
	float: left;
}

.puff_black {
	width: 300px;
	padding: 0;
	margin: 0 0 10px 0;
	float: left;
	background-color:#000;
}

.puff_gray {
	width: 300px;
	padding: 0;
	margin: 0 0 10px 0;
	float: left;
	background-color:#474747;
}



/*Formulär*/

.form_text {
	font-family: Verdana, Arial, Helvetica;
	font-size: 1.0em;
}

.form_knapp {
	font-family: Verdana, Arial, Helvetica;
	font-size: 1.0em;
	color: #bf4e0d;
}
/* Footer */
#footer {
	width: 865px;
	height: 42px;
	float: left;
	padding: 20px 0 0 35px;
	margin: 0;
	font-size: 0.95em;
	color:#999;
	background: url(../img/bg_footer.png) repeat-x center top;
}
