/*@font-face {
	font-family: "Sorts Mill Goudy";
	src: url(GoudyStM.otf) format("opentype");
}*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;outline:0;}
section,article,aside,header,footer,nav,dialog,figure{display:block;}
body{line-height:1.5;}
ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption,th,td{text-align:left;font-weight:normal;}
table,td,th{vertical-align:middle;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}
a img{border:none;}
input,textarea,select,option{border:0;outline:0;line-height:1;}
:focus{outline:0;}
body {
	font: normal 100%/1.5 "Sorts Mill Goudy","Hoefler Text","Times New Roman",serif;
	color: #1f1f1f;
}
#container {
	width: 768px;
	margin: 0 auto;
	position: relative;
}
section#article {
	width: 626px;
	margin: 0 auto;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: black;
}

h1,h2,h3 {
	line-height: 1;
	text-align: center;
	margin: 0 auto;
	color: #333;
	width: 768px;
}
h1 {
	font-size: 4em;
	margin-top: 1em;
	padding-bottom: .5em;
	margin-bottom: .25em;
	background: url(sprite.png) no-repeat center bottom;
}
header em {
	float: left;
	font-size: 2em;
	line-height: .75;
	margin-left: 1ex;
	padding-left: 1.5ex;
}
h2 {
	font-size: 1.5em;
	margin-bottom: 1em;
	width: 372px;
}
h3 {
	font-size: 1.125em;
	font-style: italic;
	margin-bottom: 3em;
	width: 528px;
}
#article article {
	padding-top: 1.5em;
	background: url(sprite.png) no-repeat 0 -87px;	
}
#article p {
	margin: 0 0 1em 0;
	padding-bottom:2em;
	border-bottom: 1px solid #ccc;
}
#authors p {
	background: url(sprite.png) no-repeat center bottom;
	padding-bottom: 2em;
	text-align: center;
}
#authors ul {
	width: 626px;
	margin: 1.25em auto;
	margin-bottom: 5em;
}
#authors li:first-child, #authors li.first {
	background: none;
	padding: 0;
}
#authors li {
	font-style: italic;
	display: inline;
	background: url(sprite.png) no-repeat 0 0;
	padding-left: 1.3em;
}
#feedback {
	margin: 0 auto;
	width: 618px;
	font-family: "Helvetica Neue","Arial","Helvetica",sans-serif;
}
#feedback article {
	float: left;
	width: 184px;
	margin-right: 33px;
	height: 5em;
}
#feedback article#wiki {
	margin-right: 0;
	
}
#feedback p#counter {
	font-size: .75em;
}
#feedback h4 {
	font-size: 1em;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin-bottom: .5em;
	padding-bottom: .25em;
}
#feedback p {
	font-size: .75em;
	line-height: 1.33;
}
#feedback a {
	background: url(sprite.png) no-repeat 0 -48px;
	padding-left: 34px;
	
}
#impressum {
	clear: both;
	margin: 0 auto;
	width: 618px;
	padding: 2em 0;
}
#impressum p {
	font-size: .75em;
	float: right;
}
#impressum p#license {
		background: url(sprite.png) no-repeat -782px 0;
		padding-left: 20px;
		padding-top: 2px;
		float: left;
}
.justified {
	text-align: justify;
}
.strike {
	text-decoration: line-through;
}