@charset "utf-8";
/* CSS Document for website papisstatusbilder.pdfrehner.ch */

body {
	font-family: sans-serif;
	font-size: 1em;
	max-width: 100%;
}

h1 {
	font-family: sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	white-space: nowrap;
	max-width: 100%;
}
h2 {
	font-family: sans-serif;
	font-size: 2em
	font-weight: normal;
	max-width: 100%;
}
h3 {
	font-family: sans-serif;
	font-size: 1em;
	font-weight: bold;
}
.navigationItemPrev {
	font-weight: bold;
	font-size: 2em;
	width: 20%;
	max-width: 100px;
    position: absolute;
    top: 5px;
	left: 10px;
    padding: 12px 12px;
    border: none;
    border-radius: 5px;
	cursor: pointer;
	opacity: 50%;
}
.navigationItemNext {
	font-weight: bold;
	font-size: 2em;
	width: 20%;
	max-width: 100px;
    position: absolute;
    top: 5px;
	left: 110px;
    padding: 12px 12px;
    border: none;
    border-radius: 5px;
	cursor: pointer;
	opacity: 50%;
}
.navigationItemUp {
	font-weight: bold;
	font-size: 2em;
	width: 20%;
	max-width: 100px;
    position: absolute;
    top: 5px;
	left: 210px;
    padding: 12px 12px;
    border: none;
    border-radius: 5px;
	cursor: pointer;
	opacity: 50%;
}
.singleImage{
	width: 450px;
	max-width: 90%;
}
.navigation{
	margin: 0px;
	width: 450px;
	max-width: 90%;
	position: relative;
}
.imageInTable{
	width: 80px;
}
#imgName{
	font-style: italic;
}
.imageTableCell{
	display: inline-grid;
	font-family: sans-serif;
	font-size: 1em;
	border: 1px solid;
	padding: 5px;
	word-wrap: break-word;
	max-width: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.menu{
	margin-top: 1em;
	font-size: 1em;
}
#menuItem{
	margin-top: 0.5em;
	font-size: 1em;
}
.werbung{
	background-color: black;
	width: 100%;
	max-width: 300px;
}
.ui-loading .ui-loader {
	display: block;
}
.ui-loader {
	display: none;
	position: absolute;
	opacity: .85;
	z-index: 100;
	left: 50%;
	width: 200px;
	margin-left: -130px;
	margin-top: -35px;
	padding: 10px 30px;
}

