@charset 'utf-8';
	
/*
	Ueber dem See - Print Style Sheet
	Copyright (c) 2006 Obrist und Partner, Nico Rohrbach. All rights reserved.
	Don't steal Design = Good Karma.
*/

html {
	background: white;
	color: black;
	direction: ltr;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

body {
	margin: 1cm;
}

a {
	color: black;
	text-decoration: none;
}

h1 {
	font-size: 14pt;
	font-weight: normal;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border: 1pt solid black;
	margin: 1em 0;
	width: auto;
	font-size: 8pt;
}

table th,
table td {
	padding: 0.5em;
	border: 1pt solid black;
	text-align: left;
}

table caption {
	font-weight: bold;
	text-align: left;
}

#barz img {
	display: none;
}

ul#projnav {
	display: none;
}

.gallery img,
.gallery2 img {
	margin: 0 1em 1em 0;
}

#head h1 {
	font-size: 24pt;
	font-weight: normal;
	border-bottom: 1pt solid black;
	margin-bottom: 1em;
}

#head ul {
	display: none;
}

#subnav ul {
	list-style: none;
	display: inline;
	margin: 1em 2em 1em 0;
	padding: 0;
}

#subnav ul li {
	display: inline;
}

#subnav ul li a {
	display: none;
}

#subnav h3 {
	font-size: 10pt;
	font-weight: bold;
	display: inline;
}

#explain {
	font-size: 80%;
}

.contactbox img {
	display: none;
}


#footer {
	border: 2pt solid black;
	padding: 0.5em;
	margin: 2em 0 0 0;
}

#footer dl {
	margin: 0;
	padding: 1em;
}

#footer dl dt {
	margin: 0 0 0.5em 0;
	padding: 0;
	font-size: 130%;
	font-weight: bold;
}
#footer dl dd {
	margin: 0;
	padding: 0;
}

.plan {
	display: none;
}

#infotools {
	display: none;
}


/* PRICELIST STATUS
------------------------------------ */


table#pricelist tr.sold {
	background: #666;
}

table#pricelist tr.reserved {
	background: #ccc;
}

table#pricelist tr.sold td.pricecol span {
	display: none;
}

table#pricelist tr.reserved td.pricecol span {
	display: none;
}


