/* 
    Document   : print
    Created on : 24-11-2008, 15:37:12
    Author     : Ekstra PC
    Description:
        Style sheet til printervenlige sider.
*/

body {
	background-color: inherit;
	font-size: 11px;
	font-family: arial,verdana,tahoma,sans-serif;
	font-weight: normal;
	line-height: 18px;
	text-decoration: none;
	/*
	color: #000000;
	background : #ffffff;
	font-size : 12pt;
    font-family: Arial,Helvetica,sans-serif;
	*/
}

h1, h4 {
	color: #000;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 5px 0;
	/*background: url('/gfx/sort_dot.gif') repeat;*/
}

h2, h2 a:link, h2 a:visited, h2 a:hover, h2 active {
	color: #000;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
	text-decoration: none;
}

h3, h3 a:link, h3 a:visited, h3 a:hover, h3 active {
	color: #000;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 5px 0;
	text-decoration: none;
}

/* box headers */

.blue h1, .blue h2, .blue h3 {
	color: #000;
}

.orange h1, .orange h2, .orange h3 {
	color: #5b2d00;
}

.green h1, .green h2, .green h3 {
	color: #2a4400;
}

.lightGreen h1, .lightGreen h2, .lightGreen h3 {
	color: #2a4400;
}

.gray h1, .gray h2, .gray h3 {
	color: #000000;
}

.darkGray h1, .darkGray h2, .darkGray h3 {
	color: #000;
}

.dark h1, .dark h2, .dark h3 {
	color: #000;
}

.brown h1, .brown h2, .brown h3, .darkBrown h1, .darkBrown h2, .darkBrown h3 {
	color: #000;
}

img {
	border: 0;
}

#specialList ul {
	line-height: 12px;
	margin-top:3px;
}


#priskasse {
	width:98%;
	border:2px solid #000;
}

#tablePrint a {
	text-decoration: none;
}
