html, body, div, span {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

body {
	background-color: #eaa7c4;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.5em
}

#wrapper {
	background: #FAE0EB url(../images/bg.jpg) no-repeat;
	width: 748px;
	margin: 0 auto;
}

#header {
	margin: 0;
	padding: 0;
	height: 280px;
	position: relative;
}

#navi {
	margin: 0 0 0 30px;
	padding: 10px 0;
	line-height: 24px;
	background: #FFF; /* Fallback IE 6-8 */
    background: rgba(255, 255, 255, .5);
	display: inline;
}

#navi a {
	text-decoration: none;
	font-size: 140%;
	font-weight: bold;
	margin: 0 10px;
	color: #000;
}

#navi a:hover, #navi a.active  {
	border-bottom: 3px solid #E00063;
	padding-bottom: 3px;
	color: #E00063;
}

#header h1 {
	display: none;
}

#main {
	margin: 0;
	padding: 0 30px 66px 30px;
	position: relative;
}

#footer {
	background-color: #fff;
	text-align: center;
	border-top: 1px solid #999;
}

h2 {
	background: url(../images/headlines.png) 0 0 no-repeat;
	width: 500px;
	height: 50px;
	text-indent: -9999px;
}

h2.preise {
	background-position: 0 -104px;
	width: 170px;
}

h2.gallerie {
	background-position: 0 -152px;
	width: 130px;
}

h2.impressum {
	background-position: 0 0;
	width: 130px;
	text-indent: 0;
	background-image: none;
	
}

p.team {
	background: url(../images/headlines.png) 0 -48px no-repeat;
	width: 290px;
	height: 45px;
	text-indent: -9999px;
}

p.adresse {
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}

#gallery {
	margin-left: -10px;
	width: 705px;
}

a.thumb {
	margin: 0 8px 15px 8px;
	float: left;
}

img.thumb {
	padding: 4px;
	border: 1px solid #999;
	width: 150px;
}
	
table {
	width: 620px;
	border:none;
	margin-bottom: 10px;
}

th {
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: left;

}

td.desc {
	width: 530px;
}

td.descl {
	width: 120px;
}

td.descr {
	width: 420px;
}

td.preis {
	width: 80px;
	text-align:right;
}
