/*

Written by micke@michaelbystrom.se
for Linkan Reklambyrå

*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 90px;
	padding-right: 20px;
}

h1, h2, h3 {
	text-transform: uppercase;
	font-size: 14px;
	padding-bottom: 2px;

}

#title h2 {

	font-size: 90%;
	font-weight: normal;
	margin-bottom: 1.5em;
}

.hide-from-print,
.module,  
.byline, 
.tabs, 
.tab_content img, 
.natverk, 
.section-puff-top img, 
.libris, 
.form_container,
.nyheter-hide,
#footer-adress, 
#meny, 
#module,
#aside, 
#footer-quicklink, 
#head img, 
#section-nyheter img, 
#section-left img,
#footer-adress img,
#map_canvas 

{
	display: none;
	visibility: visible;
}


.print-show, 
.print-show img, 
#section-left img.print-show,
#head img.print-show,
#hitta-hit-print
#footer-adress-print
{
	display: block;
	visibility: visible;
}



#section-left, 
.section-puff, 
.module-box {
	border-bottom: 1px solid #ccc;
	line-height: 1.429em;

}

.tab_content{
	border-bottom: 1px solid #ccc;
}
#section-nyheter{
	padding-bottom: 20px;
}

#footer-adress {
	padding-top: 10px;
}
a:link, a:visited {
	color: #f53743;
}

a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
	color: #f53743;
	font-size: 9px;
}

li, ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
