
/*****************************************************************************
 * Autor	| Tobias Baur ( http://www.tobiasbaur.de )
 * Projekt	| Neveling Zahnarzt ( http://www.zahnarzt-neveling.de )
 *
 * Datum	| 2009-12-20
 * Datei	| colorsandsuch_x.css
 * Funktion	| Contentbereich
 *****************************************************************************/

/* 
 * Aufbau: 	1. Ecken
        	2. Sonstige Styles 
*/

/*========  1. Ecken  ========*/

#ecken_01 {
	width: 440px;
	height: 440px;
	background:#b5ae9c;
	margin: 1px;
	padding: 15px;
	position:relative;
	float: left;
	overflow:hidden;
	display:inline;
}

#ecken_02 {
	width: 440px;
	/*height: 102px;*/
	height: 80px;
	background:#fff;
	margin: 1px;
	padding: 15px;
	position:relative;
	float: right;
	overflow:hidden;
	display:inline;
}

/*========  2. Sonstige Styles  ========*/

.t-dunkel {
	color: #4C514F;
}

