body {
	font-family: Arial, Helvetica, sans-serif;
	color: #EEEEEE;
	background-color: #111111;
	background-image: url(../images/PunchedSheet_Background.png);
	font-size: 12pt;
	line-height: 15pt;
}

table, ul, pre, code {
	page-break-inside: avoid;
}

h1, h2, h3 {
    page-break-inside: avoid;
}
h1::after, h2::after, h3::after {
    content: "";
    display: block;
    height: 200px;
    margin-bottom: -200px;
}

pre {
	width: 738px;
	overflow: auto;
}

table {
	border-collapse: collapse;
}
table, tr, td {
	border: none;
}

img {
	border:0px;
}

.imgcell img {
	display: block;
}


img.appicon180 {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;

	-webkit-box-shadow: 1px 2px 10px rgba(255, 255, 255, .6);
  	-moz-box-shadow: 1px 2px 10px rgba(255, 255, 255, .6);
  	box-shadow: 1px 2px 10px rgba(255, 255, 255, .6);
}


a,a:link,a:visited,a:active {
	color:#009999;
	text-decoration:none;
}

a:hover {
	color:#FF0000;
}

h1, h2, h3 {
	color: white;
}

h2 {
	margin-top: 5px;
	margin-bottom: 5px;
}

h3 {
    background-image: url(../images/hr.jpg);
    background-repeat:no-repeat ;
}

h4 {
	color: #FFFFFF;
    font-size: 14pt;
   	text-shadow: -1px -1px 0px #004444;
}

.demotable {
	font-size: 12pt;
}

.comment {
	color: #999999;
}

ul.breadcrumb {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

li.breadcrumb {
	display: inline;
}

li.breadcrumb:before {content: "> ";}

table.page {
	border-width: 0px;
	border-style: none;
	border-collapse: collapse;
	width:800px;
}
table.page > tbody > tr, table.page > tbody > tr > td {
	border: none;
	padding: 0px;
}
table.page td.inhaltsseite_mitte {
	background-image: url(../images/inhaltsseite_mitte.png);
	background-size: contain;
}

div.quote {
	text-align: center;
	font-family: script;
	font-size: 16pt;
	font-style: italic;
}

summary {
	font-size: 120%;
}

@media print {
	body {
		color: black;
		background-color: white;
		background-image: none;
	}
	h1, h2 {
		color: black;
	}
	table.page td.inhaltsseite_mitte {
		background-image: none;
	}
	tr.screen {
		display:none;
	}
}
