/* 1.0 | hannes | 2004-12-28 | dorf-tirol.it */

* { color: #000; }
body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt; 
	background-color: white;
	margin-left: 20px;
	margin-right: 40px;
	margin-bottom: 60px;
	text-align: justify;
}
#content {
	text-align: justify;
}
a {
	color: black;
	text-decoration: none;
}
hr {
	border-top: 1px dashed #ccc;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	margin: 0.2cm 0 0.5cm 0;
}

th,
caption {
	text-align: left;
}
td,
th {
	vertical-align: top;
}

#menu,
#subheader,
#flashbild,
#extramenu,
#showcase, 
#fusszeile,
#copyright, 
#sitemap,
#langselect,
#fooder,
#background,
#newsticker { 
	display: none; 
}
#content h1 {
	font-size : 18pt; 
}		
#content h2 {
	font-size : 13pt; 
}
#content h3 {
	font-size : 12pt; 
}
p, ul {
	font-size : 12pt; 
}
.bildlinks {
	border: 1px solid #666;
	float: left;
	margin-right: 1em;
	margin-bottom: 0.5em;
}
.bildrechts {
	border: 1px solid #666;
	float: right;
	margin-left: 1em;
	margin-bottom: 0.5em;
}
div#panoramabild img {
	margin: 0;
	padding: 0;
}
.druckposition {
	margin-left: -40px;
}