#topNav
{
	clear: both;
	
	padding-top: 10px;
	padding-bottom: 0px;

	background: transparent;
	
}

#topNav .basicMenu
{
	text-decoration: none;
	color: black;
}

#topNav .separator
{
	padding-left: 5px;
}

#topNav a
{
	text-decoration: none;
	
	color: black;
}

#topNav a.selectedLink
{
	font-weight: bold;
	
	color: #99192d;
}

#topNav img.lang
{
	position: relative;

	top: 2px;

	padding-left: 5px;
}

#topNav #searchForm
{
	position: relative;
	
	float: right;

	top: 0px;
	left: -8px;
}

#searchForm div.search
{
	
}

#searchForm div.inputSearch
{
	position: relative;
}

#searchForm input.bnSearch
{
	position: relative;

	width: 23px;
	height: 21px;

	padding: 0px;

	top: 0px;
	left: -2px;
	
	background-image: url("../../bilder/bnSearch.gif");
}

.printIcon
{
	position: relative;

	top: 4px;
/*
	margin-left: 15px;
	margin-right: 15px;
*/
}

