/*	1.3. Seitenaufteilung ------------------------------------------------------- */

div#center { 
 width: auto !important;
 text-align: center;
 margin: 0;
 padding: 0;
}

div#inner_center {
 width: auto !important;
 max-width: 65em;
 display: inline-block;
}

#content_wrapper {
 width: auto !important;
 margin: 0;
 padding: 0;
 float: left; 
}

div#content {
 width: auto !important;
 padding: 1em;
 margin: 0;
 float: left;
}

div#logo,
div#links,
div#rechts {
 display: none;
}

/* IE 6 hack */
*html div#inner_center { width: auto !important; width: 52em; }
*html div#content { padding: 0.8em; }

/* IE hack */
#content #spec FIELDSET {
	POSITION: relative\9; MARGIN-TOP: 2em\9; display: block\9;
}
#content #spec FIELDSET LEGEND {
	POSITION: absolute\9; MARGIN-TOP: -1.8em\9; HEIGHT: 1.4em\9;
}

#event_parkplatzsuche { position: relative !important; display: inline-block; float: none; clear: both; }