html,body {
	height:100%; /* needed for container min-height */
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 0.83em;
	line-height: 160%;
	font-weight: normal;
	color: #000;
	text-align: left;
	background-color: #424242;
}

* {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*/

a {
	color: #bf001c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

.rubrik {
	padding: 20px 0 15px 0;
}

.rubrik_start {
	padding: 0 0 5px 0;
}

.space {
	float: left;
}

.space_150 {
	width: 150px;
	float: left;
}

#mainwrap {
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: url(../img/bg_contentarea3.gif) repeat-y 20px top;
}


#contentarea {
	width: 935px;
	min-height: 100px;
	float: right;
	padding: 0;
}


/*Top*/
#top {
	width: 915px;
	height: 60px;
	padding: 0 0 0 20px;
	float: left;
	background: #424242 url(../img/logga_rinkside.gif) no-repeat 850px 7px;

}


/*Navigering*/

#meny a {
	height: 25px;
	width: auto;
	padding: 3px 20px 0 20px;
	margin: 32px 4px 0 0;
	float: left;
	font-size: 10px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	background-color: #fff;
}

#meny a:hover {
	color: #bf001c;
	background: url(../img/bg_nav.gif) repeat-x left top;
}

#meny a:active {
	color: #bf001c;
	background: url(../img/bg_nav.gif) repeat-x left top;
}

#meny_on  {
	height: 25px;
	width: auto;
	padding: 3px 20px 0 20px;
	margin: 32px 4px 0 0;
	float: left;
	font-size: 10px;
	color: #bf001c;
	text-decoration: none;
	font-weight: bold;
	background: url(../img/bg_nav.gif) repeat-x left top;
}

#meny_on a:hover {
	color: #bf001c;
	text-decoration: none;
	background: url(../img/bg_nav.gif) repeat-x left top;
}


/*Content*/

#content {
	width: 935px;
	min-height: 510px;
	float: left;
	padding: 0;
}

#flash {
	width: 925px;
	height: 314px;
	float: left;
	margin: 5px 0 10px 5px;
	background-color:#fff;
}

#left_start {
	width: 390px;
	float: left;
	margin: 5px 0 0 20px;
	padding: 0;
}

#left {
	width: 390px;
	min-height: 105px;
	float: left;
	margin: 5px 0 0 20px;
	padding: 0;
}

#right {
	width: 498px;
	min-height: 105px;
	float: right;
	margin: 5px 5px 0 0;
	padding: 0;
}

#img {
	float: right;
	margin: 0 0 15px 0;
	padding: 0;
}

/*Puffar*/

#concept {
	height: 62px;
	width: 238px;
	float: left;
	padding: 0;
}

#news {
	height: 155px;
	width: 240px;
	float: right;
	padding: 18px 0 0 0;
	background: url(../img/puff_news.gif) no-repeat left top;
}

#history {
	height: 83px;
	width: 238px;
	float: left;
	margin: 15px 0 0 0;
	padding: 0;
}

.news {
	height: 40px;
	width: 233px;
	padding: 0;
	float: left;
	font-size: 1.0em;
	line-height: 125%;
}

.news a {
	color: #5b5b5b;
	text-decoration: none;
}

.news a:hover {
	color: #bf001c;
	text-decoration: none;
}

#line {
	height: 11px;
	width: 233px;
	padding: 0;
	float: left;
	background: url(../img/bg_dot.gif) repeat-x left 6px;
}



/*Footer*/
#footer {
	width: 915px;
	height: 49px;
	float: left;
	margin: 10px 0 0 0;
	padding: 10px 0 0 40px;
	font-size: 0.9em;
	background: url(../img/bg_footer.gif) no-repeat left top;
}

