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

	All
	CSS-Version 1.0
	29.05.2010

	COLORS
	font					=	#111 (nicht ganz schwarz)
	font red				=	rgb(175,50,40)
	background-color-body	=	rgb(170,200,250)
	background-color-content=	rgb(200,220,255)
*/

/* !INITAL RESET */
	/*	HTML UNDOS */
:link, :visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code {font-size: 1em; font-weight: normal;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
acronym {cursor: help;}
address	{font-style: normal;}
table {border-spacing: 0;}
table tr td {vertical-align: top; border-collapse: collapse;}
input, textarea {outline: none;}

	/*	ADDITIONAL UNDOS */
* {margin: 0; padding: 0;}
img {border: 0;}

	/*	INITIAL SETTINGS */
html { width: 100%; margin: 0; padding: 0; }



/* !SITE GENERAL SETTINGS */
body {
	-webkit-text-size-adjust: 120%; /* none (default) | auto | %value */
	-webkit-font-smoothing: antialiased; /* http://maxvoltar.com/archive/-webkit-font-smoothing */
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 10px;
	letter-spacing: 0em;
	line-height: 15px;
	color: rgb(3,1,0);
	background-color: rgb(170,200,250);
}

a { color: inherit; }
a:link, a:visited { text-decoration: underline; }
a:hover, a:active { text-decoration: none; outline: none; }

:focus { outline: none; }



/* !SITEDIMENSIONS */
#header,
#contentwrapper {
	width: 960px;
	padding: 0 0 0 20px;
	margin-left: -10px;
}



/* !HEADER */
#header {
	font-family: Verdana, Arial, sans-serif;
	position: relative;
	font-size: 1.1em;
	color: rgb(175,50,40);
	height: 160px;
}

#header div a {
	position: absolute;
	bottom: 11px;
	background: url(../../images/gasthausbahnhofsachseln.png) 0 0 no-repeat;
	width: 310px;
	height: 133px;
/* 	display: block; */
	text-indent: -9000px;
}

#header p {
	position: absolute;
	right: 20px;
	bottom: 11px;
}

#header p a:link, #header p a:visited {
	color: rgb(175,50,40);
	text-decoration: none;
}

#header p a:hover, #header p a:active {
	text-decoration: underline;
}

#logoprint {
	display: none;
	visibility: hidden;
}



/* !CONTENT */
#contentwrapper {
	background-color: rgb(200,220,255);
	padding: 20px 0 20px 20px;

	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px rgb(160,188,235);

	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0.1);
	-webkit-transition: -webkit-box-shadow 100ms ease-out;
}

#contentwrapper:hover {
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-webkit-transition: -webkit-box-shadow 100ms ease-out;
}

#contentwrapper h1 {
	font-weight: bold;
}

#content p,
#content ul,
#content ol,
#content2 p,
#content2 ul,
#content2 ol {
	margin-bottom: 10px;
}

#content,
#content2 {
	font-size: 1.3em;
	line-height: 1.4em;
}

#news {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
	margin-left: 1px;
}

#news p,
#news ul,
#news ol {
	color: rgb(175,50,40);
	margin-bottom: 10px;
}

#googlemap {
	overflow: hidden;
	width: 540px;
	height: 360px;
	margin: 5px 0;
}

#googlemap .gmnoprint,
#googlemap span {
	opacity: 0.05;
	-webkit-transition-property: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 100ms;
}

#googlemap:hover .gmnoprint,
#googlemap:hover span {
	opacity: 1;
	-webkit-transition-property: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 100ms;
}



/* !MENU */
#menu {
	font-size: 1.8em;
	line-height: 1.3em;
	text-indent: 1px;
}

#menu a {
	display: block;
	text-decoration: none;
}

#menu a:link, #menu a:visited {
	color: #111;
}

#menu a:hover, #menu a:active,
body#home a#menu-home,
body#gasthaus a#menu-gasthaus,
body#kontakt a#menu-kontakt,
body#zimmerrooms a#menu-zimmerrooms,
body#spezialitaeten a#menu-spezialitaeten,
body#links a#menu-links {
	color: rgb(175,50,40);
}



/* !GALERIA */
.galleria-container {
	position: relative;
	width: 540px;
/* 	overflow: hidden; */
}

.galleria-stage { /* Grosses Bild */
	position: relative;
	width: 540px; /* Fixe Breite damit es ein Layout hat */
	height: 353px; /* Fixe Höhe damit es ein Layout hat */
	top: 0;
/* 	right: 0; */
/* 	bottom: 50px; */
/* 	left: 0; */
/* 	overflow: hidden; */
	padding-top: 5px;
	padding-bottom: 11px;
	border-bottom: 2px solid rgb(175,50,40);
}

.galleria-thumbnails-container { /* Thumbnail container */
	position: relative;
	width: 544px; /* 540 + 4 */
	margin-top: 11px;
/* 	top: 382px; */
/* 	left: 0; */
/* 	right: 0; */
/* 	height: auto; */
	z-index: 2;
}

.galleria-thumbnails .galleria-image { /* Thumbnail */
	height: 41px;
	width: 64px;
/* 	background: #000; */
	margin: 0 4px 4px 0;
/* 	border: none; */
	float: left;
	cursor: pointer;
	background-color: rgb(175,50,40);
}

.galleria-thumbnails .active { /* Aktives Thumbnail */
}

.galleria-thumbnails .galleria-image img { /* Thumbnail Bild */
	opacity: 1;
	-webkit-transition: opacity 200ms ease-out;
}

.galleria-thumbnails .galleria-image.active img { /* Aktives Thumbnail Bild */
	opacity: 0.65;
	-webkit-transition: opacity 200ms ease-out;
}

.galleria-counter { /* Bildnummer – Anzahl Bilder */
	visibility: hidden;
	display: none;
}

.galleria-loader { /* Preload Spinner */
	visibility: none;
	display: none;
}

.galleria-info { /* Bildinfo container */
	visibility: none;
	display: none;
}

.galleria-info-text,
.galleria-info-title,
.galleria-info-description { /* Bildinfos */
	visibility: none;
	display: none;
}

.galleria-image-nav { /* Grosse Bildnavigation Positionierung */
	position: absolute;
	top: 5px;
	left: 0;
/* 	margin-top: -15px; */
	width: 540px;
	height: 353px;
}

.galleria-image-nav-left {
	visibility: hidden;
	display: none;
}

.galleria-image-nav-right { /* Grosse Bildnavigation Grösse */
	position: absolute;
	width: 540px;
	height: 353px;
	cursor: pointer;
	z-index: 2;
	background: url(../../img/transparent.gif) 0 0 no-repeat;
}

.galleria-thumb-nav-left,
.galleria-thumb-nav-right { /* Thumbnailnavigation Positionierung und Style */
	visibility: none;
	display: none;
}



/* !FOOTER */
#footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	color: rgb(175,50,40);
	padding: 6px 0 20px 0;
}

#footer p {
	display: inline;
	padding: 15px 25px 25px 0;
}

#footer p span {
	visibility: hidden;
	opacity: 0;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 100ms;
}

#footer p:hover span {
	visibility: visible;
	opacity: 1;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 100ms;
}



/* !SEVERAL CLASSES */
.paddingtop {
	padding-top: 10px;
}

.bordertop {
	padding-top: 6px;
	border-top: 2px solid rgb(175,50,40);
}

.borderbottom {
	padding-bottom: 6px;
	border-bottom: 2px solid rgb(175,50,40);
}

.off, .forprint {
	display: none;
	visibility: hidden;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
