/*--- general ---*/
body {
	color: #000;
	font-family: san-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	background: #FFF;
	background-image: none;
}
a { color : #345161; text-decoration: underline;  }
a:hover { color: #FF9900}
table { 
	width:auto;
	font-family: san-serif;
}
tr { 	background: #FFF; }
th { 
	background: silver; 
	color:#000; 
}
td { 
	border:1px solid #666;
}
/*---------------------------------------------------------------------- LAYOUT---*/
#all {
	width: auto;
	margin: 0;
	border:0;
	text-align: left; /* IE5.X workaround */
}
#header {
	display: none;
}
.logoprint {
	display: block;
}
#adresa {	
	color: #000;
	background: none;
	border-bottom: 1px solid #000; 
}
#content {	
	background: none;
}
#left {	
	display: none;
}
#right {	
	float: right;
	width: auto;
}
#footer {	
	width: auto; 
	padding:0;
	border-top: 1px solid #000; 
	background: none;
} 





