<html>
  <head>
  <title>Titel der Datei</title>
  <link rel=stylesheet type="text/css" href="formate.css">
  <style type="text/css">
  <!--

a:link { font-weight:bold; text-decoration:none; color:#CC7605; }
a:visited { font-weight:bold; text-decoration:none; color:#B6370A; }
a:active { font-weight:bold; font-style:italic; text-decoration:none; color:#F56801; }

@page { 
  size:portrait; 
}

body {
  margin-top:10; 
  margin-left:10;
  margin-right:10;
  margin-bottom:10;
  background-color:#FFFFCC;
}

body.fenster {
  margin-top:8; 
  margin-left:8;
  margin-right:8;
  margin-bottom:8; 
  background-color:#FFFFCC ;
}

h1 { 
  font-family:Arial, Helvetica;
  font-size:24pt; 
  color:#CC7605; 
  font-weight:bold;
  font-style:none; 
}

h2 {
  font-family:Arial, Helvetica;
  font-size:15pt; 
  color:#CC7605; 
  font-weight:bold;
  font-style:none; 
}

h3 {
  font-family:Arial, Helvetica;
  font-size:13pt; 
  color:#CC7605; 
  font-weight:bold;
  font-style:none; 
}

#linklist {
  font-family:Arial, Helvetica;
  font-size:13pt; 
  color:#CC7605; 
  font-weight:bold;
  font-style:none; 
}

p {
  font-family: Arial, Helvetica;
  font-size:10pt;
  font-weight:none;
  font-style:none;
}

p.dick {
  font-family: Arial, Helvetica;
  font-size:14pt;
  font-weight:bold;
  font-style:none;
}

p.dicht {
  font-family: Arial, Helvetica;
  font-size:10pt;
  font-weight:none;
  font-style:none;
  margin-top:0px;
}

.ganztext {
/*  width:605px;*/
  z-index:2;
}

.thetext {
  position:absolute;
  top:10px;
  left:10px;
  width:440px;
  z-index:5;
}

.textcol1 {
  position:absolute;
  top:10px;
  left:10px;
  width:375px;
/*  width:70%;*/
  z-index:5;
}

.textcol2 {
  position:absolute;
  top:40px;
  left:400px;
  width:200px;
/*  left:75%;*/
/*  width:20%;*/
  z-index:5;
}

.sprache {
  position:absolute;
  top:15px;
  left:555px;
  z-index:6;
}
  //-->
  </style>
  </head>
  <body>
  </body>
</html>


