body, html {
	font-family: Arial Narrow, Helvetica;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

#header {
	position: absolute;
	top: 20px;
	left: 22px;
	width: 700px;
}

#logo {
	width: 77px;
	height: 66px;
	float: left;
}

#menu {
	position: absolute;
	display: block;
	top: 3px;
	left: 87px;
	line-height: 0;
}

#menufooter {
	padding-top: 2px;
}

#footer {
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	width: 1100px;
	height: 635px;
}

#content {
	position: absolute;
	top: 100px;
	left: 0px;
}

#main {
	position: relative;
	left: 110px;
	width: 700px;
}

#main p {
	text-transform: uppercase;
	color: #6b6b6b;
	font-size: 14px;
	line-height: 125%;
	margin-top: 0px;
}

#main a, #main a:link, #main a:visited, #main a:active { text-decoration: none; color: #a52a22; }
#main a:hover { text-decoration: underline; }

#main h1 {
	padding-bottom: 10px;
	padding-top: 15px;
	line-height: 1;
	color: #6b6b6b;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 0px;
}

#main h2 {
	padding-bottom: 0px;
	line-height: 1;
	color: #6b6b6b;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 15px;
}

.flyerpic {
	border: solid 1px #6b6b6b;
	margin-top: -2px;
}

#show {
	position: relative;
	border-bottom: 1px solid #6b6b6b;
	padding-bottom: 0px;
	padding-top: 20px;
}

.date {
	text-transform: uppercase;
	font-size: 18px;
	color: #a52a22;
	font-weight: bold;
}

#show p {
	font-size: 12px;
	line-height: 130%;
	padding-top: 15px;
}

#picnavi {
	position: absolute;
	top: 3px;
	left: 135px;
	display: block;
	line-height: 0;
}

#release {
	
}

#release p {
}

.release_title {
	padding-bottom: 0px;
	padding-top: 15px;
	line-height: 1;
	color: #6b6b6b;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 0px;
}

.release_zusatz {
	line-height: 1;
	color: #6b6b6b;
	text-transform: uppercase;
	font-size: 14px;
}

.release_cover {
	padding-top: 10px;
}

.mp3header {
	padding-top: 15px;
	padding-bottom: 8px;
	line-height: 1;
	color: #6b6b6b;
	text-transform: uppercase;
	font-size: 14px;
}

.release_info {
	
}



	/* Beispiel-CSS für magazin_Layout */
	.magazine-layout {
		position: relative;
		width: 100%;
	}
	.magazine-container {
		background: #f6f6f6;
	}

	/* magazin_Layout mit verlinkten Einzelbildern */
	.magazine-image a, .magazine-image a:link, .magazine-image a:visited {
		color: #000;
		display: table;
		display: inline-block;
		filter: alpha(opacity=90);
		line-height: 0.0em;
		opacity: 0.90;
		-moz-opacity: 0.90;
	}
	.magazine-image a:focus, .magazine-image a:hover, .magazine-image a:active {
		color: #000;
		filter: alpha(opacity=100);
		opacity: 1.00;
		-moz-opacity: 1.00;
	}

	/* komplett verlinktes magazin_Layout */
	a.magazine-link, a:link.magazine-link, a:visited.magazine-link {
		cursor: pointer;
		display: table;
		display: inline-block;
		filter: alpha(opacity=90);
		line-height: 0.0em;
		opacity: 0.90;
		-moz-opacity: 0.90;
	}
	a:focus.magazine-link, a:hover.magazine-link, a:active.magazine-link {
		cursor: pointer;
		filter: alpha(opacity=100);
		opacity: 1.00;
		-moz-opacity: 1.00;
	}
