/******************************************************************************
 * 
 * Mobile stylesheet for negle-studiet.dk          © 2003-2008 by MR WebDesign
 * 
 ******************************************************************************/
 
 /* @group Primary */

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

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

/* @group Link color */

a:link {
	color: #060;
}

a:visited {
	color: #030;
}

a:active {
	color: #090;
}

/* @end */

img {
	display: none;
}

h1 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 1.3em;
	color: #060;
}

h2 {
	margin-bottom: 0;
	padding-bottom: 0;
	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;
}

h2 + p {
	margin-top: 0;
	padding-top: 0;
}

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

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

ul {
	margin: 0;
	padding-top: 0;
	padding-left: 2em;
}

/* @end */

/* @group IDs */

#top > * {
	display: none;
}

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

#indhold {
	margin: 10px;
	padding: 0;
	text-align: left;
}

#menu {
	margin: 0;
	padding: 0;
	border-top: 1px solid #999;
}

#menu dl {
	margin: 10px;
}

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

#menu dt#m0 {
	padding-top: 0;
}

#menu dd {
	display: none;
}

#contactbox {
	width: 100%;
}

#imgstore {
	display: none;
}

#bottom {
	margin: 0;
	padding: 2px;
	font-size: .8em;
	color: #999;
	text-align: center;
}

#bottom a {
	display: none;
}

/* @end */

/* @group Classes */

.billede {
	display: none;
}

.center {
	display: none;
}

.right {
	float: right;
}

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

.note {
	font-size: .8em;
	font-style: italic;
	text-align: left;
}

.forbehold {
	margin: .5em 0 0 0;
	font-size: .6em;
	font-style: italic;
	color: #999;
}

/* @end */

/* @group Tables */

.prisliste {
	margin: 0;
	width: 100%;
	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 {
	width: 100%;
	margin: 0;
	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;
	width: 100%;
	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 */