/**
 * 		motherstalk.de
 * 		coding and design 2009 markus gottschau
 * 		mail: info@crossundlecker.de
 * 
 */
 
 
 .toolTeaser {
	width: 390px;
	height: 130px;
	float: left;
	margin-bottom: 20px;		
 }
 .toolTeaserImage {
	width: 75px;
	float: left;
 }
 .toolTeaserText {
	float: left;
	width: 260px;
	padding: 10px 0px 0px 20px;
 }
 .toolTeaserText h1 {
	font-size: 16px;
 }
 .toolTeaserSpacer {
	width: 390px;
	height: 320px;
 }
 
 /** FERIENAPP **/
 
 #ferien {
	width: 800px;
 }	
 #ferien th {
	color: #cc0099;
	border-bottom: 1px solid #cc0099;
	/*text-align: center;*/
 }
#ferien td {
	padding: 2px 15px 2px 0px;
	border-bottom: 1px dotted #cc0099;
 } 
.ferienSmall {
	font-size: 10px;
}
  
 
 
 
 
 
 
 
 
 
