/* ######################################################################################################
** Wir sind im Besitz einer zeitlich unbegrenzten YAML Generelle Lizenz welche am 02.11.2006 unter der ##
** Rechnungsnummer 061102-155 erworben wurde. ################# (c) by Dirk Jesse (http://www.yaml.de) ##
** ######################################################################################################
** 
**  YAML Version: 2.5.2
**  Dateiversion: 22.10.06  
**  Datei       : layout_3col_vlines.css
**  Funktion    : Zentrales Stylesheet 3-Spalten-Layout mit grafikfreien Spaltentrennern
**
*/
.cline {
	width: 900px;
	margin: 0 auto;
}


.drittel {
	width: 280px;
	float: left;
	padding: 0 10px;
}

.chead {
	width: 280px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #eee;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	padding: 0 10px;
}

.shead {
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	color: #fff;
	background-color: #333;
}
.ctext {
	line-height: 18px;
	padding: 5px 5px 15px 5px;
}

