/* CSS-Print Document www.ulmiz.ch */

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	text-align:left;
	background-color: #ffffff;
	margin-top: 10px;
}
h1 {
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
.content {
	font-size: 12px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
	display: block;
}
h1.content {
	font-size: 16px;
	margin-bottom: 15px;
	color: #990000;
}
h2.content {
	font-size: 12px;
	margin-bottom: 10px;
	color: #990000;
}
h3.content {
	font-size: 12px;
	margin-bottom: 8px;
	color: #000000;
	margin-top: 5px;
}
.legende {
	font-style: italic;
	margin-left: 5px;
}
ul {
	list-style-position: outside;
	list-style-type: square;
	margin-bottom: 10px;
	margin-left: 8px;
	padding-left: 12px;
}

/* E B E N E N - S T Y L E S */


#container {
	/*border: 1px solid #000000;*/
	position: relative;
	height: 950px;
	width: 640px;
	background-color: #FFFFFF;
}
#panorama {
	position: relative;
	height: 130px;
	width: 768px;
	margin-top: 5px;
	margin-left: 6px;
	display: none;
}
#left {
	position: absolute;
	height: 494px;
	width: 200px;
	border-right: 1px solid #000000;
	visibility: visible;
	left: 0px;
	display: none;
}
#navigation {
	position: absolute;
	height: 404px;
	width: 200px;
	visibility: visible;
	overflow: hidden;
	left: 0px;
	top: 0px;
	display: none;
}
#adresse {
	border-top: 1px solid #000000;
	position: absolute;
	height: 90px;
	width: 200px;
	visibility: visible;
	left: 0px;
	top: 405px;
	display: none;
}
#right {
	position: absolute;
	height: 494px;
	width: 578px;
	left: 201px;
	visibility: visible;
}
#header {
	position: absolute;
	height: 20px;
	width: 570px;
	left: 0px;
	top: 0px;
	overflow: hidden;
	visibility: visible;
	display: none;
}

#content {
	position: absolute;
	height: 450px;
	width: 568px;
	left: -200px;
	top: 41px;
	visibility: visible;
}

#footer {
	position: absolute;
	height: 15px;
	width: 570px;
	left: 0px;
	top: 477px;
	overflow: hidden;
	visibility: visible;
	vertical-align: sub;
	font-size: 10px;
	color: #999999;
	text-align: center;
	display: none;
}
#personen {
	position: absolute;
	float: left;
	height: 300px;
	width: 600px;
	left: 10px;
	top: 10px;
	visibility: visible;
}
	#foto {
		float: right;
		top: 5px;
		left: 300px;}
