/****** Normalisierung ******/
html{
	font-family:sans-serif;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{
	display:block;
}
audio,canvas,progress,video{
	display:inline-block;
	vertical-align:baseline;
}
audio:not([controls]){
	display:none;
	height:0;
}
[hidden],template{
	display:none;
}
a:active,a:hover{
	outline:0 none;
}
abbr[title]{
	border-bottom:1px dotted;
}
b,optgroup,strong{
	font-weight:700;
}
dfn{
	font-style:italic;
}
mark{
	background:#ff0 none repeat scroll 0 0;
	color:#000;
}
small{
	font-size:80%;
}
sub,sup{
	font-size:75%;
	line-height:0;
	vertical-align:baseline;
}
sup{
	top:-0.5em;
}
sub{
	bottom:-0.25em;
}
img{
	border:0 none;
}
figure{
	margin:1em 40px;
}
hr{
	box-sizing:content-box;
	height:0;
}
pre,textarea{
	overflow:auto;
}
code,kbd,pre,samp{
	font-family:monospace,monospace;
	font-size:1em;
}
button,input,optgroup,select,textarea{
	color:inherit;
	font:inherit;
	margin:0;
}
button{
	overflow:visible;
}
button,select{
	text-transform:none;
}
button,html input[type="button"],input[type="reset"],input[type="submit"]{
	cursor:pointer;
}
button[disabled],html input[disabled]{
	cursor:default;
}
button::-moz-focus-inner,input::-moz-focus-inner{
	border:0 none;
	padding:0;
}
input{
	line-height:normal;
}
input[type="checkbox"],input[type="radio"]{
	box-sizing:border-box;
	padding:0;
}
input[type="search"]{
	box-sizing:content-box;
}
fieldset{
	border:1px solid silver;
	margin:0 2px;
	padding:0.35em 0.625em 0.75em;
}
legend{
	border:0 none;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
td,th{
	padding:0;
}

/**************** Lightbox CSS ***************/
#cboxTitle,body{
	margin:0;
}
#cboxContent,#container,sub,sup{
	position:relative;
}
#select-style,svg:not(:root){
	overflow:hidden;
}
#select-style select,a{
	background-color:transparent;
}
#cboxWrapper,.cboxPhoto{
	max-width:none;
}
.cboxIframe,.cboxPhoto{
	border:0 none;
	display:block;
}
#cboxOverlay,#cboxWrapper,#colorbox{
	left:0;
	overflow:hidden;
	position:absolute;
	top:0;
	z-index:9999;
}
#cboxOverlay{
	background:rgba(0,0,0,0.33) none repeat scroll 0 0;
	height:100%;
	position:fixed;
	width:100%;
}
#cboxBottomLeft,#cboxMiddleLeft{
	clear:left;
}
#cboxLoadedContent{
	overflow:auto;
}
#cboxLoadingGraphic,#cboxLoadingOverlay{
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
}
.cboxPhoto{
	float:left;
	margin:auto;
}
.cboxIframe{
	height:100%;
	margin:0;
	padding:0;
	width:100%;
}
#cboxContent,#cboxLoadedContent,#colorbox{
	box-sizing:content-box;
}
#cboxClose:active,#cboxNext:active,#cboxPrevious:active,#cboxSlideshow:active,#colorbox,a:focus{
	outline:0 none;
}
#cboxError{
	border:1px solid #ccc;
	padding:50px;
}
#cboxClose,#cboxNext,#cboxPrevious,#cboxSlideshow{
	background:rgba(0,0,0,0) none repeat scroll 0 0;
	border:0 none;
	cursor:pointer;
	margin:0;
	overflow:visible;
	padding:0;
	width:auto;
}
#cboxClose{
	background:rgba(0,0,0,0) url("../img/dummy.png") no-repeat scroll 0 0;
	height:614px;
	left:0;
	position:absolute;
	text-indent:-9999px;
	top:0;
	width:614px;
}
.cboxIE #cboxBottomCenter,.cboxIE #cboxBottomLeft,.cboxIE #cboxBottomRight,.cboxIE #cboxMiddleLeft,.cboxIE #cboxMiddleRight,.cboxIE #cboxTopCenter,.cboxIE #cboxTopLeft,.cboxIE #cboxTopRight{
}
/*************************************************/

/* Allg. Parameter */
@font-face{
	font-family:"texgyReg";
	font-style:normal;
	font-weight:400;
	src:url("font/texgyreadventor-regular-webfont.eot?#iefix") format("embedded-opentype"),url("font/texgyreadventor-regular-webfont.woff") format("woff"),url("font/texgyreadventor-regular-webfont.ttf") format("truetype"),url("font/texgyreadventor-regular-webfont.svg#texgyregular") format("svg");
}
body{
	font-family:texgyReg;
	font-size:100%;
	line-height:1;
}
h1,h2,h3,p{
	font-style:normal;
	font-weight:400;
	margin:0;
	padding:0;
}
h1{
	font-size:32px;
}
h2{
	font-size:22px;
}
p{
	font-size:12px;
	line-height:15px;
}
a:focus,a:link,a:visited{
	color:#000;
	outline:0 none;
	text-decoration:none;
}
a:hover,button:hover{
	background-color:#fafafa;
	opacity:0.7;
}
#link0,#link1,#link2,.coverImg{
	cursor:pointer;
}

/* Inhalte-Container */
#container{
	position:relative;
	margin:0 auto;
	padding:0;
}
#container,#headoben,.cd,section{
	width:960px;
}

/* Fixierter Kopfteil des Containers (ggf. per SASS überarbeiten) */
header{
	background-color:#fff;
	position:fixed;
	z-index:10;
}
/* oberster Kopfbereich: */
#headOben{
	position:relative;
	border:1px solid #000;
	margin:5px 0 0;
}
#headOben,h1{
	padding:0 0 5px;
}
#cdKopfText,#headOben h2{ /* normalerweise: ,#headOben h3 */
	margin:0;
	text-align:center;
}
#cdKopfText{
	margin-bottom:3px;
	font-size:26px;
	line-height:28px;
}
#cdKopfText span{margin-left:110px}
#headOben h2{
	font-size:17px;
	line-height:18px;
}
#headOben h2 span{
	font-size:0.8rem;
	line-height:1rem;
	vertical-align:text-top;
}
/* unterer Kopfbereich links: */
#obli00{
	border-left:1px solid #000;
	float:left;
	height:84px;
	width:170px;
}
#obli00 form{
	font-size:10px;
	line-height:10px;
	margin:0;
}
#select-style{
	background-color:#fff;
	border-right:1px solid #ccc;
	display:none;
	margin:0;
	padding:0;
	display:inline;
}
#select-style select{
	border-left:medium none;
	border-top:medium none;
	background-image:none;
	border:medium none;
	box-shadow:none;
	height:84px;
	width:170px;
	padding:0;
}
#select-style select:focus{
	outline:0 none;
}
#obli00 option:hover{
	background-color:#dfdfdf;
}
/* unterer Kopfbereich Mitte: */
#obli01{
	float:left;
	width:175px;
	height:84px;
}
#link0,#link1,#link2{
	box-shadow:-2px -2px 1px 0 gray inset;
	font-size:11px;
	line-height:11px;
	margin:5px 0 0 5px;
	width:95px;
	outline:0 none;
	padding:3px 4px 6px 0;
	display:inline-block;
	text-align:center;
}
#link0{margin-top:7px}
#link0,#link0:active,#link1,#link1:active,#link2,#link2:active{
	background-color:#fff;
	text-decoration:none;
}
#link0:active,#link1:active,#link2:active{
	box-shadow:2px 2px 1px -1px gray inset;
	opacity:1;
	padding:4px 4px 5px 0;
}
/* unterer Kopfbereich rechts: */
#obli02{
	float:right;
	height:84px;
	max-width:615px;
}
#obli02,.leftHand{
	border-right:1px solid #000;
}
#obli02 h3{
	padding:0 0 2px 74px;
	text-align:left;
}
#obli02 p{
	font-size:12px;
	line-height:14px;
	hyphens:auto;
	padding-right:8px;
	text-align:justify;
}
/* unterster Kopfbereich (unterhalb der Grenzlinie): */
#clear{
	border-top:1px solid #000;
	clear:both;
	padding:3px 0;
}
#clear h3{
	padding:2px 0 0 400px;
	font-size:17px;
	line-height:17px;
}
#clear button{
	position:absolute;
	background-color:#fff;
	border-radius:1px;
	display:none;
	font-size:0.6em;
	line-height:1em;
	margin:-1px 5px;
	outline:0 none;
	padding:4px 7px;
	right:0;
}

/* CD-Container-Bereich (unterhalb des fixierten Kopfteils) */
section{
	position:absolute;
	top:182px;
	-moz-border-bottom-colors:none;
	-moz-border-left-colors:none;
	-moz-border-right-colors:none;
	-moz-border-top-colors:none;
	border-color:-moz-use-text-color #000 #000;
	border-image:none;
	border-style:none solid solid;
	border-width:medium 1px 1px;
	margin-bottom:20px;
	z-index:1;
}
.leftHand,.rightHand{
	border-top:1px solid #000;
	height:220px; /* 170px */
}
section h1{
	font-size:16px;
	padding:0;
}
section h2{
	font-size:12px;
	padding:4px 0;
}
.cd{
	margin:0;
}
/* Linke CD-Container-Bereiche */
.leftHand{
	float:left;
	max-width:335px;
	padding:10px 5px 0 5px;
}
.leftHand img{
	margin-top:24px;
	padding-right:2px;
}
.single{
	margin-left:166px;
}
.coverImg:hover{
	opacity:0.85;
}
/* Rechte CD-Container-Bereiche */
.rightHand{
	border-left:1px solid #000;
	float:right;
	padding:5px;
	width:606px;
}
.oben,.unten{width:606px}
/* oberer CD-Dauer-Abschnitt: */
.puro{
	margin-right:34px;
}
p.puro{font-size:11px}
/* Track-Titel: */
.titles{
	float:right;
	margin-left:10px;
	text-align:right;
}
.titles table{
	font-size:11px;
	text-align:right;
}
/* Track-Titel-Dauer: */
tr.puro td{
	padding-top:1px;
	padding-bottom:1px;
}
/* Demo-Track: */
tr.but td{
	padding-top:0;
	padding-bottom:0;
}
/* Leerzeile: */
tr.empty td{
	padding-top:0;
	padding-bottom:0;
	font-size:6px;
}
.titles table td{
	padding-right:5px;
}
/* Play-Button-Tabellenfeld: */
.titles td button{
	margin:0;
	text-align:center;
	margin-right:-3px;
}
/* Play-Button-Design: */
.rightHand button{
	background-color:#fff;
	font-size:8px;
	line-height:8px;
	/* margin:-2px 0 -1px 3px; */
	width:26px;
}
.rightHand button,.rightHand button:focus,.rightHand button:visited{
	border-radius:1px;
	outline:0 none;
	padding:0 2px 1px;
	height:15px;
}
/* Sonstige Beschreibungsfelder: */
.description h1{font-size:24px}
.description h1 span{font-size:16px}
.description h2{margin-bottom:3px;}
.ensemble{margin-top:6px}
.break{margin-bottom:5px}

/* ---------------------------- */

/* Fußzeile innerhalb des Containers */
#footer{height:3em}
#footer p{
	color:#333;
	font:10px/3em Arial,"Helvetica Neue",Helvetica,sans-serif;
	text-align:center;
}
#footer small{
	font-size:0;
	line-height:0;
}