/**
* @package Zweispalter
* @name ZS CSS
* @author ZFeN - sven@zfen.de - http://www.zfen.de
* @version 1.0
*/

#deep {
	width: 900px;
	margin: 0 0 0 50px;
	background-image: url(../images/schatten_deep.gif);
	background-position: center;
	background-repeat: repeat-y;
	white-space: nowrap;
	float: left;
	display: inline;
}

#deep_left {
	width: 266px;
	margin: 27px 0 0 27px;
	float: left;
	white-space: normal;
	display: inline;
}

#deep_middle {
	width: 260px;
	margin: 27px 0 0 24px;
	float: left;
	white-space: normal;
	display: inline;
}

#deep_right {
	width: 293px;
	margin: 27px 0 0 30px;
	float: left;
	white-space: normal;
	display: inline;
}

