/* Mitgliedschaft GOLD  #ccb778 */
/* Mitgliedschaft orange  #FF6600 */
/* Mitgliedschaft blau  #0066B3 */


#div2 {
    display: none;
    position: absolute;
    
}

#link:focus+#div2 {
    display: block;
    position: relative;
    padding-top: 10px;
	padding-bottom: 10px;
	
}



.klappText input {
	/* Ermöglicht Ansteuerung über Tastatur (HTab) */
	opacity: 0;
	}
	
.klappText label {
	margin-left: -1.25em;
	color: #ccb778;
	cursor: pointer;
	padding: 5px;
	border: 1px solid #ccb778;
	border-radius: 0.5em;
	}
.klappText input + label:before {
	font-family: FontAwesome;
	content: '\f05a';
	}
.klappText input:checked + label:before {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	content: 'weniger';
	}
.klappText input:not(:checked) ~ div {
	display: none;
	}
.klappText input:focus + label {
	/*  Markierung des fokussierten LABEL-Elements */
	color: #ccb778;
	transition: all 2.3s;
	
	}

body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1em;	
	line-height: 2.0em;
	background: #000000;
	color: #FFFFFF;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
	font-style: normal;
	color: #CCB778;
	line-height: 1.5em;
}

h2 {
	font-size: 1.25em;
	font-weight: bold;
	font-style: normal;
	color: #CCB778;
	line-height: 1.2em;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
	color: #FFF;
}

b, strong{
    font-weight: bold;
	color: #ccb778;
	}
	
.big {
	font-size: 2.0em;
	background-color: #FFFFFF;
	font-weight: bold;
	color: #333333;
}

.bigtext {
	font-size: 2.0em;
	line-height: 1.8em;
	
}
.medium {
	font-size: 1.2em;
	line-height: 1.4em;
	
}

.small {
	font-size: 0.75em;
	line-height: 1.1em;
	
}

.fett {
	font-size: 1.1em;
	font-weight: bold;
		
}

.clear {
	clear: both;
}

.einrucken {
	padding-left: 40px;
	line-height: 1.2em;
}

/* Links */

a, a.wv, a.form {
	color:#FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

a:hover, a.wv:hover, a:hover.form {
	color:#ff6600;
	text-decoration: underline;
	font-weight: bold;
}

.linksohneunderline a, .linksohneunderline a.form, .linksohneunderline a:hover, .linksohneunderline a:hover.form {
	text-decoration: none;
	font-weight: normal;
}





fieldset {
	line-height:1.5em;
	border-color:#CCB778;
	border-style:solid;
	border-width:1px;
	padding:10px 20px 20px 30px;
	background-color: #000000;
}

legend	{
	font-size: 14px;
	line-height: 1.3em;
	font-weight: bold;
	padding: 0 7px 0 7px;
	letter-spacing: 0.2em;
	word-spacing: 0.2em;
	color: #CCB778;
}






img.vollebreite {
	width:100%;
	height:auto;
}

img {
	width:auto;
	height:auto;
}



#container {
	width: 90%;
	max-width: 1050px;	
	padding: 0 15px 0 5px;
	margin: 0 auto;
}



header {
	padding: 0 10px 15px 5px;
	float: left;
	width: 100%;	
	text-align: center;
}



#headerlinks {
	width: 90%;
	height: 75px; 
	max-height: 125px;
	margin: 0 auto;
	padding: 5px 15px;
	float: left;
	
}

#headerlinks img {
	width: 70%;
	height: auto;
	max-height: 75px;
	margin-left: 15%;
	margin-right: 15%;
	text-align: center;
}

#headermitte {
	padding: 0 35px;
	margin: 0 auto;
	
}

#headerrechts  {
	display: none;
}


#headermitte h1 {
	font-size: 1.75em;
	font-weight: bold;
	font-style: normal;
	color: #CCB778;
	text-align:center;
	margin: 0 auto;
	
}




#content {
	float: left;
	width: 100%;
	padding: 0 10px 0 5px;
	
}



#footer {
	float:left;
	width:100%;
	padding:4%;
	margin-bottom:8%;
	
}



#endfooter {
	clear: both;
	background: none;
    color: #CCB778;
    margin: 100px 0;
	padding: 20px 0 10px 0;
    width: 100%;
	text-align: center;
	
}


#endfooter a {
	color:#CCB778;
	text-decoration: none;
	font-weight: bold;
} 

#endfooter a:hover, #endfooter  A:visited, #endfooter  A:active {
	color:#CCB778;
	text-decoration: underline;
	font-weight: bold;
}







/* Besonderheiten */

#Seitenwechsel {
	display: none;
}




/* Fortschrittsbalken */

#fortschritt {
	padding: 1% 0 3% 0;
	height: 75px;
	text-align: center;
	color: black;
	clear: both;
}


#fortschritt table {
	vertical-align: top;
	text-align: center;
}

#fortschritt table th {
	vertical-align: top;
	text-align: center;
}

#fortschritt table td {
	vertical-align: top;
	text-align: center;
	padding: 0 0.2em;
}




.status3 {
	width: 240px;
	margin: 5px auto;
	text-align: center;
}

.status4 {
	width: 320px;
	margin: 5px auto;
	text-align: center;
}

.aktiv-g {
COLOR: #FF6600;
FONT-SIZE: 9px;
FONT-STYLE: normal;
FONT-WEIGHT: normal;
}

.next-g {
COLOR: #ccb778;
FONT-SIZE: 9px;
FONT-STYLE: normal;
FONT-WEIGHT: normal;
}

.fertig-g {
COLOR: #66CC33;
FONT-SIZE: 9px;
FONT-STYLE: normal;
FONT-WEIGHT: normal;
}



/* für Printer/Display besondere Bereiche */
.noprint, .onlydisplay {
	
}

.onlyprint, .nodisplay  {
	display: none;
}



/* Formulare */

form {
	padding-top: 15px;
}


input[type="text"], input[type="email"], textarea {
	background-color: #FFFFFF;
	border: 0;
	line-height: 1.5em;
	font-weight: bold;
	color: #333333;
	}

input[type="radio"] {
	background-color: #ccb778;
	border: 2px solid #ccb778;
	line-height: 1.5em;
	font-weight: bold;
	color: #ccb778;
	margin-right: 5px;
}
	
textarea {
	font-size: 1.3em;
	font-weight: bold;
	color: #333333;
}



input {
	padding: 0.5em;
}

::placeholder, td::placeholder, textarea::placeholder {
	color: #555;
	font-size: 0.7em;
}


p.formularzeile label  {
	width: 100%;
	float: left;
	margin-top: 4px;
	
}

p.formularzeile input {
	width: 90%;
	
}

p.formularzeile select {
	width: 100%;
	float: left;
	
}

p.formularzeile_plzort label {
	float: left;
	color: #E56911;
	font-size: 75%;
	font-weight: bold;
}

.formularzeile_boxen, .formularzeile_anrede {
	width: 100%;
	display: block;
	float: left;
	font-size: 75%;
	font-weight: bold;
	color: #E56911;
}

.anrede {
	margin-right: 25px;
	
}


p label.plz, p label.ort {
	width: 100%;
	font-size: 75%;
	font-weight: bold;
	color: #E56911;	
}

label.Beschriftung {
	display: inline-block;
	width: 150px;
	font-style: bold italic;
	margin-bottom: 1.3em;
}



input[type="text"].plz, #plz {
	width: 70px;
	
}

input[type="text"].ort, #ort {
	width: 90%;
	
}

input[type="text"].iban {
	width: 145px;
	padding: 0.5em 0;
	
}



/* Checkboxen */
.abfrage {
	margin-left: 30px;
	
}
.radiobutton {
	margin-bottom: 6%;
}

.wichtig {
	background-color: #666666;
}









/* Schaltflächen */
.submit {
	border: 0;
	background-color: transparent;
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #FF6600;
	font-weight: normal;
	line-height: 1.1em;
}
	
.submit:hover {
	text-decoration: underline;
}


/* Buttons */
button {
	margin: 0.4em;
	padding: 0.4em;
	border-radius: 10px;
	background-color: transparent;
	font-weight: bold;
	line-height: 1.3em;
	letter-spacing: 0.3em;
	text-align: center;
}

button.green {
	border: 3px solid #66CC33;
	color: #66CC33;
	font-size: 1.3em;
}

button.red {
	border: 2px solid #E56911;
	color: #E56911;
	font-size: 1.0em;
	
}

button.yellow {
	border: 3px solid #FF6600;
	color: #FF6600;
	font-size: 1.0em;
	
}

button.gold {
	border: 3px solid #ccb778;
	color: #ccb778;
	font-size: 1.0em;
	
}


button.blue {
	border: 3px solid #0066b3;
	color: #0066b3;
	font-size: 1.2em;
}


button.white {
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 1.2em;
}



input[type="reset"].red, input[type="submit"].red {
	border: 3px solid #E56911;
	border-radius: 10px;
	background-color: transparent;
	padding: 5px;
	margin: 0;
	font-size: 14px;
	color: #E56911;
	font-weight: bold;
	line-height: 0.9em;
	letter-spacing: 0.3em;
	text-align: center;
	
}

input[type="submit"].green {
	border: 3px solid #66CC33;
	border-radius: 10px;
	background-color: transparent;
	padding: 5px;
	margin: 0;
	font-size: 14px;
	color: #66CC33;
	font-weight: bold;
	line-height: 0.9em;
	letter-spacing: 0.3em;
}



/* besondere Schriftfarben */

.gold {
	color: #ccb778;
	
	
}


.red {
	font-weight: normal;
	color: #e56911;
	text-align: center;
}

.green  {
	font-weight: normal;
	color: #66cc33;
	text-align: center;
}

.blue {
	color: #0066B3;
}

.orange {
	color: #E56911;
}

.white {
	color: #FFFFFF;
}



.error {
	font-size: 1.2em;
	line-height: 1.1em;
	font-weight: bold;
	color: #FF0000;
	}







/* Vorschaubild und Zoom */

.container_box {
	float: left;
	text-align: center;
	flex-direction: column;
	align-items: stretch;
	width: 100%

}

.box_rechts {
	flex-direction: column;
	align-items: stretch;
}



@media screen and (min-width:600px) {	
	.container_box {
		float: left;
		text-align: left;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		width: auto;
		
	}
		
	.box_rechts {
		float: right;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		padding-top: 15px;
		text-align: center;
	}
}



.zoom-trigger {
    width: 700px;
    height: auto;
    cursor: pointer;
    transition: transform 0.2s ease;
    border-radius: 8px;
}

.zoom-trigger:hover {
    transform: scale(1.03);
}

/* Das Overlay (standardmäßig unsichtbar) */
.modal {
    display: none; 
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    justify-content: center;
    align-items: center;
    
    /* Animation für den Hintergrund */
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

/* Das vergrößerte Bild im Standardzustand (leicht verkleinert für den Pop-Effekt) */
.modal-content {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);

    /* Startzustand für die Bild-Animation */
    transform: scale(0.95);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1); /* Erzeugt einen leichten, eleganten "Bouncing"-Effekt */
}

/* Wenn das Modal geöffnet ist: Hintergrund wird sichtbar, Bild zoomt auf */
.modal.open {
    display: flex;
    opacity: 1;
}

.modal.open .modal-content {
    transform: scale(1);
}

/* Vorschaubild und Schließen-Button (bleiben gleich) */
.zoom-trigger {
    width: 150px;
    height: auto;
    cursor: pointer;
    transition: transform 0.2s ease;
	border: 1px solid;
    border-radius: 8px;
}
.zoom-trigger:hover {
    transform: scale(1.1);
}
.close-btn {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #ccb778;
    font-size: 80px;
    font-weight: bold;
    cursor: pointer;
}













/* Tabellen */

table {
	vertical-align: top;
	text-align: left;
}

table th {
	vertical-align: top;
	text-align: left;
	padding: 0 1.4em 1.4em 0;
}

table td {
	vertical-align: top;
	text-align: left;
	padding: 0 1.4em 1.4em 0;
}




/* Filialverteiler-Tabelle */
#verteiler table {
	vertical-align: top;
	text-align: left;
}

#verteiler th {
	padding: 10px 0 10px 0;
}


#verteiler td {
	width: 180px;
	padding: 8px 15px 8px 0;
}




/* Kartenaufstellung-Tabelle */
.aufstellung table {
	vertical-align: top;
	text-align: left;
}

.aufstellung th {
	padding: 8px 4px;
	line-height: 1em;
	font-style: bold;
}


.aufstellung td {
	padding: 4px;
	line-height: 1.1em;
}



/* besondere Ausrichtungen */
.links {
	float: left; 
}

.rechts {
	float: right; 
}

.textlinks {
	text-align: left;	
}

.textmittig {
	text-align: center;
	padding: 0 10px;
}

.textrechts {
	text-align: right;	
}

.float-ende {
	clear: both;
}

.mittige_buttons {
	text-align: center;
	margin: 0 20px;
}

.mittige_buttons input{
	margin: 0 20px;
}



.hinweisbox {
	font-size: 1.3em;	
	font-weight: bold;
	color: #e56911;
	text-align: center;
	padding: 15px;
	border: 2px solid #e56911;
	
}



/*  ACHTUNG --> TICKETPLAN darf nur OHNE!!
td {
	padding-bottom: 15px;
}
*/



/* Warenkorb  und Wkorb   // prüfen, was zukünftig genutzt wird */
#warenkorb {
	width: 100%;
	height: auto;
	padding-top: 5%;
	margin:0 auto;
	vertical-align: top;
	float: left;
	font-size: 0.9em;

}

#warenkorb h2 {
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
	color: #CCB778;
	line-height: 1.2em;
}

/* Tabelle des großen Warenkorbs */


#warenkorb th {
	padding: 0 5px 0 5px;
	margin: 0;
	font-weight: bold;
}

#warenkorb td {
	padding: 0;
	padding-left: 4px;
	margin: 0;
	font-weight: normal;
}



#warenkorb form {
	text-align: center;
	padding-top: 0;
	padding: 0 8px 0 8px;
	}



#wkorb {      /* das ist der kleine neben dem Sitzplan  */
	width: 150px;
	height: auto;
	text-align: center;
	vertical-align: top;
	float: left;
	font-size: 0.7em;
	background-color: #0066B3;
	color: #FFFFFF;
}

#wkorb2 {     /* das ist der kleine rechts weit oberhalb des 950-Sitzplans  */
	
	width: 150px;
	height: auto;
	text-align: center;
	vertical-align: top;
	float: right;
	font-size: 0.7em;
	background-color: #0066B3;
	color: #FFFFFF;
}

#wkorb h2, #wkorb2 h2 {
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
	color: #CCB778;
	line-height: 1.2em;
	text-align: left;
	
}	

#wkorb th, #wkorb2 th {
	font-size: 0.8em;
}



#wkorb a, #wkorb2 a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
	
}


#wkorb a:hover, #wkorb2 a:hover {
	color:#0066b3;
	background-color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
	}

#wkorb big, #wkorb2 big {
	font-size: 2.5em;
	line-height: 1.5em;
	border: 1px solid #FFFFFF;
	padding: 5px;
}




/* Infoblock  ==> Symbolerklärung */

#Infoblock {
	padding: 10px 0 25px 0;
	
	
}

#Infoblock h2 {
	font-size:1em;
}

#Infoblock table	{
	line-height: 1.0em;
	vertical-align: top;
	text-align: center;
}

	
#Infoblock td {
	font-size: 0.8em;
	padding: 0 15px 0 15px;
	text-align: center;
}

/* Sitzplan */
#sitzplan {
	width: 550px;
	height: auto;
	vertical-align:top;
	float: left;

}

#sitzplan750 {
	width: 770px;
	height: auto;
	vertical-align:top;
	float: left;

}

#sitzplan940 {
	width: 950px;
	height: auto;
	vertical-align:top;
	float: left;

}


#sitzplan td.reihennrlinks, #sitzplan750 td.reihennrlinks, #sitzplan940 td.reihennrlinks {
	font-size: 0.8em;
	padding: 0 8px 0 0;
	text-align: left;
} 

#sitzplan td.reihennrrechts, #sitzplan750 td.reihennrrechts, #sitzplan940 td.reihennrrechts {
	font-size: 0.8em;
	padding: 0 0 0 8px;
	text-align: right;
} 


#sitzplan750 td, #sitzplan940 td {
	padding: 0;
}

#sitzplan td.rechts, #sitzplan750 td.rechts, #sitzplan940 td.rechts {
	
	text-align: right;
	white-space: nowrap;
}

#sitzplan td.links, #sitzplan750 td.links, #sitzplan940 td.links {
	
	text-align: left;
	white-space: nowrap;
}

#sitzplan td.mitte, #sitzplan750 td.mitte, #sitzplan940 td.mitte {
	
	text-align: center;
	white-space: nowrap;
}

#sitzplan img, #sitzplan750 img, #sitzplan940 img {
	width: auto;
	height: auto;
}

#sitzplan750 .Sitz4 {
	width: 40px;
	height: 15px;
}


#sitzplan750 .Sitz5 {
	width: 60px;
	height: 15px;
}

#sitzplan750 .Sitz7 {
	width: 120px;
	height: 15px;
}

#sitzplan750 .Sitz8 {
	width: 140px;
	height: 15px;
}

#sitzplan750 .Sitz10 {
	width: 180px;
	height: 15px;
}

#sitzplan750 .Sitz11 {
	width: 200px;
	height: 15px;
}

#sitzplan750 .Sitz12 {
	width: 220px;
	height: 15px;
}

#sitzplan750 .Sitz13 {
	width: 240px;
	height: 15px;
}

#sitzplan750 .Sitz14 {
	width: 260px;
	height: 15px;
}

#sitzplan750 .Sitz15 {
	width: 280px;
	height: 15px;
}


.reihenhinweis {
	background-color:#444444;
}

.textweiss{
	color:#FFFFFF;
}



td.ohneabstand {
	margin: 0px;
	padding: 0px;
}

td.ohnehohe {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

td.textrechts {
	text-align: right;
}




/*
###   ###   ###   ###   ###   ###   ###   ###
###                                       ###   
###   			Screengrössen		      ###   
###                                       ###   
###   ###   ###   ###   ###   ###   ###   ###  
*/

@media screen and (min-width:500px) {
	
	body {font-size:0.95em;}
	
	
	
	
	
}

@media screen and (min-width:550px) {
	
	body {font-size:1em;}
	
	#content {
		padding: 2% 4%;
	}

	
	
	
	img {
		width:auto;
		height:auto;
	}

	
	
}

@media screen and (min-width:620px) {
	
	body {
		font-family: Verdana,Arial,Helvetica,sans-serif;
		line-height: 1.4em;
	}
	
		
	h1 {
		font-size: 1.8em;
		line-height: 1.4em;
		}

	h2 {
		font-size: 1.5em;
		line-height: 1.1em;
	}

	h3 {
		font-size: 1.2em;
		color: #0066B3;
		line-height: 1.1em;
	}	
	
	
	
	b, strong{
		font-family: Verdana,Arial,Helvetica,sans-serif;
		font-weight: bold;
	}
	
	
	
	#header h1 {
		font-size: 1.6em;
		font-weight: bold;
		font-style: normal;
		color: #ccb778;
		text-align: center;
		margin: 0 auto;
		
	}


	#headerlinks {
		width: auto;
		max-width: 200px;
		height: auto; 
		max-height: 125px;
		float: left;
		padding: 0 3% 3% 0;
		display: block;
		vertical-align: top;
		text-align: left;
		
	}
	
	#headerlinks img {
		width: auto;
		max-height: 125px;
		vertical-align: top;
		text-align: left;
		margin: 0;
	}


	#headermitte {
		margin: 0 auto;
		width: auto;
		vertical-align: top;
		
	}

	
	#headerrechts {
		width: auto;
		max-width: 200px;
		height: auto; 
		max-height: 125px;
		float: right;
		padding: 0 0 3% 3%;
		display: block;
		vertical-align: top;
		text-align: right;
		
	}
	
	#headerrechts img {
		width: auto;
		vertical-align: top;
		text-align: right;
	}
	
	
	
	#content {
		padding: 2% 0.5% 0 0.5%;
	}
	
	
	
	
	
	.radiobutton {
	margin-bottom: 4.5%;
	}
	
}



@media screen and (min-width:720px) {
	
	 
	
	h1 {
		font-size: 2.4em;
		font-weight: bold;
		font-style: normal;
		color: #ccb778;
		line-height: 1.5em;
	}

	h2 {
		font-size: 1.8em;
		font-weight: bold;
		font-style: normal;
		color: #ccb778;
		line-height: 1.2em;
	}

	h3 {
		font-size: 1.45em;
		font-weight: bold;
		font-style: normal;
		color: #FFF;
	}

		
	p {
		font-size: 1.1em;
		line-height: 1.3em;	
	}
	 
	 
	 
	 
	input {
		padding: 0.2em;
	}

	p.formularzeile label  {
		width: 180px;
		float: left;
		margin-top: 2px;
		
	}

	p.formularzeile input {
		width: 350px;
		
	}

	p.formularzeile select {
		width: 350px;
		float: left;
		
	}

	p.formularzeile_plzort label {
		float: left;
		
	}

	.formularzeile_boxen, .formularzeile_anrede {
		width: 180px;
		display: block;
		float: left;
		
	}

	.anrede {
		margin-right: 30px;
			
	}


	p label.plz {
		width: 65px;
		
	}

	p label.ort {
		width: 115px;
		
	}

	
	label.plz::after {content: " /";}


	input[type="text"].plz, #plz {
		width: 70px;
		
	}
	input[type="text"].ort, #ort {
		width: 265px;
		
	}

	input[type="text"].iban {
		width: 160px;
		padding: 0.5em;
		
	}

	
	
	.radiobutton {
	margin-bottom: 3%;
	}
}


@media screen and (min-width:820px) { 
	
	
	
	
	
}

@media screen and (min-width:960px) {
	
	
	.radiobutton {
	margin-bottom: 1.5%;
	}
	
	#warenkorb {
	max-width: 450px;
	height: auto;
	text-align: center;
	vertical-align: top;
	float: left;
	font-size: 0.9em;
	
	}

	
#warenkorb h2 {
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
	color: #CCB778;
	line-height: 1.2em;
}




	#warenkorb th {
		font-size: 0.8em;
	}


}



@media screen and (min-width:1120px) {
	
	
}




/*
###   ###   ###   ###   ###   ###   ###   ###
###                                       ###   
###   			Verwaltungsseiten	      ###   
###                                       ###   
###   ###   ###   ###   ###   ###   ###   ###  
*/


#verwaltung table	{
	border-collapse: collapse;
	
	}


#verwaltung tr {
	background-color: none;
}

	
#verwaltung th, #verwaltung td	{
	border: 1px solid #dddddd;
	padding: 5px;
	vertical-align: top;
	text-align: right;
	}
	
#verwaltung th	{
	background-color: #4066a4;
	color: white;
	text-transform: uppercase;
	}

#verwaltung .left	{
	text-align: left;
	}
	

	
#verwaltung .summe	{
	background-color: #333333;
	font-weight: bold;
}




/*
###   ###   ###   ###   ###   ###   ###   ###
###                                       ###   
###   			CE - Seiten	      ###   
###                                       ###   
###   ###   ###   ###   ###   ###   ###   ###  
*/

#ceseiten table	{
	border-collapse: collapse;
	
	}

#ceseiten tr {
	background-color: none;
}

#ceseiten tr:nth-child(odd) {
	background-color: #666666;
}
	
#ceseiten th, #ceseiten td	{
	border: 1px solid #dddddd;
	padding: 5px;
	vertical-align: top;
	text-align: left;
	
	}

#ceseiten td.rechtsbuendig	{
	text-align: right;
	}
	
	
#ceseiten th	{
	background-color: #4066a4;
	color: white;
	text-transform: uppercase;
	}






