/*
 * home.css
 * Elemente der Startseite
 */

#koch {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 335px;
	height: 528px;
	z-index: 1;
	background-image: url(/share/layout/img/gusto-koch.png);
}

#xtrabar {
	background-image: url(/share/layout/img/bg-highlight.png);
	background-repeat: repeat-y;
	width: 100%;
	height: 110px;
}

#xtrabar .first {
	float: left;
	width: 340px;
	height: 100%;
}

#xtrabar .first p {
	margin: 0px;
	padding-top: 42px;
	padding-left: 180px;
}

#xtrabar .second {
	float: left;
	width: 315px;
	height: 100%;
}

#xtrabar .second h3 {
	font-size: 100%;
	margin: 0px;
	padding: 1em 1ex 1ex 1ex;
}

#xtrabar .second p {
	margin: 0px;
	padding: 0.5ex 1ex 1ex 1ex;
}

#xtrabar .bar {
	float: left;
	width: 5px;
	height: 100%;
	color: #000;
	background-color: #fff;
}

#xtrabar .third {
	float: left;
	width: 320px;
	height: 100%;
}

#xtrabar .third p {
	margin: 0px;
	padding-top: 45px;
	padding-left: 10px;
}
