﻿/*
@font-face {
 font-family: MyCustomFont;
 src: url("Messerschmitt.eot") / * EOT file for IE * /
}
@font-face {
 font-family: 'Comic Sans MS';
}
*/
@font-face {
 font-family: Messerschmitt;
 src: url('Messerschmitt.woff2') format('woff2'),
       url('Messerschmitt.ttf') format('truetype');
}

.Blatt,.Blatt0
{
	font-family: Arial,Helvetica;
	margin: 0px;
	padding: 0px;
        background-color: #f7f7f7; 
}

.Blatt
{
/*	width: 796px;
	background: url(img/bg.gif) repeat-y 810px top;
*/        
	font-family: Arial,Helvetica;
	background-color: #f7f7f7; 
	padding-right: 5px;
}


.B
{
/*        background-color: #f7f7f7; */
	color: black;
	font-size: 12pt;
	font-family: Arial,Helvetica;
	text-align: justify;
	cursor: default;
}


.J 	{
	text-align: justify;
	text-indent:12pt;
        margin: 4pt;
        -moz-hyphens: auto;
	}
        
.MF	{
	font-family: 'Comic Sans MS';
	font-size: 12pt;
	}
.Footer
{
	color: black;
	background-color: #FFFFE0;
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	font-family: Arial,Helvetica;
	text-align: right;
	margin: 0;
        padding: 2px;
}

sup,
sub {
	height: 0;
	line-height: 1em;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 1.0em;
}

sup {
	bottom: 0.3ex;
}

sub {
	top: 0.3ex;
}

H1
{
	font-family: 'Messerschmitt',Arial,Helvetica;
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
	color: red;
	margin: 0;
        margin-top: 5px;
	background-color: #FFFFE0;
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	letter-spacing: 1px;
	line-height: 18pt;
        vertical-align: baseline;
	padding: 5px;
	}

H2
{
	font-family: Arial,Helvetica;
	font-size: 14pt;
	font-weight: normal;
	text-align: center;
	color: blue;
	margin: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 2pt;
	background-color: #FFFFE0;
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	letter-spacing: 1px;
	line-height: 14pt;
        vertical-align: baseline;
	padding: 5px;
	padding-left: 2%;
}

H3
{
	font-family: Arial,Helvetica;
	font-size: 12pt;
	font-weight: normal;
        text-align: left;
	color: black;
	margin: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 2pt;
	background-color: #FFFFE0;
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	letter-spacing: 1px;
	line-height: 12pt;
        vertical-align: baseline;
	width:	100%;
	padding: 5px;
	padding-left: 2%;
}

table
{
	color: black;
	margin-left: 0;
	font-size: 11pt;
	font-family: Arial,Helvetica;
	padding-left: 0;
	margin: 0;
}

th
{
	color: black;
	background-color: #FFFFE0;
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	font-size: 11pt;
	font-family: Arial,Helvetica;
	font-weight: normal;
}

#K1
{
	width: 100%;
	color: blue;
	background-color: #FFFFE0;
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	font-size: 12pt;
	font-family: Arial,Helvetica;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 12pt;
        vertical-align:middle;
	padding: 4pt;
	padding-left: 2%;
	margin: 0;
	}

#T1
{
	width: 100%;
	color: black;
	font-size: 12pt;
	font-family: Arial,Helvetica;
	padding: 4pt;
	padding-left: 5%;
	margin: 0;
	}

img.Jmp 
{       cursor: pointer; }

img.Shadow,
.Shadow
{
	box-shadow:4px 4px 4px #666;
	border: 1px solid #666;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	margin: 0px 4px 4px 0px;
}

.SM {
	background-image:url(img/bgpapier.jpg);
	margin: 0.3em;
	padding: 1em;
	color: #636363;
	font-family: "Courier New";
	font-weight: bold;
	font-size: 1.1em;
	text-align: left;
}

.Silbentrennung,
.S 
{ /* wichtig: <html lang="de"> */
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
