/*	Client: Gasthaus Bahnhof Sachseln www.gasthausbahnhof.ch
	Autor: Alexander Albrecht www.alexanderalbrecht.de
	© 2010

	Print
	CSS-Version 1.0
	29.05.2010
*/

body {
	font-size: 15px;
}

a:link:after, a:visited:after { content:" [" attr(href) "] "; }

#header p, #logo, #menu, #news {
	display: none;
	visibility: hidden;
} 

#logoprint {
	margin-left: 10px;
	display: block;
	visibility: visible;
	height: 132px;
	width: 310px;
	z-index: 100;
}

#contentwrapper {
 	width: 900px;
 	margin: 0;
}

#contentwrapper,
#contentwrapper:hover {
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.galleria-stage {
	display: none;
	visibility: hidden;
}

.galleria-thumbnails-container {
	width: auto;
	height: auto;
}

.galleria-thumbnails .galleria-image {
	display: block;
	float: none;
	width: 540px !important;
	height: 353px !important;
	margin: 0 0 20px 0;
	background-color: none;
}

.galleria-thumbnails .galleria-image img {
	width: 540px;
	height: 353px;
}

#footer p {
	font-size: 0.8em;
}

#footer p span {
	visibility: visible;
	opacity: 1;
}
