/*
Copyright (c) 2007 Mediasparx (https://mediasparx.com)
Content: Defaults, Structure, Fonts, Images, Table, Redirect
Notes: CSS for print
*/

/* -=* Defaults *=- */

body {
    background: #fff;
}

/* -=* Structure *=- */

#top, .soek, #meny, #collage, #content-xtra, #submeny, .kundetabell, .devicetabell {
    display: none;
}

/* -=* Fonts *=- */

body {
	color: black;
/*  color: #444444; */
/*	font-family: Verdana, Helvetica, sans-serif; */
/*  font-family: Arial, Helvetica, sans-serif; */
	font-family: "Times New Roman", serif;
	font-size: 9pt;
	}

#content {
   width: 6in;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }

table {
    font-size: 100%;
}

p, ul, ol, td {
    line-height: 2em;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 10px 0 0px 0;
    font-size: 100%;
    clear: both;
}

h1 {
    font-size: 120%;
}

p {
    margin: 0;
    padding: 10px 0 20px 0;
}

hr {
	border: none 0;
	border-top: 1px solid #e0e0e0;
	height: 1px;
    clear: both;
}


/* -=* Images *=- */

a img {
    border: 0;
}

.image_frame {
	border: 1px solid #e2e2e2;
	padding: 4px;
	background-color: #ffffff;
	margin: 10px;
}

.image_frame_left {
	border: 1px solid #e2e2e2;
	padding: 4px;
	background-color: #ffffff;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.image_frame_right {
	border: 1px solid #e2e2e2;
	padding: 4px;
	background-color: #ffffff;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}

/* -=* Table *=- */

table {
    width: 100%;
    border-top:1px solid #e6e6e6;
}

th, td {
    padding: 6px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom:1px solid #e6e6e6;
}

tr.head {
	font-weight: bold;
	color: #fff;
	padding: 3px;
    background: #39c;
}

/* -=* Redirect *=- */

.redirect {
	direction:rtl;
	unicode-bidi:bidi-override;
}