/* © 2011 Carsten Abelbeck */

/* Standardfarbe Kunstraum Montag: rgb(166,124,86) oder #A67C52 
Link sonstige Zuständde rgb(176, 192,209) = kaltgrau
*/

#nav {text-align:right; line-height:1; color:rgb(166,124,86);}

ul#nav {
	list-style:none !important;
}

ul#nav li {
	background-color: transparent;
	margin-bottom:1em;
}

ul#nav li a {
	text-decoration:none;
	color: rgb(166,124,86);
}

ul#nav li a:link {
	color: rgb(166,124,86)
}

ul#nav li a:visited {
	color: rgb(166,124,86)
}

ul#nav li a:focus, ul#nav li a:hover {
	color:rgb(176, 192,209);
}

ul#nav li a:active {
	color:rgb(176, 192,209);
}

/* Troubleshooting Menue auf iPad */

.nav {text-align:right; line-height:1; color:rgb(166,124,86);}

ul.nav {
	list-style:none !important;
}

ul.nav li {
	background-color: transparent;
	margin-bottom:1em;
}

ul.nav li a {
	text-decoration:none;
	color: rgb(166,124,86);
}

ul.nav li a:link {
	color: rgb(166,124,86)
}

ul.nav li a:visited {
	color: rgb(166,124,86)
}

ul.nav li a:focus, ul.nav li a:hover {
	color:rgb(176, 192,209);
}

ul.nav li a:active {
	color:rgb(176, 192,209);
}
