body {
	background-color: white;
	color: black;
	font-family: Tahoma, Verdana, Helvetica, SansSerif;
	font-size: 9pt;
}

#herbertpoeschl {
   position:absolute;
   top:130px;
   left:30px;
   width:320px;
   padding:10px;
   margin:0px;
   border:1px solid gray;
}

#peterschaetz {
   position:absolute;
   top:135px;
   left:400px;
   width:320px;
   padding:10px;
   margin:0px;
   border:1px solid gray;
}

h1 {
	font-size: 15pt;
	font-weight: bold;
	background-color: #92C1D9;
	color: #000000;
	text-align: justify
}

h2 {
	font-size: 13pt;
	font-weight: normal;
	color: #4050a0;
	
	margin-top: 2;
	margin-bottom: 2
}

h3 {
	font-size: 11pt;
	font-weight: normal;
	color:brown;
	text-align: justify
}

.text {
	font-size: 9pt;
	font-weight: normal;
	text-align: left
}

.just {
	text-align: justify;
	font-size: 9pt;
	margin-bottom: 0;
	margin-top: 0;
}

.left {
	text-align: left;
	font-size: 9pt;
	margin-bottom: 0;
	margin-top: 0;
}

.rowContent {
}

li{
	list-style:none; 
	margin-bottom: 5px;
	text-align: justify;
}

.colLeft{
	margin-top: 60px;
	margin-right: 30px;
	float:left;
	width:121px;
}
.colLeftmanual{
	margin-top: 60px;
	margin-right: 30px;
	float:left;
	width:150px;
}

.colContent{
	margin-left:20px;
	width:500px;
	float:left;
}

.fineprint {
	text-align: justify;
	font-size: 8pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

.headline {
        left: 200;
	width: 100%;
	text-align: center;
	vertical-align: top;
	margin-bottom:24pt;
}

.subline {
	width: 500px;
	vertical-align: bottom;
}

.teluff {
	font-size: 18pt;
	font-family: Verdana;
	font-weight: 700;
	letter-spacing: 2pt;
	color: #0081BD;
}

.productions {
	font-size: 18pt;
	font-family: Verdana;
	font-weight: 700;
	letter-spacing: 2pt;
	color: #000000;
}

.linknoUL {
	text-decoration: none;
}

.image {
	text-align: justify;
	width: 500px;
	font-style: italic;
	font-size: 9pt;
	margin-bottom: 20pt;
}

a {
	text-decoration: none;
	color: blue;
}

.bugfix {
	color: #ff0000;
}

.enhancement {
	color: #008000;
}

.newfeature {
	color: #00c000;
}