﻿html, body {
	margin:0; 
	padding:0; 
	text-align:center;
	font-family:"Trebuchet MS", Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size:0.9em;
	color:#666666;
	background-color:#1F9C5A;
	line-height:150%;
	background-position:center 0%;
	background-image:url('/images/bkg.jpg');
	background-repeat:repeat-y;
}

.linje {
	margin-top:5px;
	padding:0px;
	height:1px;
	border-top:1px dotted #CCCCCC;
	overflow:hidden;
}

.fotoalbum {
	border:1px #000000 solid;
	margin:1px;
}

th {
	padding:2px;
	background-color:#F5F5F5;
}

td {
	padding:2px;
}
 
#sidbredd {
	width:980px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;
	background:url('/images/bkg.gif');
	border-left:1px #999999 solid;
	border-right:1px #999999 solid;
	border-bottom:1px #999999 solid;
} 
 
#topp {
	position:relative; 
	height:130px; 
	background:url('/images/logga.jpg');
	width:100%;
} 

#leftcol, #rightcol, #maincol {	
	padding:0px 10px 40px 10px;
}

#leftcol {
	width:175px; 
	float:left; 
	position:relative; 
}
 
#twocols {
	width:785px; 
	float:right; 
	position:relative; 
}
 
#rightcol {
	width:190px; 
	float:right; 
	position:relative; 
 }
 
#maincol { 
	float:left; 
	display:inline; 
	position:relative; 
	width:555px; 
}
 
#sidfot {
	text-align:center;
	padding:0px 0px 10px 0px;
	clear:both;
}



/* ------------------------------------------------------*/
/* PLUGGINSTALLNINGAR */
.pluggar {
	margin-bottom:20px;
}

.pluggar_topp {
	padding:0px 5px 0px 5px;
	font-weight:bold;
	color:#FFFFFF;
}

.pluggar_innehall {
	border-left:1px #CCCCCC solid;
	border-right:1px #CCCCCC solid;
	border-bottom:1px #CCCCCC solid;
	padding:5px 5px 0px 5px;
}
/* PLUGGINSTALLNINGAR */
/* ------------------------------------------------------*/




/* ------------------------------------------------------*/
/* SIDOPLUGGAR */
.pluggar_topp {
	background:url('/images/pluggtopp_gron.jpg');
}

.pluggar_innehall {
	background-color:#F5F5F5;
}
/* SIDOPLUGGAR */
/* ------------------------------------------------------*/
 

 
 /* *** Float containers fix: *** */ 
:after.clearfix {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
 
.clearfix {
	display:inline-block;
}

/* Visas ej i IE-mac \*/
* html .clearfix {
	height:1%;
}

.clearfix {
	display:block;
}
/* VIsas ej i IE-mac */  


 
/* Utskrift */ 
@media print{ 
/* Visar ej vanster kolumn vid utskrift */ 
#leftcol {
	display:none;
}

/* Visar hoger kolumn vid utskrift */ 
#rightcol {
	display:none;
} 

#twocols, #maincol {
	width:100%;
	float:none;
}
}
