body {
	margin: 0;
	padding: 0;
}
#menu1,
#teaser,
#menu2,
#oeffnungszeiten,
#titel-logo,
#footer {
	display: none;
}
div#header {
	background-image: none;
}
#logo {
	position: relative;
}
#text {
	page-break-after: always;
}
h3 {
	clear: left;
}
img {
	border: 0 none;
}

/* clearfix 
============================== */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

/* gallery
============================== */
ul.gallery {
	list-style: none;
	margin-bottom: 1.5em;
	margin-left: 0 !important;
	padding: 0;
	page-break-before: auto;
	position: relative;
}
ul.gallery li {
	display: block;
	float: left;
	height: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 0 !important;
	position: relative;
	width: 150px;
}
div.galleryimage div.image {
	border: 1px solid #F00;
	display: table;
	height: 100px;
	overflow: hidden;
	text-align: center;
	width: 150px;
}
div.galleryimage div.image div {
	display: table-cell;
	line-height: 50%;
	vertical-align: middle;
}

/* Teaser
============================== */
div#teaser1 {
	margin-bottom: 40px;
}
div#teaser1 img {
	padding: 2px;
	border: 3px solid #6398e6;
}
div#teaserleft {
	float: none;
}
div#teaser2 img {
	padding: 2px;
	border: 3px solid #6398e6;
}
div#teaser3 {
	float: none;
}
div#teaser3 img {
	padding: 2px;
	border: 3px solid #6398e6;
}
