@charset 'utf-8';
@import url(reset.css);
@import url(defaults.css);

/* ----------------------------------------------------- Page layout */

body { 
	margin: 2em;
	font-family: "Adobe Garamond Pro", Garamond, "Palatino Linotype", Georgia, serif;
	font-size:1.05em;
}
a { 
	font-weight: bold;
	text-decoration: none;
	color: black;
}
.jwd { position:absolute !important;
     left:-2000px !important;
     color: red !important;
}
h1, h2 {
	font-weight: bold;
}
h1 {
	font-size: 1.6em;
}
h1 {
	font-size: 1.2em;
}
p, address, ul, dl {
	margin-top: 0.8em;
	line-height: 1.3em; 
	font-style: normal;
}
h1, h2 {
	margin-top: 1.1em;
}
ul {
	list-style-position:inside;
}

dl, ul.zweispaltig {
	width: 28em;

}
dt, dd, ul.zweispaltig li {
	width: 49%; 
	float: left;
}
li { 
	list-style-type: square;
}