/* generellt */

body {
	font-family: Courier, 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:#000000;
	text-decoration: none;
}

a:visited {
	color:#000000;
	text-decoration: none;
}
        
a:hover {
	color: red;
	text-decoration: none;
}
        
a:active {
	color: #000000;
	text-decoration: none;
}

.active a:link {
	color:#c0c0c0;
	text-decoration: none;
}

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



.linkTable{
width: 100%;
}

.left {
text-align: left;
width: 33%;
}

.center {
text-align: center;
width: 33%;
}

.right {
text-align: right;
width: 33%;
}

/* divs */

.menuItemDiv {
	float:left;
	width: 25px;
	height: 509px;
	
}

.contentDiv {
	float:left;
	width: 677px;
	height: 509px;
	
}

.albumRightDiv {
	float:left;
	width: 449px;
	height: 489px;
	margin-top: 10px;
	margin-bottom: 10px;
	
}

.albumLeftDiv {
	float:left;
	width: 203px;
	height: 489px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 25px;	
}

.otherRightDiv {
	float:left;
	width: 327px;
	height: 489px;
	margin-top: 10px;
	margin-bottom: 10px;
	
}

.otherLeftDiv {
	float:left;
	width: 325px;
	height: 489px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 25px;	
}
