/* Stocksäters IF formatmall */

body {
	margin: 0px;
	padding: 3px;
	background-color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	line-height: 100%;
	}

table { 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 8pt;
	}

#header {	
	width: 960px;
	height: 136px;
	background-color:#ffffff;
	margin: 2px 0px 2px 2px;
	}

#contentarea {
	width: 965px;
	background-color:#ffffff;
	margin: 0px 0px 8px 0px;
	}

#column1 {
	width:160px;
	background-color: #ffff55;
	font-size: 10pt;
	margin: 2px 2px 2px 2px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	float: left;
	}

#column2 {
	width:430px;
	background-color:#ffffff;
	font-size: 8pt;
	margin: 31px 0px 0px 10px;
	float: left;
	}

#column3 {
	width:154px; 
	background-color:#ffffff;
	margin: 31px 0px 0px 2px;
	float: left;
	}

#column4 {
	width:176px; 
	background-color:#ffffff;
	margin: 10px 0px 0px 6px;
	float: left;
	}

#footer {
	width:940px; 
	background-color:#ffff55;
	margin: 0px 2px 0px 2px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	}

h1 {
	background-color: #05cef7;
	color: #000000;
	font-size: 10pt;
	line-height: 100%;
	}

h2 {
	background-color: #ffff00;
	color: #000000;
	font-size: 12pt;
	line-height: 150%;
	}

h3 {
	background-color: #228b22;
	color: white;
	font-size: 10pt;
	line-height: 150%;
	}
	
hr {
	margin-left: 0px;
	height: 1px;
	width: 100%;
	}

.rubrik22 {
	background-color: #ffffff;
	color: #000000;
	font-size: 22pt;
	line-height: 150%;
	}

.rubrik16 {
	background-color: #ffffff;
	color: #000000;
	font-size: 16pt;
	line-height: 150%;
	}

.rubrik14 {
	background-color: #ffffff;
	color: #000000;
	font-size: 14pt;
	line-height: 150%;
	}

.rubrik12 {
	background-color: #ffffff;
	color: #000000;
	font-size: 12pt;
	line-height: 150%;
	}

.rubrik10 {
	background-color: #ffffff;
	color: #000000;
	font-size: 10pt;
	line-height: 100%;
	}

.rubrik10green {
	background-color: #228b22;
	color: white;
	font-size: 10pt;
	line-height: 150%;
	text-decoration: none;
	}

.text10green {
	background-color: #ffffff;
	color: #228b22;
	font-size: 10pt;
	font-weight: bold;
	line-height: 150%;
	text-decoration: none;
	}

.text8 {
	background-color: #ffffff;
	color: #000000;
	font-size: 8pt;
	}

.menytext a {
	font-family: verdana, arial, helvetica, sans-serif;
	}
.menytext a:hover {
	color: #228b22;
	font-weight: bold;
	}
.citat {
	background-color: #228b22;
	color: white;
	font-size: 10pt;
	font-weight: bold;
	line-height: 150%;
	}
	
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

/*.clearfix {display: inline-block;} /* en fix för IE Mac */
/* härnäst en fix för den fruktade Guillotine-buggen i IE6 */
/* Gömmer för IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* Slut på gömning för IE-mac */
/* slut på "ingen-extra-kod"-metoden för friläggning (clearing) */

