@charset "iso-8859-1";
body {
	font: 13px;
	margin: 0px 0px 0px 0px; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	background-image: url(../../images/bg_body.jpg);
	background-repeat: repeat-y;
	background-color: #000;
	font-family: "Segoe UI", Tahoma, sans-serif;
}
/**/
a:link, a:visited {
	color: #000;
	text-decoration: none;}
a:hover, a:active {
	color: #000;
	text-decoration: underline;}

#basictab{
	margin-left: 0px;
	border-bottom: 2px solid #FFCC00;
	list-style-type: none;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 16px;
	padding-left: 0px;
	clear: right;
}
.basictab ul{
	margin: 0px;
	padding: 2px 0px 0px 0px;
	margin-left: 22px;
	border-bottom: 0px solid #FFCC00;
	list-style-type: none;
	text-align: left;
	margin-bottom: 2px;
}
.basictab li{
	display: inline;
	margin: 0;
	padding-right: 4px;
}

.basictab li a{
	text-decoration: none;
	padding: 4px 26px 6px 26px;
	margin-right: 0px;
	border: 2px solid #FFCC00;
	border-bottom: 2px solid #FFCC00;
	background-color: #FC3;
	color: #2d2b2b;
	border-top: 2px solid #FFCC00;
	font-size: 14px;
	font-weight: bold;
	border-right: 2px solid #FFCC00;
	filter:alpha(opacity=90);
	opacity: 0.90;
	-moz-opacity:0.90;
}

.basictab li a:visited{
	color: #2d2b2b;
	border-top: 2px solid #FFCC00;
	padding: 4px 26px 6px 26px;
	filter:alpha(opacity=90);
	opacity: 0.90;
	-moz-opacity:0.90;
}

.basictab li a:hover{
	background-color: #C90;
	color: #FFF;
	border-top: 2px solid #FFCC00;
	border-bottom: 2px solid #FFCC00;
}

.basictab li a:active{
	color: #FFF;
	border-top: 2px solid #FFCC00;
	border-bottom: 2px solid #FFCC00;
}

.basictab li.selected a{ /*selected tab effect*/
	background-color: #CDC8AA;
	color: #333;
	border-top: 2px solid #FFCC00;
	border-bottom: 2px solid #FFCC00;
}

.oneColFixCtrHdr #container {
	width: 900px;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 0px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	background-image: url(../../images/bg_kartini.png);
	background-repeat: no-repeat;
	background-position: 330px 50px;
	margin-top: 30px;
}

.oneColFixCtrHdr #header {
	padding: 0 10px 0 40px;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
	background-image: url(../../images/logo.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	height: 60px;
	text-align: right;
	font-size: 13px;
	color: #FFF;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
}

.oneColFixCtrHdr #subheader {
	padding: 0px;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
	height: 14px;
	text-align: right;
	font-size: 12px;
	color: #FFF;
}

.oneColFixCtrHdr #mainContent{
	padding-left: 40px;
	color: #FFF;
	margin-top: 60px;
}
.oneColFixCtrHdr #Content {
	background-color: #C4BA91;
	margin-left: 20px;
	border-left: 1px solid #F7B606;
	min-height: 400px;
	border-top: 1px solid #F7B606;
}
.oneColFixCtrHdr #footer  {
	padding: 5px 1px 10px 20px;
	text-align: left;
	font-size: 10px;
}
.oneColFixCtrHdr #footer a   {
	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
	font-size: 10px;
}

.tbArtists td {
	padding-top:10px;
	padding-bottom:10px;
	padding-left: 10px;
	border-bottom: 6px solid;
	border-bottom-color: #CDC8AA;
	font-size: 13px;
}
.tbArtists td h1{
	font-size: 16px;
}
.tbArtists td h2{
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: -6px;
	padding-top: 6px;
}
.tbArtists td img2 {
	filter:alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity:1.0;
}
.RowEven{
	background-color: #E1DECC;
	/* background-color: #C8A542; */
	border: 1px solid #FC0;
	filter:alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity:1.0;
}
.RowOdd{
	background-color: #D5BB6C;
	border: 1px solid #FC0;
}
.RowHighlight{
	background-color: #FC0;
	border: 1px solid #C8A542;
}

/* Navigation
   -------------------------------- */

#navigation {
	height: 36px;
	float: right;
	top: 80px;
	right: 80px;
	position: static;
	text-decoration: none;
	background: transparent none;
}

#tabContent #navigation a:link, #tabContent #navigation a:visited {text-decoration:none}

#navigation .left {
	float: left;
	width: 5px;
	height: 36px;
	/* background: url('../images/navigation.png') no-repeat left top; */
	background: url('../../images/navigation_l.png') no-repeat left top;
}

#ie6 #navigation .left {
	background: transparent none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/navigation_l.png', sizingMethod='scale');
	zoom: 1;
}

#navigation .right {
	float: left;
	width: 3px;
	height: 36px;
	background: url('../../images/navigation.png') no-repeat right top;
}

#navigation ul,
#navigation ul li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 38px;
}

#navigation ul {
	height: 36px;
	background: url('../../images/navigation.png') repeat-x 0 -41px;
}

#navigation ul li a {
	float: left;
	display: block;
	height: 36px;
	padding: 0 18px;
	color: #FFF;
	text-decoration: none;
	background: url('../../images/navigation_s.png') no-repeat right top;
}

#navigation ul li.selected a {
	color: #fff;
}

#navigation ul li.last a{
	background-image: none;
}

#navigation ul li a:hover {
	color: #FC0;
}
.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 2px #FFCC00;
	border-bottom: solid 2px #FFCC00;
	border-top: solid 2px #FFCC00;
	border-right: solid 2px #FFCC00;
	/*background-color: #C4BA91;*/
	background-color: #CDC8AA;
	filter:alpha(opacity=90);
	opacity: 0.90;
	-moz-opacity:0.90;
	min-height: 460px;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	/*
	background-image: url(../../images/bg_TabContent.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	*/
	color: #333;
	font-size: 13px;
}
.TabbedPanelsContentGroup a:link, a:visited {
	color: #C92C17;
	text-decoration: none;
	font-size: 13px;
}
.TabbedPanelsContentGroup a:hover {
	color: #000;
	text-decoration: underline;
	font-size: 13px;
}
.TabbedPanelsContentGroup h1 {
	color: #000;
	font-size: 18px;
}

.TabbedPanelsContentGroup h2 {
	margin-bottom: -6px;
	font-size: 18px;
	font-style: italic;
}
#scroller {
	width:100%;
	height:400px;
	overflow:auto;
	Overflow-x: hidden;
	Overflow-y: auto;
	border:#000 dotted 1px;
	background-color:#FAF9F5;
	padding:4px;
	font-family: "Lucida Console", Monaco, monospace;
}
