/* alpinquartett.ch - base stylesheet */
/* 10-2020 Kurt Schmidheiny */

html {
	width: 100%; 
	height: 100%; 
	margin: 0; 
	padding: 0;
	overflow-y: scroll;
}

body {
	-webkit-text-size-adjust: none;
	max-width: 640px;
	min-width: 560px;
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	font-family: verdana, geneva, arial, sans-serif; 
	font-size: 12px; 
	line-height: 1.4;
}

p {
	margin: 0 0 1em 0;
	text-align: left;
}

.italic {
	font-style:italic;
}

a {
	color: rgb(235,79,104);
	text-decoration: none;
}

img {
	border: none;
}

a:link, a:visited, a:hover, a:active {
	color: rgb(235,79,104); 
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0 0 1em 0;
	text-indent: 0;
	font-weight: bold;
	color: #000000;
}

h1 {
	height: 105px;
	padding: 0;
	margin: 0 0 1px 0;
	background-image: url(/layout/kopf_weiss_farbig.jpg);
	background-size: 640px 105px;
	background-repeat: no-repeat;
	font-size: 32px; 
	font-weight: 300;
	text-align: left;
	vertical-align:bottom;
	color: rgb(235,79,104);
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	color: rgb(235,79,104);
}

h2 {
	font-size: 1.4em; 
}

h3 {
	font-size: 1.2em; 
}

h4, h5 {
	margin: 0 0 0.5em 0;
	font-size: 1em; 
}

ul {
	margin-left: 0;
   padding-left: 2.0em;
}

ol {
	margin-left: 0.0em;
}

li {
	margin-bottom: 0.5em;
}

.refpointleft {
	position: relative; 
	left: 0px; 
	top: 0px;
}

.refpointright {
	float: right;
	position: relative; 
	left: 0px; 
	top: 0px;
}

#kleber {
	position: absolute; 
	left: -50px; 
	bottom: 30px; 
	width: 80px; 
	height: 40px; 
	margin:0px; 
	padding: 0px;
	padding-top: 25px;
	padding-bottom: 15px;
	background-image: url(/layout/kleber_rot.svg);
	background-size: 80px Auto;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px; 
	line-height: 1.3;
	text-align: center;
	vertical-align: bottom;
	transform:rotate(-15deg);
	-ms-transform:rotate(-15deg); /* IE 9 */
	-webkit-transform:rotate(-15deg); /* Opera, Chrome, and Safari */
}

#navbutton {
	display: none;
}

#language {
	float: right;
	position: relative; 
	left: 0px; 
	top: 0px;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 1;
}

#language ul {
	z-index: 10;
	position: absolute; 
	right: 0px; 
	top: 10px;
	width: 85px;
	overflow:visible;
	display: inline;
	list-style: none;
	color: #ffffff;
}

#language li {
	float: left;
	display: inline;
	width: 24px;
	height: 12px;
	padding: 1px 0 1px 0;
	margin: 0 1px 0 1px;
	background-color: rgb(235,79,104);
	color: #ffffff;
	border-radius: 7px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(235,79,104);
	text-align: center;
}

#language li.inactive {
	color: #ffffff;
	background-color: rgb(235,79,104);
}

#language li.inactive a:link, #language li.inactive a:visited, #language li.inactive a:hover {
	color: #ffffff;
}

#language li.active {
	color: rgb(235,79,104);
	background-color: #ffffff;
}

#language li.active a:link, #language li.active a:visited, #language li.active a:hover {
	color: rgb(235,79,104);
}

#social {
	float: right;
	position: relative; 
	left: 0px; 
	top: 0px;
	padding: 0;
	margin: 0;
	vertical-align: top;
	font-weight: bold;
	line-height: 1;
}

#social ul {
	z-index: 20;
	position: absolute; 
	right: 0px; 
	top: -52px;
	padding: 0;
	margin: 0;
	overflow:visible;
	display: inline;
	list-style: none;
	background-color: rgb(235,79,104);
}

#social li {
	float: left;
	display: inline;
	height: 14px;
	width: 14px;
	padding: 0;
	margin: 0 0.4em 0 0.4em;
	border-radius: 4px;
	border: 0;
	background-color: #ffffff;
	color: rgb(235,79,104);
	text-align: center;
}

#social li a:link, #language li a:visited, #language li a:hover {
	color: rgb(235,79,104);
	font-size: 13px;
 	vertical-align: 0px;
}

#menu {
	position: relative; 
	left: 0px; 
	top: 0px;
}

#menu ul {
	overflow:visible;
	list-style: none;
	height: 12px;
	padding: 4px 0 4px 0;
	margin: 1px 0 35px 0;
	vertical-align: top;
	background-image: url(/layout/background.jpg);
	background-repeat: repeat;
	/*background-color: rgb(235,79,104);*/
	color: #ffffff;
	font-weight: bold;
	line-height: 12px;
}

#menu li {
	display: inline;
	padding: 0 0.4em 0 0.5em;
}

#menu li.active {
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #ffffff;
	color: rgb(235,79,104);
}

#menu li.contact {
	float: right;
}

#menu li.activecontact {
	float: right;
}

#menu a {
	color: #ffffff;
}

#menu a:link, #menu a:visited, #menu a:hover, #menu a:active, #menu a:active {
	color: #ffffff;
}

#menu a.active {
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #ffffff;
	color: rgb(235,79,104);
}

#menu ul.submenu {
	position: absolute; 
	left: 0px; 
	bottom: -21px; 
	width: 100%;
	max-width: 640px;
	min-width: 540px;
	list-style: none;
	padding: 4px 0 4px 0;
	margin: 0 0 0 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: rgb(235,79,104);
	background-image: none;
	background-color: #ffffff;
	color: rgb(235,79,104);
	font-weight: bold;
	line-height: 1;
}

#menu ul.inactive {
	display: none;
}

#menu li.submenu {
	display: inline;
	padding: 0 0.4em 0 0.4em;
}

#menu a.submenu {
	display: inline;
	color: rgb(235,79,104);
	padding: 0;
	margin: 0;
	line-height: 1;
}

#content {
	padding: 0px;
	border-width: 0px;
	border-style: solid;
	border-color: rgb(235,79,104);
	margin: 0 265px 15px 0;
	color: #000000;
}

#content-noinfo {
	padding: 0px;
	border-width: 0px;
	border-style: solid;
	border-color: rgb(235,79,104);
	margin: 0 0px 15px 0;
	color: #000000;
}

#infolist {
	float: right;
	width: 250px; 
	margin: 4px 0 15px 0;
}

div.infoitem {
	border-width: 0px;
}

div.infoitem h3{
	background-color: rgb(235,79,104);
	color: #ffffff;
	padding: 0px;
	padding-left: 3px;
	padding-right: 3px;
	margin: 0 0 6px 0;
}

div.infoitem p, div.infoitem ul, div.infoitem h4, div.infoitem h5, div.infoitem h6 {
	padding-left: 3px;
	padding-right: 3px;
}

div.infoitem img {
	width: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: #C6C6C6;	
	border-radius: 20px;
}

#footer {
	clear: both;
	padding: 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: rgb(235,79,104);
	margin: 15px 0 10px 0;
}

#footer li {
	padding: 0 0.1em 0 0;
	display: inline;
	color: #000000; 
	font-size: 0.9em; 
}

table {
	table-layout: auto;
	border-collapse: collapse;
	padding: 0;  
	border: none;
	margin: 0 0 1em 0; 
}

td, th {
	padding: 3px 6px 2px 0px;
	border: none;
	margin: 0; 
	text-align: left; 
	vertical-align: top; 
}

th {
	padding: 0px 6px 5px 0px;
	border-bottom: 1px solid; 
	border-color: rgb(235,79,104);
	margin-bottom: 20px; 
	font-weight: normal;
}

select {
	font-size: 100%; 
	color: #000000; 
	font-family: verdana, arial, helvetica, geneva, sans-serif; 
}

input {
	font-size: 100%; 
	color: #000000; 
	font-family: verdana, arial, helvetica, geneva, sans-serif;
}

input.item_number {
	width: 30px;
}

input.item_name {
	width: 180px;
}

input.item_price {
	width: 60px;
}

input.item_amount {
	width: 60px;
}

textarea {
	font-size: 100%; 
	color: #000000; 
	font-family: verdana, arial, helvetica, geneva, sans-serif;
}

img.wegweiser {
	width: 32.8%;
}

.maplink {
	font-size: 150%;
	line-height: 0;
}

#progress {
	padding: 0;
	border: none;
	margin: 0 0 2em 0;
}

#progress ul {
	list-style: none;
}

#progress li {
	display: inline;
	padding: 0;
	font-weight: normal;
}

#progress li.active {
	padding: 0;
	font-weight: bold;
}

