/*
Copyright (c) 2007 Mediasparx (http://www.mediasparx.com)
Content: Defaults, Structure, Fonts & Images
Notes: CSS for print
*/

/* -=* Defaults *=- */

body {
    background: #fff;
    margin: .6in;
}

/* -=* Structure *=- */

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

/* -=* Fonts *=- */

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

html>body {
    font-size: 100%; /* align opera and firefox */
}

* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; 	/* for other IE version */
	}

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 {
	color: #000000;
	padding: 3px;
    background: #edecec;
}

tr.alt {
	background: #f9f9f9;
}

tr.over {
	background: #f3f3f3;
}