/* CSS Screen */

body { 	
	margin-top: 10px;
	margin-left: 80px;
	padding-left: 55px;
	max-width: 700px;
	background-color: #fff;
	font: 10.5pt Palatino, Georgia, Times New Roman, serif;
	text-align: left;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
	width: expression(document.body.clientWidth > 700? "700px": "auto" );
}
p {
	margin-top: 0.35em;
	margin-left: 0px;
	padding-left: 0px;
	line-height: 1.5em;
	width:expression(document.body.clientWidth > 700? "700px": "auto" );
}
a.text:link, a.text:visited, a.text:hover, a.text:active { 
	font-style: italic;
	color: #090;
	text-decoration: none;
	border-bottom: dotted 1px #ccc;
}
a.text:hover {
	border-bottom: solid 1px #090;
}
img {
	border: 0px;
}
img.bild {
	border: dotted 1px #ccc;
	margin-right: 6px;
	margin-left: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}
img.bild:hover {
	border: solid 1px #090;
}
h1, h2 {
	text-indent: -1em;
	letter-spacing: 0.1em;
	margin: 1.5em 0 0 0;
	padding: 0px;
	font-style: italic;
	font-weight: bold;
	font-family: Palaino, Georgia, Times New Roman, serif;
	font-size: 12pt;
	color: #090;
}
h1 {
	text-indent: -2.5em;
	font-size: 21pt;
	color: #000;
	white-space: nowrap;
}
h2 {
	border-bottom: dotted 1px #ccc;
	text-decoration: none;
	width:expression(document.body.clientWidth > 700? "700px": "auto" );
}
div.navi {
	position: fixed;
	left: -15px;
	top: 109px;
	width: 110px;
	color: #090;
	position: expression("absolute");
    top: expression(document.body.scrollTop - this.offsetHeight + this.offsetHeight + 109);
}
ul {
	list-style-image: url(../img/ul_dot.gif);
	line-height: 1.5em;
	text-indent: -0.1em;
}
ul.navi {
	list-style-image: url(../img/ul_dot_gg.gif);
	line-height: 1.5em;
	text-indent: -0.5em;
}
li.navi:hover {
	list-style-image: url(../img/ul_dot_rot.gif);
}