/********************/
/* Basistabellen 	*/
/********************/
 
 table {
 	border-collapse:collapse;
 	width:99%;
 	
 }

table caption {
    font-size:13px;
    font-weight:bold;
    margin:0;
    padding:10px 0;
    color:#323232;
    text-align:left;
}

 table tr td {
 	border:1px solid #6F7888;
 	padding:3px;	
 }
 
 table tr th {
 	border:1px solid #6F7888;
 	font-weight:bold;
 	text-align:left;
 	color:#D74004;
 	padding:3px;
 	background-color:#f6f6f6;
 	font-size:13px;
 }

 table tr td p,
 table tr th p {
	 padding:0;
 }

 /* Tabellen ohne Rahmen für z.b. Kontakte */
  
 table.noborder,
 table.noborder tr,
 table.noborder tr td,
 table.noborder tr th {
 	border:0;
 	padding-left:0;
 	padding-top:0;
 }
 
 /********************/
 /* Was gehört wohin - aus alter Seite */
 /********************/
 
table.tblContent{
  width: 100%;
  border: 1px solid #EFAD19;
  border-collapse: collapse;
}
 
table.tblContent tr th{
  vertical-align: top;
  background-color: #FDE7B8;
  padding: 2px;
}
 
table.tblContent tr td{
  vertical-align: top;  
  border: 1px solid #EFAD19;
  padding: 2px;
}

 /********************/
 /* Was gehört wohin */
 /********************/
 
 /* wrapper */
 table#wrapperWasGehWohin{
   width: auto;
   width: 546px;
   border:0;   
 }
 
 table#wrapperWasGehWohin td.slogan{
 	color: #215298;
 	border:0;
 	text-align: center;
 	font-weight: bold;
 	padding-bottom: 2px;
 }
 
 table#wrapperWasGehWohin td.slogan span.headline{
	font-size: 16px;
	font-weight: bold;
	color: #666;
	border:0;
 }
 
 table#wrapperWasGehWohin tr td{
 	padding-bottom: 8px;
 	border:0;
 }
 table#wrapperWasGehWohin tr td,
 table#wrapperWasGehWohin tr th {border:0;}
 
 /* Inhaltliche Tabellen */
 
 table.WasGehoertWohin{   
    margin-right:20px;
    margin-bottom: 20px;
    padding-bottom: 4px;
 }
   
 table.WasGehoertWohin th{
   color: #FFFFFF;
   padding: 2px;
 }
  
 table.WasGehoertWohin .space{
    font-size: 1px;
    height: 2px;
 }
 
 /* restmuell */
 table.WasGehoertWohin#restmuell,
 table.WasGehoertWohin#restmuell .space{
   border-bottom: 1px solid #999B9E;
 }
 
 table.WasGehoertWohin#restmuell th{
   background-color:#999B9E;
 }
 
  /* gelbetonne */
 table.WasGehoertWohin#gelbetonne,
 table.WasGehoertWohin#gelbetonne .space{
   border-bottom: 1px solid #FFD900;
 }
 
 table.WasGehoertWohin#gelbetonne th{
   background-color:#FFD900;
   color: #000000;
 }
 
 /* biotonne */ 
 table.WasGehoertWohin#biotonne,
 table.WasGehoertWohin#biotonne .space{
   border-bottom: 1px solid #CA7A06;
 }
 
 table.WasGehoertWohin#biotonne th{
   background-color:#CA7A06;
 }
 
  /* pappe */ 
 table.WasGehoertWohin#pappe,
 table.WasGehoertWohin#pappe .space{
   border-bottom: 1px solid #009AD9;
 }
 
 table.WasGehoertWohin#pappe th{
   background-color:#009AD9;
 }

 /* glas */ 
 table.WasGehoertWohin#glas,
 table.WasGehoertWohin#glas .space{
   border-bottom: 1px solid #008D7C;
 }
 
 table.WasGehoertWohin#glas th{
   background-color:#008D7C;
 }

/* schadstoffe */
 table.WasGehoertWohin#schadstoffe,
 table.WasGehoertWohin#schadstoffe .space{
   border-bottom: 1px solid #BF2E37;
 }
 
 table.WasGehoertWohin#schadstoffe th{
   background-color:#BF2E37;
 }
 
 /* sperrmuell */
 table.WasGehoertWohin#sperrmuell,
 table.WasGehoertWohin#sperrmuell .space{
   border-bottom: 1px solid #F68938;
 }
 
 table.WasGehoertWohin#sperrmuell th{
   background-color:#F68938;
 }
 

