
/********************** LINK *************************/

div.inhalt a, div.inhalt p a{
  border-bottom: 1px dotted #3C5B75; 
}
div.inhalt table.greyBox table td a{
  border-bottom: 0px dotted #3C5B75; 
}
div.inhalt table.greyBox table td p a{
  border-bottom: 1px dotted #3C5B75; 
}
div.inhalt td.greyBox table td a{
  border-bottom: 0px dotted #3C5B75; 
}
div.inhalt td.greyBox table td p a{
  border-bottom: 1px dotted #3C5B75; 
}

div.inhalt td.imageLink a{
  border-bottom: 0px; 
}

div.inhalt a.jss{
  border-bottom:0px;
}


/*********************** TABLE Spez *******************/


td.greenBox{
  background-color: #DEE280;
}

td.greenBox, table.greenBox td{
 display: block;
 padding: 10px;
}

table.greenBox{
 float:left;
 display:inline;
 margin: 10px 0px 10px 0px; 
 background-color: #DEE280; 
}

td.greyBox{ 
  width:48%;
  background-color: #DFDFDF;
}

td.greyBox, table.greyBox td.greyBox, table.greyBox td{
  padding: 10px 10px 10px 10px;
}

/* Peter hat hier Änderungen gemacht 
.greyBox p,
.greyBox a {
  font-size: 11px;
  line-height: 15px;
}

.greyBox p b {
  font-size: 12px;
  line-height: 19px;
}
*/

.inserateBox, td.inserateBox p, td.inserateBox a{
   font-size:11px;
}
td.inserateBox b{
   font-size:12px;
}

table.greyBox table td{
  padding:0px;
}

table.greyBox{
 float:left;
 display:block;
 margin: 10px 0px 15px 0px;
 background-color: #DFDFDF; 
}


td.boxSpace{
 width:17px;
}

td.imageLink{
 
}


