/* 
Kachelelemente (4er Reihe)

TYPO3 Style Layout 4
*/

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

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

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

#content_place .csc-layout-4.csc-frame-0 img {  
height: 140px;  
width: 141px; 
margin-bottom: -2px !important;  
margin-left: -6px;  
margin-right: 0px;  
overflow: hidden;  
z-index: -1;
clear: both;
}

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

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

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

/*-------------  x 4  only image -----------------------*/
#content_place .csc-layout-4.csc-frame-1 {  
float: left;  
margin-left: 0px;  
margin-right: 0px; 
margin-bottom: 4px;
}

#content_place .csc-layout-4.csc-frame-1 img {  
height: 209px;  
width: 140px; 
margin-bottom: -4px;  
margin-left: -6px;  
margin-right: 0px;  
overflow: hidden;  
clear: both;
}

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

/*-------------  x 4  only text -----------------------*/
#content_place .csc-layout-4.csc-frame-2 {  
float: left;  
margin-left: 0px;  
margin-right: 0px;      
margin-bottom: 4px;
}

#content_place .csc-layout-4.csc-frame-2 img {  
clear: both;
display: none;
}

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


