html {
	height: 100%;
	width: 100%;
	margin: 0;
}

body {
	position: relative;
	top: 0px;
	margin: 0;
	border: 0pt;
	display: block;
	overflow: auto;
	background-color: #F0F0F0;
	text-align: center;
	font-family: 'Merriweather', Verdana, Helvetica, "Arial Unicode MS", Arial, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #000;
	text-align: left;
}

#catalog {
	margin-left: auto;
	margin-right: auto;
}

#file {
	padding-left: 20px;
	box-shadow: 10px 10px 5px #aaa;
	background-color: #FFF;
}

img {
	border: 0px solid #AAAAAA; 
}

.wmimage {
	padding: 1.5em 0 0 1.5em;
	width: 50%;
    	display: block;
	vertical-align: bottom; 
   	margin-left: auto;
    	margin-right: auto;}

@font-face {
	font-family: 'Fjalla One Regular';
	src: url(./fonts/FjallaOne-Regular.otf);
}

@font-face {
	font-family: 'Merriweather Regular';
	src: url(./fonts/Merriweather-Regular.otf);
}

@font-face {
	font-family: 'Merriweather Italic';
	src: url(./fonts/Merriweather-Italic.otf);
}

@font-face {
	font-family: 'Merriweather Black';
	src: url(./fonts/Merriweather-Black.otf);
}

a:link { color: #009; text-decoration: none; }
a:visited { color: #009; text-decoration: none; }
a:active { color: #F00; text-decoration: none; }
a:hover { color: #F00; text-decoration: none; }
a:focus { color: #F00; text-decoration: none; }

h1 {
	font-family: 'Fjalla One Regular', sans-serif;
	font-size: 1.5em;
	line-height: 1.5em;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	border-width: 0px 0 0px 0;
	border-color: #000;
	border-style: solid;
	padding: 0.5em 0 0.5em 0;
}

h2 {
	font-family: 'Fjalla One Regular', sans-serif;
	font-size: 1.5em;
	color: #000;
	text-align: left;
	margin: 1em 0 1em 0;
	border: 0;
	padding: 0;
}

.small h2 {
	margin: 2em 0 0em 0;
}

p, td {
	font-family: 'Merriweather Regular', serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #000;
}

.italic {
	font-family: 'Merriweather Italic', serif;
}

.black {
	font-family: 'Merriweather Black', serif;
}

.small {
	font-size: 80%;
}

.werke {
	font-size: 80%;
	padding:10px 5px 15px 20px;
}

.gray {
	color: #999;
}

table { 
	border: 0px solid #AAAAAA; 
	border-spacing: 0px; 
	border-collapse: collapse;
	padding: 5px; 
}

td { 
	border: 0px solid #AAAAAA; 
	padding: 5px;
	vertical-align: middle; 
}

th { 
	border: 0px solid #AAAAAA; 
	padding: 5px;
	vertical-align: top; 
}

td.key { 
	padding: 0.5em 1.5em 0.2em 0;
	white-space: nowrap;
	font-family: 'Merriweather Regular', serif;
	font-size: 0.8em;
	color: #999;
	width: 200px;
}

td.value { 
	padding: 0.2em 0 0.2em 0;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #AAA;
}
td.value1 { 
	padding: 0.2em 0 0.2em 0;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #AAA;
	background-color: #DDDDDD;
	font-size: 80%;
}
td.value2 { 
	padding: 0.2em 0 0.2em 0;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #AAA;
	font-size: 80%;
}

td.first { 
	border-width: 0 0 3px 0;
	border-color: #000;
	font-family: 'Fjalla One Regular', sans-serif;
	font-size: 1.5em;
}

td.keyFirst { 
	vertical-align: bottom; 
}

td.separator { 
	line-height: 3em;
}

td.colophon { 
	width: 33%;
	padding: 0 1.5em 0 0;
}

ul { 
	list-style-type: square; 
}

hr { 
    height: 1px; 
    border-width: 0;
    color: #AAA;
    background-color: #AAA;
}
