body	{
		margin:0; 
		padding:0; 
		background-color:#d6d6d6; 
		color:#000000; 
		font-family:Arial,Helvetica; 
		}

h1 { font-size:16pt;}
h2 { font-size:14pt;}
h3 { font-size:12pt;}
h4 { font-size:10pt;}

p  { font-size:10pt; }
ol { font-size:10pt; }
ul { font-size:10pt; }
td { font-size:10pt; }
th { font-size:10pt; }

a:link    { color:#000000; font-weight: bold; text-decoration:none; }
a:visited { color:#000000; font-weight: bold; text-decoration:none; }
a:active  { color:#000000; font-weight: bold; text-decoration:none; }
a:hover   { color:#000000; font-weight: bold; text-decoration:none; }

.top	{ 
		z-index:1;
		position: absolute; 
		left: 0; 
		top: 0; 
		width: 96%; 
		height: 130px; 
		color: #000000; 
		background-color: #FFFFFF; 
		}

.t_logo	{ 
		z-index:2;
		position: absolute; 
		right: 100px; 
		bottom: 0; 
		}
				
.header	{
		z-index:1;
		position: absolute; 
		left: 0; 
		top: 130px; 
		width: 85%; 
		height: 180px;
		color: #000000; 
		background-color: #797979; 
		}

.h_label	{
		z-index:2;
		position: absolute; 
		top: 0; 
		left: 120px; 
		width: 180px; 
		height: 180px;
		color: #FFFFFF; 
		text-align:right; 
		}
		
.h_image	{
		z-index:2;
		position: absolute; 
		top: 0; 
		left: 300px; 
		}

.navig	{
		z-index:1;
		position: absolute; 
		left: 300px; 
		top: 310px; 
		width: 50%; 
		font-size: 10pt; 
		font-weight: bold;
		}

.navig a:link    { color:#e0e0e0; text-decoration:none; }
.navig a:visited { color:#e0e0e0; text-decoration:none; }
.navig a:active  { color:#ffffff; text-decoration:none; }
.navig a:hover   { color:#ffffff; text-decoration:none; }

.content	{
		z-index:1;
		position: absolute; 
		left: 300px; 
		top: 340px; 
		width: 50%; 
		font-size: 10pt; 
		}

.content a:link    { color:#000000; font-weight: bold; text-decoration:underline; }
.content a:visited { color:#000000; font-weight: bold; text-decoration:underline; }
.content a:active  { color:#000000; font-weight: bold; text-decoration:none; }
.content a:hover   { color:#000000; font-weight: bold; text-decoration:none; }



@media print {
  /* ... Formatdefinitionen zum Drucken ... */
  .txt4scr { display:none; }
}
@media screen, handheld {
  /* ... Formatdefinitionen zur Bildschirmausgabe ... */
  .txt4prt { display:none; }
}
