/* Glanshammar 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: 928px;
	height: 116px;
	background-color:#ffffff;
	margin: 2px 0px 0px 2px;
	}

#contentarea {
	width: 940px;
	background-color:#ffffff;
	}

#column1 {
	width:170px;
	background-color: #ffff77;
	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:550px;
	background-color:#ffffff;
	font-size: 8pt;
	margin: 31px 2px 0px 10px;
	float: left;
	}

#column3 {
	width:180px; 
	background-color:#ffffff;
	margin: 31px 0px 0px 12px;
	float: left;
	}

#footer {
	width:924px; 
	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 {
	color: #000000;
	font-size: 12pt;
	line-height: 100%;
	}
	
h2 {
	color: #000000;
	font-size: 10pt;
	line-height: 100%;
	}

.text10 {
	background-color: #ffffff;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	}
	
.text12 {
	background-color: #ffffff;
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
	}

.text a:hover {
	color: #ff0000;
	text-decoration: none;
	font-size: 11px;
	}

a:link {
	text-decoration: none;
	}

a:visited {
	text-decoration: none;
	}

a:active {
	text-decoration: none;
	}

a:hover {
	text-decoration: none;
	background: #ffff00;
	}
	
.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) */
