/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework
   [bjorkoy.com/blueprint]
   
   * Print Styles *
   
   This file creates CSS styles for printing documents. 
   Include this in the <head> of every page. See the
   Readme file in this directory for further instructions.

-------------------------------------------------------------- */

body,ul,ol,dl,h1,h2,h3,h4,h5,h6,td,th,
caption,pre,p,blockquote,input,textarea {
  font-family: Verdana,sans-serif;
  line-height: 150%;
  color:#000;
  background:none;
}
body {
  background: white;
  /*font-size: 12pt;*/
  font:12px Verdana,sans-serif;
}
h1 {
  background: white;
  font-size: 20px;
}

pre         {
			font-size:.8; 
			font-family:monospace;
}
img { 
  float:left; 
  margin:10px 10px 10px 0;
	border:0px;
}
hr { 
  background:navy; 
  width:100%; 
  height:2px; 
  margin:20px 0; 
  padding:0; 
  border:none; 
}
blockquote { 
  margin:15px 0; 
  padding:10px; 
  border:2px solid #ccc; 
  font-style:italic; 
  font-size:0.9em; 
}

.small, .small p  { font-size: 0.9em; }
.large, .large p  { font-size: 1.1em; }
.quiet, .quiet p  { color: #999; }
.hide             { display:none; }

a:link, a:visited {
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

/*
a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}*/

/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */ 

/*a[href^="/"]:after {
  content: " (alfotech.dk" attr(href) ") ";
}*/

a {
	color:black;
}

#nav, #rundt-logo, .box, .box1, #header ul, .navBack {
  display:none;
}

.group {
  clear:both;
}

.logo{	
	display: block;
	width: 505px;
	height: 85px;
	text-indent: -3000px;
}

.homeicon {
	display: none;
}
/*
#footer span{
	display: block;
	height: 0px;
	visibility: hidden;
}
*/
/*
#footer address{
	display: block;
}
*/
#footer {
	/*line-height: 50%;
	padding-bottom: 30px;*/
	width: 300px;
}