/******************************************************************************
 * 
 * Stylesheet for negle-studiet.dk                 © 2003-2008 by MR WebDesign
 * 
 ******************************************************************************/
 
 /* @group Primary */
 
* {
	font-family: Arial, Helvetica, Sans-Serif;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
	text-align: center;
}

div#page {
	margin: 0 auto;
	padding: 10px;
	min-width: 480px;
	max-width: 800px;
	text-align: left;
}

/* @group Link color */

a:link {
	color: #060;
}

a:visited {
	color: #030;
}

a:active {
	color: #090;
}

/* @end */

img {
	border:0;
}

h1 {
	padding-top: .5em;
	font-size: 1.3em;
	color: #060;
}

h2 {
	font-size: 1.1em;
	color: #060;
}

h3 {
	font-size: 1em;
	padding-bottom: 0;
	margin-bottom: .2em;
}

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

p.toppen {
	font-size: .8em;
}

p.toppen img {
	vertical-align: text-bottom;
}

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

/* @end */

/* @group IDs */

#top {
	margin: 0;
	text-align: right;
	font-size: .8em;
	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%;
	float: right;
	width: 70%;
	background-color: #fff;
	background-image: url(/gfx/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: scroll;
	border-left: 1px dotted #999;
	text-align: left;
}

* html #indhold {
	width: 74%;
	w\idth: 70%;
}

#menu {
	margin: 0;
	padding: 1% 2% 2% 2%;
	float: left;
	width: 20%;
}

#menu dt {
	font-size: .8em;
	padding-top: 1em;
}

#menu #m0 {
	padding-top: .5em;
}

#menu dd {
	margin-left: .8em;
	color: gray;
	font-size: .8em;
	font-style: italic;
}

* html #menu {
	width: 24%;
	w\idth: 20%;
}

#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: .8em;
	color: #999;
	text-align: center;
}

#bottom a {
	text-decoration: none;
	font-size: .8em;
	color: #999;
}

#bottom a:hover {
	color: #060;
	text-decoration: underline;
}

/* @end */

/* @group Classes */

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

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: .8em;
	font-style: italic;
	text-align: left;
	clear: both;
}

.forbehold {
	margin: .4em 0 0 2.5em;
	width: 65%;
	font-size: .6em;
	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: .8em;
}

.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: .8em;
}

#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: .8em;
	text-align: center;
}

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

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

/* @end */