/* ukulele-schoppe.de records CSS */
/* 2019-02-25 */



section {
	margin-bottom: 24px;
}




h1 {
/*	font-family: AstoriaStrong;
	font-weight: normal;
	font-size: 350%;
	line-height: 140%;

	margin-top: 30px;*/
	
	font-family: TradeGothicLT, Impact, Arial Narrow;
	font-size: 100%;
	text-transform: uppercase;
	letter-spacing: 0.5em;

	margin-left: -20px;
}



h2 {
/*	font-family: TradeGothicLTBoldTwo, Impact, Arial Narrow;*/
	font-family: AstoriaStrong;
	font-weight: normal;
	font-size: 260%;
	line-height: 100%;

	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: -20px;
}

h1 + h2 {
	margin-top: 0;
}

h2.big {
	font-size: 320%;
}


h2.date {
	text-transform: uppercase;
	font-family: TradeGothicLT, Impact, Arial Narrow;
	font-size: 130%;
}

h2.date b {
	font-family: TradeGothicLTBoldTwo, Impact, Arial Narrow;
}



h3,
p.subtitle {
	font-family: TradeGothicLTBoldTwo, Impact, Arial Narrow;
	font-weight: normal;*/
	text-transform: uppercase;
	font-size: 100%;

	margin-top: 16px;
}





table, dl {
	margin-left: 30px;
}









.imprintkram p {
	margin-bottom: 6px;
}

.imprintkram h3 {
	margin-top: 26px;
	margin-bottom: 6px;
}

.imprintkram h4 {
	margin-top: 12px;
}



.index {
	margin: 10px 0 40px 0;
}




.record {

}

.copy p {
	margin-bottom: 6px;
}

ul {
	margin-top: 20px;
}






/* Listen */
li.record {
	overflow: hidden;
	margin-bottom: 16px;
}

li.record p {

}
	
li.record p.descr {
	margin-top: 6px;
}

li.record p.info {
	margin-top: 6px;
}


li.record ul.sublist {
	clear: both;
	padding-left: 30px;
	margin-top: 8px;
}


li.record ul.sublist li {
	margin-bottom: 6px;
}








dl {
	display: block;
	overflow: hidden;
	clear: both;
}
	
	dl dt {
		clear: both;
		
		font-family: TradeGothicLTBoldTwo, Impact, Arial Narrow;
		float: left;
		width: 100px;
	}	


	dl dd {
		float: left;
		width: 340px;
	}



dl.facts {
	margin-left: 0;
}

	dl.facts dt{
		margin-top: 10px;
		float: none;
		width: 80%;
	}
	
	dl.facts dd {
		margin-left: 15px;
		float: none;
		width: 80%;
	}




/* LINKS und so */
.sublink a {
	display: block;
	float: right;
	
	padding-left: 24px;
	margin-top: 3px;
/*	background: url( ../files/css/einfachpfeil.col-left.png ) 2px 0px no-repeat;*/
}

.sublink a:hover {
	color: red;
}









/* Portraits */
div.portrait {
	clear: both;
	overflow: hidden;
}

div.portrait img.portrait {
	float: left;
	margin: 18px 10px 6px 0;
}



ul.sponsoren-logos {
	margin-top: 20px;
/*	margin-left: -20px;*/
/*	margin-right: -20px;*/
}

	ul.sponsoren-logos li {
		display: block;
		float: left;
		width: 170px;
		height: 155px;
		
		text-align: center;
		font-size: 90%;
		line-height: 150%;
	}

	ul.sponsoren-logos li img {
		display: inline;
	}

