﻿body 
{
	margin: 0;
	background: white;
	font-size: 9pt;
}

img
{
	display: block;
	float: none !important;
}

ul#topnav,
ul#nav,
ul#subnav,
ul.searchresults,
#footer,
h1.logo a,
h1.logo a:visited,
h1.logo span,
.searchform,
input.searchfield,
input.searchbutton,
h3.search-header,
a.print
{
	display: none;
}

#container, 
#contentwrapper,
#textcol,
div.mediumcol 
{
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
}

div#textcol 
{
   margin-left: 10%;
   padding-top: 1em;
   border-top: 1px solid #930;
}

a:link, 
a:visited 
{
   color: #4a72a6;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}

#contentwrapper a:link:after, 
#contentwrapper a:visited:after 
{
   content: " (" attr(href) ") ";
   font-size: 90%;
}

#contentwrapper a[href^="/"]:after
{
   content: " (http://www.polarica.se" attr(href) ") ";
}


