/* Formatierung für den body;
Hintergrundfarb, Schriftfarbe, Schrifttyp, Schriftgröße */

html { height: 100% }
body {
    min-height: 101%;
	background-color: silver;
	color: navy;
	font-family: Arial;
	font-size: 10pt;
	padding: 5px;
}

/* Überschriftenformatierung */
h1 {
	font-size: 26pt;
	font-weight: bold;
	padding-bottom: 0pt;
	margin-bottom: 26pt;
}
h1.Sondermotoren {
	font-size: 26pt;
	font-weight: bold;
	padding-bottom: 0pt;
	margin-bottom: 0pt;
}
h2 {
	font-size: 18pt;
	font-weight: bold;
	padding-left: 0pt;
	margin: 0 0 18pt 0;
}
h2.Login {
	font-size: 18pt;
	font-weight: bold;
	padding-left: 0pt;
	margin-bottom: 0pt;
}
h3 {
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 14pt;
}
h4 {
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 0pt;
}

img.Foto {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
}
/* TabellenFormatierung */
th {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	background: gray;
}
.th-Text1 {             /* Download-Seiten Überschrift */
	font-family: Arial;
	font-size: 18pt;
	font-weight: bold;
}
td {
	font-family: Arial;
	font-size: 10pt;
}
.Borderaussen {
	border-width: 1px;
	border-style: solid;
	border-left-color: #00008B; /* darkblue; */
	border-right-color: #696969; /* dimgray; */
	border-top-color: #00008B; /* darkblue; */
	border-bottom-color: #696969; /* dimgray; */
}
.Borderinnen {
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	border-left-color: #696969; /* dimgray; */
	border-right-color: #00008B; /* darkblue; */
	border-top-color: #696969; /* dimgray; */
	border-bottom-color: #00008B; /* darkblue; */
}

/* Listenaufzählungsformatierung */
ul {
	padding-left: 0pt;
	margin-bottom: 0pt;
	margin-left: 15pt;
}
ol {
	padding-left: 0pt;
	margin-bottom: 0pt;
	margin-left: 15pt;
}
li {
	padding-left: 0pt;
	margin-left: 15pt;
}
.abc {
	padding-left: 0pt;
	margin-left: 0pt;
}
.justify {
	padding-left: 0pt;
	margin-left: 15pt;
	text-align: justify;
}

/* Linkformatierung */

a:link {
	color: blue;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: blue;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: red;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: red;
	text-decoration: underline;
	font-weight: bold;
}

/* Horizontale Linie */

hr {
	width: 100%;
	color: navy;
	margin: 0px;
}

/* verschieden Formatierungen die in class-Befehlen stehen */

.Artikelnr {                /* Artikelnummer */
	font-weight: bold;
}

.PaO {                      /* Plug and Operate */
    text-align: justify;
    color: #FF0000;
    font-weight: bold;
}

.Copy_Mattke {              /* Copyright im Impressum */
	font-size: 14pt;
	color: red;
	font-weight: bold;
	padding-left: 0pt;
	margin-bottom: 0pt;
}

.Fuss1 {                    /* Fusszeilen-Links */
	font-size: 10px;
	color: blue;
	font-weight: normal;
	padding-left: 0pt;
	margin-bottom: 0pt;
}
.Fuss2 {                    /* Fusszeile Copyright Mattke */
	font-size: 14px;
	color: red;
	font-weight: bold;
	padding-left: 0pt;
	margin-bottom: 0pt;
}
.Fuss3 {                    /* Fusszeile Anschrift & Telefonnummer */
	font-size: 10px;
	color: red;
	font-weight: normal;
	padding-left: 0pt;
	margin-bottom: 0pt;
}
.HochTief {                /* klein geschriebene Texte */
	font-size: 10px;
	font-weight: normal;
	padding-left: 0pt;
	margin-bottom: 0pt;
}
.WiHi {                /* Wichtiger Hinweis */
	font-size: 10px;
	font-weight: normal;
    text-align: justify;
}
.Kleintext {                /* klein geschriebene Texte */
	font-size: 10px;
	font-weight: normal;
	padding-left: 0pt;
	margin-bottom: 0pt;
}
.Marqueestyle {             /* Laufschrift, Textgröße & Farbe */
    background: #0000FF;
	font-size: 18px;
	color: silver;
	display: block;
}
.Neu {                      /* NEU, NEW,.... */
	font-size: 11px;
	color: red;
	font-weight: bold;
	padding-left: 0pt;
	margin-bottom: 0pt;
}
.Ueberschrift_01 {          /* Überschrift 01 */
	font-size: 18pt;
	font-weight: bold;
}
.Ueberschrift_01uk {        /* Überschrift 01 unterstrichen, kursiv */
	font-size: 18pt;
	font-weight: bold;
    text-decoration: underline;
    font-style: italic;
}
.Ueberschrift_02 {          /* Überschrift 02 */
	font-size: 12pt;
	font-weight: bold;
}
.Ueberschrift_PaO {          /* Überschrift Plag and Operate */
	font-size: 13pt;
	font-weight: bold;
    margin-bottom: 13px;
}
.Ueberschrift_PaOu {          /* Überschrift Plag and Operate, unterstrichen */
	font-size: 13pt;
	font-weight: bold;
    text-decoration: underline;
    margin-right: 10px;
	margin-bottom: 13px;
}
.Titel_Neuheit {
	font-size: 26pt;
	font-weight: bold;
	color: red;
	margin-bottom: 26pt;
    text-align: center;
}
.Titel_Presse {
	font-size: 18pt;
	font-weight: bold;
    color: red;
    text-decoration: underline;
}
.Text_01 {
    font-size: 18pt;
	font-weight: bold;
	margin-bottom: 18pt;
}
.Text_02 {
    font-size: 14pt;
/*	font-weight: normal; */
	margin-bottom: 10pt;
}
.Wichtig {                  /* Wichtige Textpassagen: Infos in Download, ... */
	font-size: 11px;
	color: red;
	font-weight: normal;
	padding-left: 0pt;
	margin-bottom: 0pt;
}
.Zeichen {                  /* Zeichen für die Seiten-/Inhaltsverzeichnis */
	font-family: Courier;
	font-size: 10pt;
	font-weight: normal;
}
.Aktuelles-Titel {          /* Aktuelles - Titelleiste */
	font-size: 14px;
/*	color: red; */
	font-weight: bold;
	padding-left: 0pt;
	margin-bottom: 0pt;
}
.Aktuelles-Zeit {           /* Aktuelles - Update */
	font-size: 10px;
/*	color: red; */
	font-weight: normal;
	padding-left: 0pt;
	margin-bottom: 0pt;
}
.keinUmbruch {              /* kein Zeilenumbruch */
    white-space: nowrap;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.blindtext { display: none }