<!--
/* Konfiguration Tabellen und Listen
Letzte Änderung 21.6.05

Wichtige Farben
Grün für Bildunterschrift: #B3EA70
*/

/*Allgemeine Einstellungen*/

/*Klasse standard*/
table.standard{
   border-spacing:0px;
   border-collapse: collapse;
   border: 1px solid #086EA1;
}

 /*.standard th{
   background-color: #086EA1;
   color: #fff;
   padding:5px 10px 10px 10px;
  border:1px white solid;
}*/


.standard td,th{
   border: 1px solid #0094DE;
   padding:5px 10px 10px 10px;
}
.standard td,th{
font-weight:normal;
}
.standard .td-0{
   font-weight:bold;
   text-align:left;
   border-right:1px #79B8D8 solid;
}


.standard tr.tr-even {
background-color: #ACC9E3;
}

.standard tr.tr-odd {
background-color: #DEE8F1;
}

/*Start Klasse camping*/
.camping td{
   border: 1px solid #c69c4a;
   text-align:left;
}
.camping .td-0{
	font-weight:bold;
	text-align:left;
	border-right:1px #c69c4a solid;
}
table.camping{
	border-spacing:0px;
	border-collapse: collapse;
	border: 1px solid #c69c4a;
}

.camping th{
	background-color: #c69c4a;
	color:#fff;
	/*border:1px white solid;*/
}
.camping tr.tr-even {
background-color: #FAE4B9;
}

.camping tr.tr-odd {
background-color: #FDF6E7;
}
/*Ende Klasse camping*/

/*Klasse leer*/
table.leer{
	border-spacing:0px;
	border-style:none;
	border-width:0px;
	border-collapse: collapse;
	border: 0px;
	margin:0px;
}
.leer td{
   border: 0px ;
   vertical-align:top;
   text-align:left;
   font-size: 0.9em;
}
.leer th{
	border: 0px ;
	vertical-align:top;
	text-align:left;
}


/*Definition Listen*/
#inhalt ul {
	/*oben rechts unten links*/
	margin:0px 0px 20px 20px;
	padding: 0em;
}
#inhalt ul li{
	list-style: disc;
	padding: 0.2em;
	line-height: 1.4em;
}

#inhalt ul.csc-bulletlist {
	line-height: 1em;
	/*oben rechts unten links*/
	margin:0px 0px 20px 20px;
	padding: 0em;
}
#inhalt ul.csc-bulletlist li{
	list-style: disc;
}

#inhalt ol {
	line-height: 1em;
	/*oben rechts unten links*/
	margin:0px 0px 20px 20px;
	padding: 0em;
}
#inhalt ol li{
	list-style: decimal;
	line-height: 1.4em;
}

/*
.csc-bulletlist .csc-bulletlist-0{
list-style-type:disc;
list-style-position:inside;
padding: 0 0 0 0px; 
margin: 0 0 0 0px;
}

.csc-bulletlist li{
   padding: 0 0 0 24px; 
   margin: 0; 
 }

csc-bulletlist-0{

}
*/

