<!--
	============
	Basic Layout
	============
-->

.right {
	text-align : right;
}

.left {
	text-align : left;
}

.center {
	text-align : center;
}


.hasBorder {
	border : 1 solid Blue;
}

img {
	border : 0 none;
}

body {
	background-color:#f5f5f5;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
}

td, th, li {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
}
 
table.AllgemeinTitel, table.ArbeitsschritteTitel {
	margin-top:6px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
}

tr.AllgemeinGerade, tr.ArbeitsschritteGerade, 
td.AllgemeinGerade, td.ArbeitsschritteGerade,
th.AllgemeinGerade, th.ArbeitsschritteGerade  {
	border-top : 1px solid Gray;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
}

tr.AllgemeinUngerade, tr.ArbeitsschritteUngerade,
td.AllgemeinUngerade, td.ArbeitsschritteUngerade,
th.AllgemeinUnGerade, th.ArbeitsschritteUnGerade  {
	border-top : 1px solid Gray;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
}

table.Allgemein, table.Arbeitsschritte {
	margin-bottom:8px;
	border-bottom : 1px solid Gray;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
}

table.headerTable {
	background-color: #ccddff; 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
}

table.footerTable { 
	background-color:#ccddff; 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
}

table.bordered {
	border: 1px solid Black;
}

table.halftable {
	width : 200px;
}

<!--
	=================
	Main Table Layout
	=================
-->

<!-- Content columns -->
td.columnOne { 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	margin-top: 0px;
	padding-top: 0px;
}
td.columnTwo { 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
}
td.columnThree { 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
}

<!-- separator columns. They are inserted between content columns -->
.sepColumnOne { 
}

<!--
	=================
	Table of contents
	=================
-->

.tocTitle { 
	font-family : Arial, Helvetica, sans-serif;
	font-size:16pt; font-weight:bold; 
}
.tocEntryLevel1 { 
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	margin-left: 10px; margin-top:12px; font-size:16pt; 
	text-decoration : none;
}
.tocEntryLevel2 { 
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	margin-left: 25px; margin-top:8px; font-size:12pt; 
	text-decoration : none;
}
.tocEntryLevel3 { 
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	margin-left: 40px; margin-top:2px; font-size:14pt; font-size:12pt;
	text-decoration : none;
}
.tocEntryLevel4 { 
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	margin-left: 55px; margin-top:2px; font-size:12pt; font-size:10pt;
	text-decoration : none;
}
.tocEntryLevel5 { 
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	margin-left: 70px; margin-top:2px;  font-size:10pt; font-size:8pt;
	text-decoration : none;
}

<!--
	==============
	Section titles
	==============
-->

<!-- Adittional classes for the title tags (h1 .. h7) -->
h1.titleLevel1 { 
	font-size : 21px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:6px;
	margin-bottom:4px;
}
h2.titleLevel2 { 
	font-size : 19px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:6px;
	margin-bottom:4px; 
}
h3.titleLevel3 { 
	font-size : 17px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:6px;
	margin-bottom:4px; 
}
h4.titleLevel4 { 
	font-size : 15px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:6px;
	margin-bottom:4px;	
}

td.runningTitle {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}                                                                                       

<!--
	===========
	Text Blocks
	===========
-->

p {
	margin-top: 2px;
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}


li {
	margin-top: 10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

<!-- Label of Images, Applets, etc. -->
.label { text-align: center; font-size:80%; }

<!-- Headlines -->

h1 {
	font-size : 21px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:6px;
	margin-bottom:4px;
}

h2 {
	font-size : 19px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:6px;
	margin-bottom:4px; 
}
  
h3 { 
	font-size : 17px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:6px;
	margin-bottom:4px; 
}
  
h4 { 
	font-size : 15px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:6px;
	margin-bottom:4px;
}


<!--
	===========
	Side Blocks
	===========
-->

<!-- Class of all left paragraph objects. 
     Example: "<div class="leftPObject>PObject</div>"
-->
div.leftPObject {
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	padding-top: 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
}

<!-- Class of all right paragraph objects. 
     Example: "<div class="rightPObject>PObject</div>"
-->
div.rightPObject { 
	padding-top: 0px;
	margin-top: 0px;
	margin-left:10px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
}

<!-- The different classes of paragraph objects
     Example: "<p class="PText">A paragraph text</p>"
-->
p.PText { 
	margin-top: 0px;
	padding-top: 0px;
	font-weight:bold;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
}
.PImage { 
}
.PIcon { 
}
.PApplet { 
}
.PLinks { 
}

<!-- Different types of PText elements are classifies with "PTextType_{Type}"
     "{Type}" is replaced by the "Type" attribute of the element.
     Example: "<span class="PTextType_Title">A paragraph text</span>"

     The default type is "Standard".
-->
.PTextType_Title { 
	margin-top: 0px;
	padding-top: 0px;
	font-weight:bold;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
}
.PTextType_Standard { 
	margin-top: 0px;
	padding-top: 0px;
	font-weight:bold;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
}


<!--
	============
	Image Blocks
	============
-->

.lmlBlock-Image-1-2 { 
	text-align: right; 
	align: right; }
.lmlBlock-Image-1-3 { 
	text-align: center; 
	align: center; }
.lmlBlock-Image-2   { 
	text-align: center; 
	align: center; }
.lmlBlock-Image-2-2 { 
	text-align: center; 
	align: center; }


<!--
	======
	Ancors
	======
-->

a {	
	text-decoration: none;
}
a:link {
	color:#0000cc;
	text-decoration: none;
}
a:visited { 
	color:#0000cc;
	text-decoration: none;
}
a:hover {
	color:#cc3333; 
	text-decoration: none;
}
a:active { 
	color:#cc3333; 
	text-decoration: none;
}


<!--
	=============
	Miscellaneous
	=============
-->

<!-- Info-Line (Author, date of last modification ...) -->
.infoLine { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

<!-- Class of the link to the big source of a image -->
.bigSrcLink {
}

<!-- Replacement for <font size="-1"> -->
.smaller1 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

