@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.beast.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;
}

#formLogin,
#formSearch,
#containerNavigation,
#containerSubnavigation,
.noPrint {
	display:none;
}

#containerFooter {
	border-top: solid 1px #505050;
	padding-top:10px;
	line-height:15px;
	margin-top:30px;
}
	


