/* @override http://www.sanktgallen.ch/styles.css */

/* SanktGallen.ch V2.0 */
/* © 2010 trilogic.ch */

* {
	margin: 0;
	padding: 0;
}

html {
}
body {
	font: 12px Arial, Geneva, sans-serif;
	color: #d9d9d9;
	text-align: left;
	width: 100%;
	background-color: #111;
}

h1 {
	font: normal 18px "Lucida Grande", Lucida, Verdana, sans-serif;
}
h2 {
	font: normal 16px "Lucida Grande", Lucida, Verdana, sans-serif;	
}
h3 {
	font: normal 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}
p {
	
}
a {
	color: silver;
	border-bottom: 1px dotted white;
	text-decoration: none;
}
a:hover {
	color: white;
	border-bottom: 1px solid white;
	text-decoration: none;
}
a.bild, a img {
	border-style: none;
}
#wrapper {
	width: 100%;
	text-align: left;
}

#head {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	padding: 10px;
	background-color: #222;
}
/* NAVI */
#navi {
	width: 978px;
	margin-left: auto;
	margin-right: auto;
	background-color: #222;
	padding: 7px 10px 6px;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
#navi a {
	font-size: 14px;
	border-style: none;
}
.nav {
	float: left;
	font-size: 14px;
	color: gray;
	margin-right: 5px;
}
select#monat {
	font-size: 12px;
	background-color: black;
	color: silver;
	border: 1px solid silver;
	width: 220px;
	margin-top: 2px;
}
#navi ul li {
	float: left;
	list-style-type: none;
	padding-right: 14px;
}
/* NAVI */
#pano {
	width: 100%;
	height: 319px;
	background: white repeat-x 0 0;
}
#video {
	margin-right: auto;
	margin-left: auto;
	width: 495px;
	float: left;
	padding: 6px 0 4px 4px;
}
#main {
	width: 998px;
	margin-right: auto;
	margin-left: auto;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	background-color: #222;
}
.text {
	line-height: 1.4;
	color: silver;
	width: 470px;
	float: left;
	padding: 20px 20px 20px 7px;
}
.text p {
	margin-bottom: 10px;
}
#tagcloud {
	text-align: justify;
	padding-bottom: 10px;
	border-top: 2px solid #000;
	padding-top: 5px;
}
#tagcloud a {
	font-weight: normal;
	font-style: normal;
	border-style: none;
}
#tagcloud a:hover {
	border-bottom: 1px dotted white;
}
#maps {
	background-color: gray;
	padding: 3px;
	width: 982px;
	height: 320px;
	margin: 2px;
}
#mapcanvas {
	width: 982px;
	height: 320px;
	background: url(images/bkgd_checked10.gif) repeat;
}
#foot {
	width: 990px;
	color: gray;
	padding: 5px;
}
#foot a {
}
#foot .right {
	padding-right: 5px;
}
.right {
	float: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}

#panolist {
	margin-bottom: 20px;
	background-color: #222;
	padding: 3px;
	clear: both;
}
#filter{ 
	width: 230px; 
	height: 100px; 
	float:left; 
	border: 2px solid black; 
	overflow: hidden; 
	position: relative;
	background-color: black;
	margin: 2px;
	padding-top: 10px;
	padding-left: 10px;
}
.panotn{ 
	width: 240px; 
	height: 110px; 
	float:left; 
	border: 2px solid black; 
	overflow: hidden; 
	position: relative;
	background-color: black;
	margin: 2px;
}
.panotn img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
.panotn p{
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.panotn h3{
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	color: silver;
}

.panocaption{ 
	background: rgba(0,0,0,0.25);
	float: left; 
	position: absolute; 
	width: 100%; 
	height: 90px;
	top: 90px;
	z-index: 2;
}
.panocover {
	background: #000;
	width: 240px;
	height: 90px;
	float: left;
	position: absolute;
	z-index: 1;
	opacity: 0;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}


.pano360s {
	
}
.pano360i {
	
}
.panomaps {
	
}