@charset "iso-8859-2";
body{
       font:11pt/120% Arial, serif;
       background-color: white !important;
       background-image: none !important;
       color:black;}
	   
	   
dl, 
dt, 
dd {
      float:none !important;}	   
	  
.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
}
	  
	  
	   
h1,h2,h3,h4,h5,h6{font-size:13pt;line-height:110%;margin:0;padding:0;}


a:after, a:link:after  { 
color: #000000;
background-color:transparent;  }

a:visited:after {
color:#000000; 
background-color:transparent;
}

page-break-after:always;
page-break-before:always;
page-break-after:avoid;
page-break-before:avoid;


IMG{border:0;}
.date {
	font-weight:normal;
	color:#666;
	font-size: 7pt;
}

.displaynone {
	font-size: 9pt;
	color: #333;
} 




/* Layout.....Container Seitenaufbau */

/* Ensure the content spans the full width */
.vzstyle #container, .vzstyle #mainContent, .vzstyle #footer
{
width: 100%; margin: 0; float: none;
}



.vzstyle #container {
	background: #FFFFFF;

} 
.vzstyle #header {display:none;} 
 
.vzstyle #header p {display:none;} 
.vzstyle #header a {display:none;} 

.vzstyle #locator_stripe {display:none;} 
.vzstyle #locator_stripe p {display:none;} 
.vzstyle #locator_stripe a {display:none;} 

.vzstyle #topcontent_stripe {display:none;} 
.vzstyle #sidebar1 {display:none;}

.vzstyle #mainContent {
background-color:transparent; }

#sections {display:none;} 
    .section {display:none;} 
    .section p {display:none;} 
    .section.margin {display:none;} 
    .section h3 {display:none;}  
	.section-in {display:none;} 
	


.t-left {text-align:left !important;}
.t-center {text-align:center !important;}
.t-right {text-align:right !important;}
.t-justify {text-align:justify !important;}

/*-----------------------footer----------------*/
.vzstyle #footer {
	background-color: #FFF;

} 
.vzstyle #footer p {
	margin: 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
	font-size: .85em;
	text-decoration: none;
	text-align: left;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

