/* 
Kachelelemente (3er Reihe)

TYPO3 Style Layout 3
*/

/*-------------  x 3  DEFAULT-----------------------*/
#content_place .csc-layout-3 a{ 
color: white;  
text-decoration: none;
}

#content_place .csc-layout-3 a:hover{ 
	text-decoration: underline;
}

#content_place .csc-layout-3.csc-frame-0{
   display: block;
   float: left;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 4px;
}

#content_place .csc-layout-3.csc-frame-0 img {  
  opacity:0.7;
  filter:alpha(opacity=70); 
}

#content_place .csc-layout-3.csc-frame-0:hover img {  
  opacity:1.0;
  filter:alpha(opacity=100); 
}

#content_place .csc-layout-3.csc-frame-0 img {
  height: 140px;
  width: 189px;
  margin-bottom: -3px;
  margin-left: -6px;
  margin-right: 0px;
   overflow: hidden;
}

#content_place .csc-layout-3.csc-frame-0  p{
  width: 179px;
  height: 60px;
  padding: 5px;
  margin-left: 4px;  
  margin-right: -3px;
  background-color: rgb(0,125,68); 
  color: white;
  clear: both;
}

/*-------------  x 3  only Pics-----------------------*/
#content_place .csc-layout-3 a{  
color: white;  
text-decoration: none;
}

#content_place .csc-layout-3.csc-frame-1{
   display: block;
   height: 208px;
   float: left;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 4px;
}

#content_place .csc-layout-3.csc-frame-1 img {
  height: 208px;
  width: 189px;
  margin-bottom: -5px;
  margin-left: -6px;
  margin-right: 0px;
  overflow: hidden;
}

#content_place .csc-layout-3.csc-frame-1  p{
  display: none;
  clear: both;
}


/*-------------  x 3  only Text-----------------------*/
#content_place .csc-layout-3 a{  
color: white;  
text-decoration: none;
}

#content_place .csc-layout-3.csc-frame-2{
   display: block;
   float: left;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 4px;
}

#content_place .csc-layout-3.csc-frame-2 img {
	display: none;
}

#content_place .csc-layout-3.csc-frame-2  p{
  width: 179px;
  height: 198px;
  padding: 5px;
  margin-left: 4px;  
  margin-right: 0px;
  background-color: rgb(0,125,68); 
  color: white;
  clear: both;
}
