/* Typographie */
:lang(de)    { quotes:"\201E" "\201C" "\201A" "\2018"; }
:lang(en)    { quotes:"\201C" "\201D" "\2018" "\2019"; }
:lang(fr)    { quotes:"\00AB\00A0" "\00A0\00BB" "\2039\00A0" "\00A0\203A"; }

html {
	background-color: white;
	color: black;
	font-family: serif;
	line-height: 1.4em;
	text-align: justify;
}

h1, h2, h3, h4 {
	font-family: Verdana, sans-serif;
}

h1, h2 {
	text-align: center;
}

h3, h4 {
	text-align: left;
	margin-right: 2.5%;
	line-height: 1em;
	padding: 0.2em;
	border: 1px solid black;
}

h3.float, .mainitem h3, h4 {
	float: left;
	margin-left: 1em;
	width: 35%;
}

p:first-letter, address:first-letter {
	font-size: 2em;
}

dt {
	float: left;
	font-weight: bold;
}

blockquote, q {
	font-style: italic;
}

blockquote {
	background-image: url(dot.png);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 30px;
	margin-right: 15px;
}

pre {
	background-color: #eee;
	color: black;
	border: 2px ridge black;
	padding: 0.5em;
	margin: 0.5em;
}

/* erspare hr vor address */
address, .copyright, #copyright {
	text-align: center;
	border-top: 4px groove #999;
	padding-top: 0.5em;
}

hr + address, hr + .copyright, hr + #copyright {
	border: none;
}

textarea, input, select {
	font-family: serif;
}

/* globale Layoutvorgaben */
#ariadne li {
	list-style-type: none;
	/*
	float: left;
	*/
	display: inline;
}

#ariadne li:after {
	content: ' '"\bb"' ';
}

#ariadne li h2 {
	display: inline;
	font-size: inherit;
	background: inherit;
	color: inherit;
	margin: inherit;
	text-align: inherit;
	border: inherit;
}
#ariadne li.this:after {
	content: '';
}
#ariadne .map {
	text-align: right;
	/*
	border: 1px solid black;
	width: 20%;
	margin-left: 80%;
	display: block;
	*/
}
#ariadne li.map:before {
	content: '| ';
}
#ariadne li.map:after {
	content: '';
}

