@charset "utf-8";
body  {
		font-family:Arial, Helvetica, sans-serif;
    	background: #fff;
    	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: #666;
    }
	img{
		border:none 0;
	}
	p{
		margin:0;
		padding:0 0 10px 0;
	}
	form{
		margin:0;
		padding:0;
	}
	sub {
      line-height: 0px;
      font-size: 80%;
      padding:0 2px 0 0;
    }
    
	sup {
      line-height: 0px;
      font-size: 80%;
      padding:0 2px 0 0;
    }
	
	#promoTop {
		width:835px;
		margin-left:60px;
		overflow:hidden;
	}
	#promoRight {
		position:absolute;
		top:120px;
		left:915px;
	}
	
    .twoColFixRtHdr #container { 
    	width: 835px;  /* 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-color:transparent;
    	/*margin: 0 auto;  Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
		margin:20px 0 0 60px;
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */	
    } 
    .twoColFixRtHdr #header { 
    	background: #fff;
		background-image:url(../../images/regensburg/kleinteile/fluxx_banner.gif); background-repeat:no-repeat; background-position:0 0px;
    	padding:0;  /* 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. */
		height:138px;
		position:relative;
    } 
		
	#logo{
		position:relative;
		top:25px;
		left:26px;
		float:left;
	}
	#newsletter{
		font:12px Arial, Helvetica, sans-serif;
		color:#154594;
		position:absolute;
		top:30px;
		left:535px;
		float:left;
	}
	
	#newsletter input{
		width:153px;
		height:16px;
		font-size:12px;
		color:606060;
		border:1px #606060 solid;
		margin-left:0px;
		padding:0;
	}
/*Newsletter/Suche */
#newsletter input.formButton{ width:11px; height:11px; margin:0px 0 0 5px; border:none; border-top:2px #fff solid;}

	#suche{
		font:12px Arial, Helvetica, sans-serif;
		color:#154594;
		position:absolute;
		top:30px;
		left:720px;
		float:left;
	}
	#suche input{
		width:90px;
		height:16px;
		font-size:12px;
		color:606060;
		border:1px #606060 solid;
		margin-left:0px;
		padding:0;
	}

#suche input.formButton{ width:11px; height:11px; margin:0px 0 0 5px; border:none; border-top:2px #fff solid;}
	
	.twoColFixRtHdr #outerContent{ 
		margin-top:0px;
		padding-top:30px;
		font-size:0.8em;	
		position:relative;
	}
	.twoColFixRtHdr #outerContent a{
		color:#154594;
		font-size:1.0em;
	}
	
    .twoColFixRtHdr #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. */
    }
    .twoColFixRtHdr #sidebar1 {
    	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
    	width: 300px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
    	/*background: #fff;  Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
    	padding:0;
    	margin-top:50px;
    }
	* + html .twoColFixRtHdr #sidebar1 {
	}
	* html .twoColFixRtHdr #sidebar1 {
		width: 300px;
	}
    .twoColFixRtHdr #mainContent { 
    	margin: 0 345px 30px 0; /* Durch den rechten Rand dieses div-Elements entsteht die Spalte am rechten Seitenrand. Der Spaltenbereich bleibt unabhängig von der Inhaltsmenge des sidebar1-div immer gleich. Sie können diesen Rand entfernen, falls der Text des #mainContent-div den Bereich von #sidebar1 füllen soll, wenn der Inhalt in #sidebar1 endet. */
    	padding: 0 12px 0 0; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
		width:450px;
    }
   	* + html .twoColFixRtHdr #mainContent {
		margin: 0 0px 0 0;
	}
	
	* html .twoColFixRtHdr #mainContent {
		margin: 0 0px 0 0;
		width:490px;
		
	}
	*.twoColFixRtHdr #mainContent {
		width:440px;
	}
	.twoColFixRtHdr #mainContent {
		width:510px;
	}

	.twoColFixRtHdr #mainContent h1{
		font-size:1.6em;
		font-weight:normal;
		color:#154594;
		margin:0;
		padding:0 0 10px 0;
	}
	h1 a{
		text-decoration:none;
	}
	#mainContent h1 a{ color:#606060 !important;}
	#mainContent .boxBalkenBreit h1 a{ color:#fff !important;}
	h2 a{
		text-decoration:none;
	}
	h3 a{
		text-decoration:none;
	}	
	.twoColFixRtHdr #mainContent h2{
		font-size:1.1em;
		font-weight:normal;
		color:#666666;
		margin:0;
		padding:10px 0 2px 0;
	}
	
	.twoColFixRtHdr #mainContent h3{
		font-size:1.1em;
		font-weight:bold;
		color:#154594;
		margin:0;
		padding:0 0 5px 0;
	}
	
	.twoColFixRtHdr #sidebar1 h2{
		font-size:1.2em;
		font-weight:normal;
		color:#154594;
		margin:0;
		padding:0 0 10px 0;
	}
	
	.boxBalkenMarginQuicklink{ margin-bottom:20px;}
	.boxBalkenMarginQuicklink h2{ padding:5px 0 5px 0px !important; background-color:#aaacd2; font-weight:bold; font-size:1.0em !important;}
	.boxBalkenMarginQuicklink .boxRandContent{ background-color:#aaacd2; border-bottom:5px #6772b0 solid;}
	.boxBalkenMarginQuicklink form{ margin-bottom:10px;}
	.boxBalkenMarginQuicklink td{ border:none; vertical-align:top;}
	
	.twoColFixRtHdr #mainContent .csc-textpic{ margin-bottom:0px;}
	
    .twoColFixRtHdr #footer {
		height:60px;
    	padding: 0 10px 0 0px; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
		margin-top:0px;
    }
    .twoColFixRtHdr #footer .socialB { padding-top:5px; padding-left:0px; clear:left;}
    .twoColFixRtHdr #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. */
    }
	.twoColFixRtHdr #footer .links{
		padding-bottom:15px;
	}
	.twoColFixRtHdr #footer .links ul{
		list-style:none;
		margin:0;
		padding:0;
	}
	.twoColFixRtHdr #footer .links ul li{
		float:left;
		padding-left:0px;
		padding-right:30px;
	}
	.twoColFixRtHdr #footer .links ul li a{
		font-size:0.8em;
		color:#606060;
	}
	
    .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;
        height:0 !important;
        font-size: 1px !important;
        line-height: 0px !important; 
    }
    .clearfloatSpecial{
        clear:left;
        height:0 !important;
        font-size: 1px !important;
        line-height: 0px !important;
    }
	.clear {
		display:block;
		height:0;
	}
	
	.tx-indexedsearch table, td, tr{
		border:0;
	}
	
	.tx-indexedsearch-icon {
		display:none;
	}
	
	.csc-textpic-caption
	{
		font-size:0.75em;
	}
#tipp{
	position:relative;
	top:0px;
	margin-bottom:20px;
	padding:0;
	width:518px;
	
}
* html #tipp{
	margin-right:-30px;
}
.tippText{
	padding:5px 10px 10px 10px;
	background-color:#154594;
	color:#fff;
}
.tippText h1{ color:#fff !important; font-weight:normal !important; padding-bottom:6px !important;}
.tippText h2{ color:#fff !important; font-weight:normal !important; padding-bottom:6px !important;}
.tippText a{ color:#fff !important;}
.tippImg{
/*	width:305px;	*/
}

.anm_but{
margin-top: 5px;
}


.boxEineSpalte{}

.boxBalkenBreit{
	width:520px;
	 padding-bottom:5px;
	 border-bottom:1px #154594 solid;
}
* html .boxBalkenBreit{ width:490px;}
.boxBalkenBreit h1{
	font-size:0.9em !important;
	font-weight:bold !important;
	color:#fff !important;
	background-image:url(../../images/regensburg/kleinteile/balken_442.gif);
	background-repeat:no-repeat;
	height:21px !important;
	padding:2px 0 0 10px !important;
	margin-bottom:10px !important;
}
.boxBalkenBreit p{
	padding:0;
	margin:0 5px 10px 0;
}
*+html .boxBalkenBreit p{
	padding-right:30px;
}
.trennlinie{
	margin-bottom:10px;
	display:block;
	clear:left;
}

#mainContent .boxZweiSpalten{
border-bottom:1px #154594 solid;
margin-bottom:15px;
margin-left:-10px;
padding:0 0 0 10px;
}
#mainContent .spalteLinks{
	float:left;
	width:215px;
	padding-right:40px;
}
#mainContent .spalteRechts{
	float:left;
	width:215px;
}

.boxDreiSpalten{
	margin:0;
	padding:0;
}
.spalteLinks3{
	float:left;
	width:140px;
	padding-right:10px;
}
.spalteMitte3{
	float:left;
	width:140px;
	padding-right:10px;
}
.spalteRechts3{
	float:left;
	width:140px;
}

.boxRandMargin{
	margin-bottom:10px;
}
.boxRandContent{
	padding:0 10px 1px 10px;
	margin:0;
}
.randImg{
	margin:0;
	padding:0;
}

#sidebar1 h1 {
		font-size:1.4em;
		font-weight:bold;
		color:#666666;
		margin:0;
		padding:0 0 10px 0;
	}
	
	
.boxBalkenMargin {
	margin-bottom:10px;
	border:1px #154594 solid;
}
.boxBalkenMargin h2 {
	font-size:1.0em !important;
	color:#154594 !important;
	background-color:#d5d5e9;
	padding:1px 0 0 10px !important;
	margin:10px 0 0 0 !important;
}
.boxBalkenMargin .boxRandContent{
	padding-top:15px;
}

#sidebar1 .boxZweiSpalten{
}
#sidebar1 .boxZweiSpalten .boxRandContent{
	background-image:url(../../images/regensburg/kleinteile/kasten_140_bg.gif);
	background-repeat:repeat-y;
	padding:0 25px 0 10px;
	margin:0;
}
#sidebar1 .spalteLinks{
	float:left;
	width:148px !important;
	padding-right:10px;
	margin-bottom:10px;
}
#sidebar1 .spalteRechts{
	float:left;
	width:148px !important;
	margin-bottom:10px;
}
#sidebar1 h1, #sidebar1 h2 {font-weight:normal !important;}
#sidebar1 ul {
	margin:0;
	padding:5px 5px 13px 20px;
}

.vorspann{
	color:#000;
	font-weight:bold;
	line-height:1.2em;
	display:block;
	margin-bottom:15px;
}

/* Content-Formulare */
.sp1{ width: 105px; display:block; float:left;}
label{ width: 100px; display:block; float:left; padding-right:5px;}
label.breit{ width: 200px !important;}
.tellText{ width:383px; height:100px; margin-top:6px; font-family:Arial,Helvetica,sans-serif; font-size:1em;}
.b40{ width:auto; display:block; float:left;}
.sp2kl{ display:block; float:left; margin-left:5px; margin-right:20px;}
.check{ width: 20px !important; display:block; float:left; margin-right:20px;}
.checkLang{ width:auto;}
.meldung{ color:#ee7f01; vertical-align:top;}
*+html .meldung{ vertical-align:middle;}
*html .meldung{ vertical-align:middle;}
.orange{ color:#ee7f01;}
.contForm input{ width:180px; line-height:12px; height:14px; margin-bottom:5px;}
.contForm .radio{ width:16px; height:16px;}
.contForm .submit{ margin-left:105px; width:60px; height:20px;}
.contForm .submitL{ margin-left:0px; width:60px; height:20px;}


/* Tabelle */
.htmlarea-showtableborders td{ padding-left:3px; padding-right:3px; margin:0; line-height:12px;}
table.htmlarea-showtableborders p{ margin:0; padding:2px 0 2px 0;}
table{ border-collapse:collapse;}
.htmlarea-showtableborders thead td{ background-color:#fff; border-bottom:3px #154594 solid; border-top:1px #154594 solid; border-left:1px #154594 solid; border-right:1px #154594 solid;}
.htmlarea-showtableborders tbody td{ border:1px #154594 solid;}
.htmlarea-showtableborders tfoot td{ border-top:2px #154594 solid; border-bottom:1px #154594 solid; border-left:1px #154594 solid; border-right:1px #154594 solid;}



/* rating */
div.ratingblock {}

/* gallery */
div.tx-chgallery-pi1 div.pagebrowser {padding:10px 0 10px 0;}
div.tx-chgallery-pi1 div.pagebrowser div {padding:0 10px 0 0;}
div.tx-chgallery-pi1 div.pagebrowser .result{ display:none;}

div.tx-chgallery-pi1{ }

div.tx-chgallery-pi1 div.pagebrowser div {display:inline;}
div.tx-chgallery-pi1 ul {
	width:auto;
	margin:0;
	padding:0;
}
div.tx-chgallery-pi1 li {
	list-style:none;
	margin:0;
	padding:0;
	display:inline;
}
div.tx-chgallery-pi1 li a {
	margin:0;
	padding:0;
}
div.tx-chgallery-pi1 li img {
	margin:1px;
	padding:0;
}

p.align-right{ text-align:right;}

/* projector */
#projectorMain {margin:0 0 10px 0;}
#projectorMainImage {margin:10px;}
#projectorMainText {padding-bottom:0;}
#projectorMainText p {margin-bottom:0;}
#projectorThumbs {margin:0 0 10px 0;}



/* comments */
div.eluna_pagecomments_count,
div.eluna_pagecomments_comment,
div.eluna_pagecomments_comment_alt {margin:0 0 10px 0;}
div.eluna_pagecomments_form {width:430px !important;}
div.eluna_pagecomments_form form {width:430px !important;}
div.eluna_pagecomments_form input, div.eluna_pagecomments_form label {float:left;}
div.eluna_pagecomments_form input {margin:0 10px 10px 0;}
div.eluna_pagecomments_form textarea {margin:4px 10px 10px 0; width:400px !important;}
div.eluna_pagecomments_form label {width:auto;}
div.eluna_pagecomments_form p {clear:both;}
div.eluna_pagecomments_error { padding:5px 0 5px 0; color:#ee7f01;}
* + html div.eluna_pagecomments_link { padding-bottom:30px;}


/* poll */
div.tx-jkpoll-pi1 label {
	width:auto;
	text-align:left;
	float:none;
}

/* Banner */
#promoRight img{ margin-left:20px;}

.csc-textpic-below + .csc-textpic-clear{ clear:left !important;}


/* Start-Layer */
div#FilterDiv, div#player1div
{
	display: none;
}

div#player1div
{
	 
	position: absolute; 
	z-index: 60;
	background-color: #FFF;
}
div#player1div p
{
	margin: 0;
}
/* Start-LayerKlick */
div#player2div
{
	display: none;
}

div#player2div
{
	position: absolute; 
	z-index: 60;
	background-color: #FFF;
}
div#player2div p
{
	margin: 0;
}


#tabLayer td, .tabLayerKlick td{
	border:none 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#606060;
	font-size:12px;
}
#tabLayer td a, .tabLayerKlick td a{
	font-family:Arial, Helvetica, sans-serif;
	color:#ee7f01;
	font-size:12px;
	text-decoration:none;
}


div#FilterDiv
{
	background-color:#000;
	opacity: 0.4;
	filter: alpha(opacity=40);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 58;
	width: 100%;
	height: 100%;
}

#tabLayer td.bild, .tabLayerKlick td.bild
{
	padding:0px;
}
#tabLayer td.text, .tabLayerKlick td.text
{
	padding:20px 10px 10px 10px;
}
#tabLayer td.schliessen, .tabLayerKlick td.schliessen
{
	text-align: left;
	padding:20px 10px 10px 10px;
	width:50%;
	background-color:#fff;
}
#tabLayer td.schliessen a, .tabLayerKlick td.schliessen a{
	color:#606060;
}
#tabLayer td.schliessen img, .tabLayerKlick td.schliessen img
{
	border: none;
	float:left;
}
#tabLayer td.gewinnen, .tabLayerKlick td.gewinnen{
	text-align: right;
	padding:20px 10px 10px 10px;
	width:50%;
	background-color:#fff;
}

#footer .btTop a{
	color:#ee7f01;
	text-decoration:underline;
	font-size:0.8em;
	text-align:right;
	float:right;
	padding-right:20px;
}

#ratgeber td {
  border-width: 0px !important;
}

/* Captcha */
label.labelCaptcha{ text-align:left !important; margin-bottom:10px;}
label.labelCaptcha .tx-srfreecap-pi2-cant-read{ color:#606060 !important;}

/* Pmkslimbox */
#lbCloseLink{ width:25px !important;}

#lbNumber{ display:none;}

/* Kommentare */
.tx-srfreecap-pi2-image{ margin-left:0 !important;}
.eluna_pagecomments_form_title{ margin-bottom:4px;}
.tx-srfreecap-pi2-cant-read{ color:#606060;}

/* Kuloplayer */
.tx_kuloplayer_pi1-player{ clear:left !important;}

/* Rahmen */
.randUnten{ border-bottom:1px #154594 solid; margin-bottom:10px; float:none;}

.zahlTages h2{ background:none; color:#666 !important; font-size:1em;}
.zahlTages h3{ background-color:#AAACD2; color:#154594; margin:0 0 5px 0; padding-left:10px; font-weight:normal; font-size:2.5em;}
.zahlTages .boxRandContent{ padding:0px;}
.zahlTages p{ padding:0 10px 10px 10px;}

/* Poll */
.tx-jkpoll-pi1 div h1{ display:none;}


div.csc-textpic-clear{ clear:none !important; clear:left;}

/* 4-BilderTeaser*/
#mainContent .head4Bilder {
color:#154594;
font-size:1.6em;
font-weight:normal;
margin:0;
padding:0 0 10px;
}

#mainContent .dachzeile4Bilder{
color:#666666;
font-size:1.1em;
font-weight:normal;
margin:0;
padding:10px 0 2px;
}

.image4Bilder {
float:left;
padding-bottom:10px;
padding-right:10px;
}

.tabelle4Bilder  {
clear:left !important;
}
