@charset "utf-8";
/* CSS Document */
div.konzertauswahl {
}
	.konzertauswahl h1 {
		font-size: 15px;
		font-weight: normal;
		color: #000000;
		margin-bottom: 8px;
	}
	.teaser {
		background-color: #FFFFFF;
	}
	.teaer h1, .teaer h2, .teaer h3, .teaer p {
		margin: 0;
		padding: 0;
	}
		.teaser p.subtitle {
			display: block;
			font-weight: bold;
			font-size: 10px;
			color: #FFFFFF;
			padding: 6px 5px;
		}
		.teaser h2 {
			display: block;
			color: #000000;
			padding: 8px 6px 7px 6px;
			border-top: 1px solid #FFFFFF;
			border-bottom: 1px solid #FFFFFF;
			text-transform: uppercase;
		}
		.teaser h2 a {
			text-decoration:none;
		}
			.teaser h2 strong, .teaser h2 a strong {
			}
		.teaser .teaser-content {
			overflow: hidden;
			border-bottom: 1px solid #FFFFFF;
			margin-right: 30px;
		}
			.teaser-content img {
				float: left;
				margin-right: 9px;
				width: 300px;
				height: 160px;
			}
			.teaser-content p {
				/*height: 122px; */
				overflow: hidden;
				margin: 10px 0 10px 0;
				font-size: 11px;
				line-height: 15px;
			}
			.teaser-content a {
				font-weight: bold;
			}
			.teaser-content .more a {
				font-size: 9px;
				text-decoration: none;
				background-repeat: no-repeat;
				background-position: 0 4px;
				padding-left: 9px;

			}
	.subColumns {
		overflow: hidden;
	}
		#konzerthighlights h1, #konzerthighlights h2, #konzerthighlights h3, #konzerthighlights p {
			margin: 0;
			padding: 0;
		}
		.subColumns #konzerthighlights h2 {
			font-size: 16px;
			font-weight: normal;
			margin-top: 30px;
			line-height: 19px;
			display: block;
		}
		.subColumns #konzerthighlights h3 {
			font-size: 11px;
			font-weight: bold;
			text-transform: uppercase;
			line-height: 15px;
			margin: 8px 0;
		}
		.subColumns #konzerthighlights p {
			font-size: 11px;
			line-height: 15px;
			background: none;
		}		
		#konzerthighlights {
			width: 197px;
			padding-right: 8px;
			float: left;
		}
		#konzertliste {
			width: 472px;
			padding-left: 8px;
			float: left;
		}
			#konzertliste h1, #konzertliste h2, #konzertliste h3, #konzertliste p {
				margin: 0;
				padding: 0;
				border: none;
			}
			#konzertliste h2 {
				margin-left: 6px;
				font-size: 16px;
				font-weight: normal;
				margin-top: 30px;
				line-height: 19px;
				display: block;
			}
			.konzertbox {
				position: relative;
				float: left;
				overflow: hidden;
				width: 229px;
				height: 120px;
				margin: 5px 0 4px 6px;
				background-color:#FFFFFF;
			}
				.konzertbox p {
					height: 30px;
					overflow: hidden;
				}
				.konzertbox img {
					float: left;
					width: 85px;
					height: 45px;
					margin-right: 2px;
					margin-bottom: 13px;
				}
				#konzertliste .konzertbox h3 {
					width: 132px;
					height: 35px;
					padding: 5px;
					overflow: hidden;
					font-size: 9px;
					line-height: 10px;
					text-transform: none;
					margin-bottom: 13px;
				}
				#konzertliste .konzertbox p {
					text-transform: uppercase;
					font-weight: bold;
					line-height: 14px;
					margin: 10px;
				}
					div.csc-default .konzertbox p strong {
					}
				.konzertbox a {
					text-decoration: none;
				}
				.konzertbox .more  {
					padding: 6px 9px;
					font-weight: bold;
				}
					.konzertbox .more a {
						font-size: 9px;
						text-decoration: none;
					}
	
			#konzertliste div.paging {
				clear: both;
			}
				#konzertliste div.paging div {
					width: 50%;
					float: left;
					padding-top: 10px;
				}
					#konzertliste div.paging div a {
						text-decoration: none;
						padding: 6px;
					}
					#konzertliste div.paging div.next {
						text-align: right;
					}

