/**********************************************************
Projekt:    bulit subpages
Stand:		
Zweck:		Layout - Contentbereich ausweiten
Datum:		29. Mai 2008
Author:		bro
Browsercompability:
			FireFox 2.0, Safari 3, IE6, IE7

Aufbau: 0. Farben
		1. Kalibrierung
		2. Allgemeinen Styles
		3. Styles f&uuml;r Layoutbereiche
		4. Sonstige Styles

Containers:


**********************************************************/




html * div#content {
	margin:0;
	height: 420px;
}
:root div#content {
	margin:0;
	height: 420px;
}


div#logo_sub {
	float: left;
	position:relative;
	width: 120px;
	height: 140px;
	background: #191919;
	font: bold 14px/1.5em Arial, Helvetica, sans-serif;
	padding: 0px 5px 0px 0px;
	margin-bottom: 150px;
	/*background: #FF3300;*/
}

	div#text {
		position: relative;
		top: 110px;
	} 


div.tx-indexedsearch-searchbox{
	display: none;
}