body {
	margin: 0;        /* to account for differing browser defaults */
	padding: 0;
	color: black;
	font-family: Arial, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 10px;
}

h1.startpage {
	font-size: 100%;
	display: inline;
}

.navi {
	text-align:center;
}
.navi a {
	text-decoration:none;
}

.lauftext {
	font-size: 10pt;
	line-height: 18px;
}
.text, address {
	font-size: 11px;
}
.titel {
	font-weight: bolder;
	font-size: 11px;
}

hr.adresse {
	width:50%;
}

blockquote {
	font-style:italic;
}
blockquote:before { content: open-quote }
blockquote:after  { content: close-quote }

legend h2 { margin-bottom:0px; margin-top:0px; }

/* Zoom image */
#zoomDiv {
    display: none;
    position: absolute;
    left: 20px;
    top: 150px;
    background-color:#ffffff;
    border:1px solid #000000;
}
.zoomTitle, .closeBox {
    display: inline;
}
.closeBox {
    position:absolute;
    top:0px;
    right:0px;
}
