
html, body {
    margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, Garamond, serif;
	color: #fff;
	background: #c36c14;  /*CB7218*/
	overflow: hidden;
}

/************Navigation************************/

#orangeliste { 
	margin:0 0 0 10px;
	padding: 0;
	max-width: 96%;
	max-height: auto;
	text-align: left;
	overflow: hidden;
}

ul#artist { 
	display: block;
	padding:0; 
	margin-bottom: 0;
}

ul#artist li { 
	list-style-type: none; 
	display: inline; 
	line-height: 1.8em; 
}

ul#artist li a {
	margin: 3px 9px;
	padding: 1px 0;
	color:#fbe3ca;  /*#F2DBC3;*/ 
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #c36c14;
	white-space: nowrap;
}
ul#artist li a:hover {
    color:#fff;
	font-weight: normal;
	text-transform: none;
    text-decoration: none;
	border-bottom: 1px solid #fbe3ca;
}
ul#artist li a.current {
	margin: 3px 9px;
	padding: 1px 0;
    color:#F2DBC3;
	font-size: 1.1em;
	text-transform: none;
	font-weight: normal;
    text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid #fbe3ca;
}
ul#artist li a.current:hover {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}