@charset "utf-8";
/* CSS Document */


body {
	line-height: 1.3em;
	color: #333;
	background: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
}

a {
	color:#333;
	text-decoration:underline;
}

/*
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   font-style:italic;
}
*/

#content a[href^="/"]:after {
  content: " (http://www.bastaonline.se" attr(href) ") ";
   font-size: 80%;
   font-style:italic;
  }


img {
	border:0;
}

p {
	/* page-break-after: */
}

address {
	font-style:normal;
}

ol, ul {
	list-style: none;
}

#logotype {
	margin-bottom:20px;	
}
#lifeLogo {
	margin-bottom:20px;
	float:right;
}

#byLine {
	width:250px;
}


#formLogin,
#formSearch,
#containerNavigation,
#containerSubnavigation,
#containerGraphic,
#sideBar,
#selectLanguage,
.formSearch,
.btnBack,
.btnGeneral,
.createExcel,
.backLink,
.importProduct,
.newProduct,
.createProduct,
.deleteProduct,
.markAll,
.printResult,
.printSelected,
.selectAll,
.noPrint,
#ExternalLinkPanel {
	display:none;
}

#containerFooter {
	border-top: solid 1px #505050;
	padding-top:10px;
	line-height:15px;
	margin-top:30px;
	text-align:right;
}
	
#containerFooter address {
	display:inline;
	float:left;
}

#byline {
	position:absolute;
	top:42px;
	left:135px;
	font: normal 20px arial;
	color:#777;
}
