body {
	background-color: #FFFFFF;
	color: #000000;
	font: 12pt normal "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

#container {
	background-color: transparent;
	color: #000000;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#navcontainer, #header, #ticonsulting, div.infobar {
	display: none;
}

#content {
   margin: 20px 0;
   padding: 0;
	width: auto;
	text-align: justify;
	border: none;
}

#PrintHeader {
	color: #666666;
	background: transparent;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	font-size: 10pt;
	display:block;
}

#content a:link, #content a:visited {
	color: #333333;
	background: transparent;
	text-decoration: underline;
	border:none;
}

/* [CSS2] Indsætter URL'en efter links på siden - IE understøtter ikke dette */
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
}

/* [CSS3] Præfikser relative links med servernavn - IE understøtter ikke dette */
#content a[href^="/"]:after {
  content: " (http://www.cmjern.dk" attr(href) ") ";
}