	/* wegen Konflikt der Dropdowns mit der PrimNav beim Archiv: neue Browser clearen markupfrei, IE6 floatet weiter */
	div#content-zone div#archiveOptionsForm:after
	{
		clear: both;
		content: ".";
		display: block;
		font-size: 1px;
		height: 0;
		visibility: hidden;
	}
	
	div#content-zone fieldset#getNewsByYear
	{
		float: left;
		margin-right: 7px;
		width: 135px;
		height: 50px;
	}
	
	div#content-zone fieldset#searchNews
	{
		height: 50px;
		float: left;
		margin-left: 7px;
		width: 250px;
	}
	
	div#content-zone fieldset#searchNews #search
	{
		width: 200px;
	}
