/* CSS Document  print CSS*/

body {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #fff;
	font-size: 0.9em;
	text-align: left;
	line-height: 1.3;
}

#hidden-menu, #main-nav, #services, #torsknet-logo img {
	display: none;
}

.text-logo {
	margin: 10px 0 10px 0;
	font-size: 1.5em;
}

a, a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 1.2em;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1em;
}

h4, h5, h6 {
	font-size: 0.9em;
}

#main-column {
}

#main-column h1.csc-firstHeader {
	background: #dedede;
}

h1.hide {
	display: none;
}

.four-column {
	border: 1px dashed #acacac;
	padding: 15px;
}

#right-column {
	page-break-before: always;
}

.right-box-headline h1{
	background: #ccc;
}

div.clearer {
	height: 1px;
	padding: 5px 0px 10px 0px;
	border-bottom: 1px dashed #cfcfcf;
	clear: both;
}