/* generellt */

body {
	font-family: Georgia, Helvetica, Arial, Verdana, sans-serif;
	background-color:#ffffff;
	background-image: url(grafik/chainbg.gif);
	line-height: 16px;
	font-size : 10px;
	color: #000000;
	text-decoration: none;
	margin: 0;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
		
		
/* länkar */
		
a:link {
	color:#FF9900;
	text-decoration: none;
}

a:visited {
	color:#FF9900;
	text-decoration: none;
}
        
a:hover {
	color: #FF9900;
	text-decoration: none;
}
        
a:active {
	color: #FF9900;
	text-decoration: none;
}
	   
	   
/* text */
	
	
.headline {
	font-family: Georgia, Helvetica, Arial, Verdana, sans-serif;
	font-size : 12px;
	font-weight: bold;
	line-height:20px;
}
       
.fet  {
	font-family: Georgia, Helvetica, Arial, Verdana, sans-serif;
	font-size : 10px;
	font-weight: bold;
	line-height: 16px;
	color: #000000;
}

.linkline {
	line-height: 20px;
}

/* divs */

.content {
	position: absolute;
	top: 20px;
	left: 65px;
	width: 710px;
	float: left;
}

.spacerdiv {
	width: 710px;
	height: 10px;
	float: left;
}

.leftlane {
	width: 400px;
	float: left;
}

.spacerdiv2 {
	width: 30px;
	float: left;
}

.rightlane {
	width: 280px;
	float: left;
}

/* flashstuff */

#flashcontent {
    height: 100%;
}
		
#history {
	display: none;
}
