@charset "iso-8859-2";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 82%;
	background-color: #FFF;
	background-image: url(../images/design/bgrd.gif);
	background-repeat: repeat;
}
h1,H2,H3,H4 {
	color:#333;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
	font-family: Tahoma, Geneva, sans-serif;
} 

a:link,a:active,a:visited {
	color:#666;
	text-decoration: none;
}
a:hover{
	text-decoration:underline;
	color:#333;
}

.h1 a:hover{
	text-decoration:none;
		color:#666;
}

IMG{border:0;}
.date {
	font-weight:normal;
	color:#666;
	font-size: 0.8em;
	margin-bottom: 5px;
}

.displaynone { display:none; } /* Spamschutz für Emailrobots */
/* Anwendung z-B. info@<span class="displaynone">null</span>varizone.net   */

.noprint {display: none;}

.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;
}



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

.vzstyle #container {
	width: 900px;
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.vzstyle #header {
	background-color: #FFF;
	height: 267px;
	padding-top: 0;
	padding-right: 0px;
	padding-left: 0px;
} 
.vzstyle #header p {
	margin: 0;
	text-align: right;
	font-size: 0.85em;
	padding-top: 45px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.vzstyle #header a {
	color:#666;
	text-decoration: none;
}
.vzstyle #locator_stripe{
	background-color: #FFF;
	background-image: url(../images/design/locator_stripe.jpg);
	padding-right: 10px;
	padding-left: 20px;
	font-size: .85em;
	background-repeat: no-repeat;
	padding-top: 5px;
	height: 30px;
	padding-bottom: -8px;
	margin-bottom: -8px;
}
.vzstyle #locator_stripe p {
	font-weight:normal;
	color:#666;
	vertical-align: middle;
	margin-bottom: 5px;
	margin-top: -2px;
}
.vzstyle #locator_stripe a{
	font-weight:normal;
	color:#666;
	text-decoration: none;
	padding-top: 15px;
}


.vzstyle #topcontent_stripe {
	background-color: #FFF;
	background-image: url(../images/design/top_content.jpg);
	height: 15px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
} 


.vzstyle #sidebar1 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 200px; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: 15px 10px;
	background-color: #FFF;
}
.vzstyle #mainContent {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 

#sections {
	background-image: url(../images/design/sections.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}

    .section {
	float:left;
	width:200px;
	background-color: #F2F2F2;
	height: 260px;
}
    .section p {
	margin:0;
	font-size: 0.9em;
}
    .section.margin {margin:0 10px;}
    .section h3 {
	margin:0;
	padding:10px;
	font-size:100%;
	background-image: url(../images/design/section-title.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
    .section-in {
	margin-bottom:10px;
	padding:0 10px 10px 10px;
	background-color: #f2f2f2;
}
	


.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;
	background-image: url(../images/design/footer_stripe.jpg);
	height: 58px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.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;
}
.text_weiss {
	color: #E7E7E7;
}

