
@media all
{

/* ######################################################################################################
** ### Standardmenu: horizontale Standardseiten #########################################################
** ######################################################################################################
*/

#topnav {
	padding: 5px;
	display: inline;
	float: right;
	position: absolute;
	background: #f9f;
	top: auto;
	bottom: 2px;
	right: 2px;
}

/* div um das ul */
#standardmenu {
	padding: 5px;
	background: #faf;
} 

/* Gesamtes ul */
#standardmenu ul {
	padding: 5px;
	margin: 5px;
	background: #fbf; 
}

/* normaler Block */
#standardmenu ul li {
	margin: 0; 
	padding: 0; 
	background: #fcf;
}

/* normaler Text */
#standardmenu ul li a, 
#standardmenu ul li.cur strong { 
	padding: 2px 10px;
	color: #000; 
	font-weight: normal; 
	text-decoration: none; 
}

/* aktiver und aktueller Text */
#standardmenu ul li.cur strong,
#standardmenu ul li.act a:link, 
#standardmenu ul li.act a:visited,
#standardmenu ul li.act a:hover,
#standardmenu ul li.act a:active { 
	color: #000; 
	font-weight: bold;
	background: #fdf; 
}

/* Hover des normalen und aktiven Texts und Blocks */
#standardmenu ul li a:hover,
#standardmenu ul li a:focus
{
	background: #fef !important; 
	text-decoration: underline !important; 
	color: #000 !important; 
}

}
