@media screen
{
	#topnav
	{
		float: right;
		margin: 10px auto 0 auto;
		position:relative;
		margin-bottom:10px;
	}
	
	#topnav ul
	{
		margin: 5px 200px 0 0;
	}
	
	#topnav li
	{
		float:left;
		width:auto;
		list-style-type: none;
		margin:0;
	}
	
	#topnav a
	{
		display:block;
		padding: 0 1em;
		border-left:#003664 solid 1px;
		font-size:70%;
		line-height:1em;
		margin-top:0.4em; 
	}
	
	#topnav a#merkzettel
	{
		padding: 0 1em 0 1em;
	}
	
	#topnav ul li.zoom
	{
		margin: 1px 0.8em 0 0;
	} 
	
	#topnav ul li.zoom a
	{
		border-left:0;
		display:inline;
		padding:0;
	}
	
	.form_suche
	{
		overflow:hidden;
		width: 188px;
		height: 26px;
		position:absolute;
		top:0px;
		right:15px;
		background: transparent url(images/form_bgr_.png) no-repeat;
	}
	
	div.form_suche form input.suche_textfeld, div.form_suche form input.suche_textfeld:focus
	{
		width:150px;
		height:20px;
		position:absolute;
		top:5px;
		right:10px;
		background-color:transparent;
		border:0;
	}
	
	div.form_suche form input.suche_button
	{
		width:20px;
		height:20px;
		position:absolute;
		top:5px;
		right:160px;
		background: transparent url(images/lupe_form.png) no-repeat;
		border:0;
	}
	
}
