/* http://www.rundumzug.ch/microsites/style.css */

/*=== Setup ===*/
body,div,h1,h2,h3,h4,h5,h6,p,ul,li,dl,img,form,fieldset{
	border: 0;
	margin: 0;
	padding: 0;
}
html, body{
	height: 100%;
}
body{
	background: #bedffe;
	
	color: gray;
	font: 70.03% Verdana,Arial,Helvetica,Sans-Serif;
}

a:hover{
	text-decoration: underline;
	color: #0082ba;
}

li{
	list-style: none;
}
table{

}

#webcampic {
	width: 200px;
	height: auto;
}

/*=== Layout ===*/
#page{
	background: #ffffff;
	display: table-cell;
	display: block;
	height: auto !important;
	height: 75%;
	min-height: 75%;
}
#content, #footer{
	margin: 0 auto;
	width: 860px;
}
/*=== Header ===*/
#header{
	height: 65px;
}
/*- Logo -*/
#header h1{
	background: url(logo.gif) no-repeat;
	float: right;
	text-indent: -9999px;
	width: 208px;
}
#header h1 a{
	display: block;
	height: 51px;
}
#header h1 a:hover{
	text-decoration: none;
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	height: 20px;
}
#nav1 ul{
	background: #eeeeee;
	float: left;
	height: 16px;
	padding: 4px 0 0 5px;
	width: 855px;
}
#nav1 li{
	border-right: 1px solid #333333;
	float: left;
	line-height: 12px;
}
#nav1 li.last{
	border: 0;
}
#nav1 li a{
	color: #333333;
	float: left;
	padding: 0 6px;
}
/*=== Container ===*/
#pano{
	margin: 15px 0;
	border: 3px inset gray;
	height: 550px;
	width: 855px;
	padding: 0 0 0px;
}
#pano .spacer{
	padding: 0 10px 10px;
}
#pano p{
	padding: 0 0 0px;
}
/*=== Styling Buttons ===*/
a.more{
	background: url(ico-list.gif) no-repeat right;
	padding: 0 10px 0 0;
}
/*- PDF / Print / Top Icons -*/
#icons{
	margin: 0 0 0 748px;
	position: absolute;
	top: 90px;
	width: 115px;
}
#icons img{
	margin: 0 2px;
}
#icon{
	left: 0;
	position: absolute;
	top: 285px;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
.fr{
	float: right;
}
.ar{
	text-align: right;
}
.pic img{
	display: block;
	margin: 0 0 10px;
}



.hiddentext {
	visibility: hidden;
	z-index: -4;
	position: absolute;
	top: -1000px;
	}

