@charset "UTF-8";
body {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	line-height: 1.4em;
}
.oneColFixCtr #container {
	width: 800px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border: 0px solid #FFF;
}
.oneColFixCtr #mainContent {
	padding-top: 20px;

}
.H1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
.Subline {
	font-weight: bold;
}

.H2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 7px;
	font-weight: normal;
	text-decoration: none;
	color: #666;
}
.H3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #C00;
}
.H4 {
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #333;
	line-height: 1.4em;
}

a {
	color: #990000;
	text-decoration: none;
}
a:link {
	color: #990000;
}
a span{
	text-decoration: none;
	color: #303030;

}
a:hover, a:hover span {
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}
a.sw {
	color: #333;
	text-decoration: none;
}
a.sw:link {
	color: #333;
}

}
.video {
	text-align: center;
}
.p-rot {
	color: #C00;
	font-weight: bold;
}
.100 {
	z-index: 100;
}
.iframe {
	text-align: center;
	height: 550px;
	width: 790px;
	margin-right: 5px;
	margin-left: 5px;
}
.textkasten {
	padding-right: 50px;
	padding-left: 40px;
}
.rechts {
	text-align: right;
	float: right;
}
.rechts-abstand {
	text-align: right;
	float: right;
	padding-right: 10px;
}
.div-links {
	text-align: left;
}
