/******************************************************************************
 * 
 * Printer stylesheet for negle-studiet.dk         © 2003-2008 by MR WebDesign
 * 
 ******************************************************************************/

/* @group Primary */

* {
	font-family: Arial, Helvetica, Sans-Serif;
}

body {
	margin: 0;
	padding: 10px;
	background: #fff;
	color: #000;
}

/* @group Link color */

a:link, a:visited {
	color: #060;
	text-decoration: none;
}

/* @end */

img {
	border: 0;
}

h1 {
	padding-top: .5em;
	font-size: 16pt;
	color: #060;
	page-break-before: auto;
}

h2 {
	font-size: 14pt;
	color: #060;
	page-break-before: auto;
}

h3 {
	font-size: 11pt;
	padding-bottom: 0;
	margin-bottom: .2em;
	page-break-before: auto;
}

em {
	font-style: normal;
	font-weight: bold;
}

p.toppen {
	display: none;
}

hr {
	margin: 0;
	padding: 0;
	display: none;
}

/* @end */

/* @group IDs */

#top {
	margin: 0;
	text-align: right;
	font-size: 9pt;
	font-style: italic;
	padding: 2%;
}

#top p {
	margin: 0;
	padding: 0 .5em 0 0;
}

#box {
	border: 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

#indhold {
	margin: 0;
	padding: 1% 2% 2% 2%;
	background-color: #fff;
	text-align: left;
}

#indhold img {
	page-break-before: auto;
	border: 0;
}

#menu {
	display: none;
}

#contactbox {
	width: 70%;
}

#contactbox .l {
	float: left;
}

#contactbox .r {
	float: right;
}

#imgstore {
	text-align: center;
	margin: 0;
	padding: 0;
}

#imgstore .t {
	margin: 0;
	padding: 0 0 2px 0;
}

#imgstore .l {
	margin: 0;
	padding: 0 1px 0 0;
}

#imgstore .r {
	margin: 0;
	padding: 0 0 0 1px;
}

#bottom {
	margin: 0;
	padding: 2px;
	font-size: 9pt;
	color: #999;
	text-align: center;
}

#bottom .dev {
	display: none;
}

/* @end */

/* @group Classes */

p.billede {
	float: right;
	width: 146px;
	text-align: center;
	margin: 0 0 10px 10px;
	padding: 10px;
	font-size: 9pt;
}

p.billede img {
	border: 1px solid #000;
}

.center {
	text-align: center;
}

.right {
	float: right;
}

.p1 {
	margin-top: 0;
	list-style: circle;
}

.note {
	padding: 1em;
	font-size: 9pt;
	font-style: italic;
	text-align: left;
	clear: both;
}

.forbehold {
	margin: .4em 0 0 2.5em;
    width: 65%;
	font-size: 8pt;
	font-style: italic;
	color: #999;
}

/* @end */

/* @group Tables */

.prisliste {
	margin: 0 0 0 1.5em;
	width: 65%;
	background: #fff;
	border: 4px double #060;
	font-size: 9pt;
}

.prisliste th {
	white-space: nowrap;
	border-color: #999;
	border-width: 0;
	border-bottom-width: 1px;
	border-style: solid;
	text-align: right;
}

.prisliste .odd {
	background: #9c9;
}

#aabningstider {
	margin: 0 0 0 1.5em;
	background: #fff;
	border: 4px double #060;
	font-size: 9pt;
}

#aabningstider th {
	border: 0;
	border-bottom: 1px solid #999;
	text-align: left;
}

#aabningstider td {
	white-space: nowrap;
}

#aabningstider .odd {
	background: #9c9;
}

#nyeste {
	margin: 0 0 0 1.5em;
	width: 75%;
	background: #fff;
	border: 4px double #060;
	font-size: 9pt;
	text-align: center;
}

#nyeste th {
	border: 0;
	border-bottom: 1px solid #999;
}

#nyeste .left {
	border: 0;
	border-right: 1px solid #999;
}

/* @end */