/**
* extra modul mit div wo die Navi verpackt ist, absoluter positionierung
*/
#header .custom_menu
{
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 888;	
}


#header .mod_customnav
{

	
}


#header .mod_customnav ul
{
	
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#header .mod_customnav li
{
	
	float: left;
	padding: 0 20px 0 0;
	margin: 0 0 0 0;
	
}

/**
* status: normal
*/
#header .mod_customnav a,
#header .mod_customnav a:link,
#header .mod_customnav a:visited,
#header .mod_customnav a:active,
#header .mod_customnav span
{
	display: block;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: #006097;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	/* Maushand erzwingen*/
	cursor: pointer;
	
	-moz-transition: color 300ms ease;
	-webkit-transition: color 300ms ease;
	-o-transition: color 300ms ease;
	transition: color 300ms ease;
}


/**
* status: over
*/
#header .mod_customnav a:hover,
#header .mod_customnav a:focus,
#header .mod_customnav a.trail,
#header .mod_customnav span,
#header .mod_customnav li:hover a
{
	color: #0098CC;
	text-decoration: underline;
}