/* Navigation */

nav 
{
	font-family: Arial,Sans-Serif;
	margin: 0 auto;
	width: 100%;
	height:55px;
	border-bottom: 2px solid white;
	padding-top: 15px;
	padding-bottom: 0px;
}

ul
{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

ul li
{
	padding: 0;
	margin: 0;
	display: inline;
}

ul li a
{
	letter-spacing: 2px;
	text-decoration: none;
	color: white /*#808080*/;
	font-size: 0.9em;
	padding: 3px 15px;
	font-variant: small-caps;
	font-weight:bolder;
	-webkit-background-size: 100%;   
	-o-background-size: 100%;   
	-khtml-background-size: 100%;   
	  
	/* Border-radius not implemented yet */  
	-moz-border-radius: 7px;   
	-webkit-border-radius: 7px;	
}

nav ul li a:link#current, nav ul li a:visited#current, nav ul li a:hover
{
	color: white /*#000*/;
	font-size: 1.7em;
	border: 4px solid white;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

/*Menü auf der rechten Seite*/
ol
{
	width: 100%;
	text-align: left;
	margin: 0 2px;
	padding: 0;
	list-style: none;
	line-height: 1.5em;
}

ol li a
{
	letter-spacing: 3px;
	text-decoration: none;
	font-size: 0.7em;
	padding: 1px 1px;
	font-variant: small-caps;
	font-weight:bolder;
	color:black;
	-webkit-background-size: 100%;   
	-o-background-size: 100%;   
	-khtml-background-size: 100%;   
	  
	/* Border-radius not implemented yet */  
	-moz-border-radius: 7px;   
	-webkit-border-radius: 7px;	
}

aside ol li a:link#current, aside ol li a:visited#current, aside ol li a:hover
{
	font-size: 1.1em;
	border: 1px solid black;
	font-weight:bolder;
	
}