@charset "UTF-8";
/* CSS Document */
fieldset.tx-powermail-pi1_fieldset { background-color:black; border:0; }
fieldset.tx-powermail-pi1_fieldset legend { color:white; }
fieldset.tx-powermail-pi1_fieldset div.even { background-color:black; }

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	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: #fff;
	line-height:1.3em;
}
.htmlarea-content-body {
	background-color: #000000 !important;
} 
img { border:0; }
a { color:white; }

h1, h2, h3, h4, h5, h6 {
	color:#FFCC33;
	margin:0pt;
	padding:5px 0pt;
}
h1 {
	font-size:1.6em;
}
h2 {
	font-size:1.4em;
}
h3 {
	font-size:1.2em;
}
h4 {
	font-size:1em;
}
h5 {
	font-size:0.8em;
}
h6 {
	font-size:0.6em;
}
p, form {
	margin:0pt;
	padding:5px 0pt;
}

/* Mailform */
.csc-mailform-field label {
	width:120px;
	float:left;
}
fieldset  {
	border:0;
	padding:0;
}
#mailform input {
	clear:left;
	margin:0 0 3px 0;
}
#mailform label {
	width:400px;
	float:left;
	clear:left;
}
.csc-mailform {
	padding:10px;
}
.csc-mailform-field {
	width:200px;
}

.oneColFixCtrHdr #container {
	width: 970px;  /* 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. */
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	font-size:0.8em;
	overflow:hidden;
}
.oneColFixCtrHdr #header {
	margin-top:40px;
	padding: 0 20px;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
}
#headerImages {
	margin:0 10px;
	text-align:center;
	height:140px;
}
#headerImg1,#headerImg2,#headerImg3,#headerImg4,#headerImg5 {
	float:left;
	width:165px;
	text-align:center;
	margin:2px;
	padding:5px
}
#headerImg3 {
	background-color:white;
	width:176px;
}

#menu ul {
	clear:left;
	height:39px;
	list-style-type:none;
	margin:0pt;
	padding:0pt 0pt 0pt 0px;
	text-align:center;
	margin:0 auto;
	width:922px;
}

#menu li {
	float:left;
	padding:0 20px;
}
#menu li a {
	color:white;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}
#menu li a:hover, #menu li.active a {
	color:#FFCC33
	
}
#mainContent .cols {
	clear:both;
	width:100%;
	margin-bottom:5px;
	float:left;
}
#mainContent .cols2-1 {
	float:left;
	width:48%;
	margin-right:4%;
}
#mainContent .cols2-2 {
	float:right;
	width:48%;
	margin:0;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 35px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	border-left:2px solid #FFCC33;
	border-right:2px solid #FFCC33;
	float:left;
	min-height:400px;
	height:auto !important;
	height:400px;
	width:896px;
}
.oneColFixCtrHdr #footer {
	padding: 30px 10px; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
	text-align:right;
	float:left;
	clear:left;
	width:900px;
	height:auto;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
}
#footer .langMenu {
	float:left;
	width:200px;
	height:39px;
	text-align:left;
	padding:0;
	margin:0;
}
#footer .tx-srlanguagemenu-pi1 {
	width:100%;
	float:left;
}

#footer .langMenu a {
	color:white;
	text-decoration:none;
}
#footer .footerMenu {
	width:600px;
	float:right;
	text-align:right;
}
#footer ul {
	float:right;
	height:39px;
	list-style-type:none;
	margin:0pt;
	padding:0pt 0pt 0pt 0px;
	text-align:right;
}

#footer li {
	margin:0pt 5px;
	float:left;
}
#footer li a {
	color:white;
	text-decoration:none;
}
#footer li a:hover, #footer li.active a {
	color:#FFCC33
	
}

div.cols {
	float:left;
}
.lightbox-images {
	width:auto;
}
.lightbox-images h3 {
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: left;
}
.lightboxgallery-first {
	float:left;
	clear:left;
	margin:0 5px 5px 0;
}
.lightboxgallery {
	float:left;
	margin:0 5px 5px 0;
}
.lightboxgallery-last {
	float:left;
	margin:0 0 5px 0;
}