@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'MyriadProRegular';
    src: 	url('../fonts/myriadpro-regular.eot');
    src: 	url('../fonts/myriadpro-regular.eot') format('embedded-opentype'),
			url('../fonts/myriadpro-regular.woff2') format('woff2'),
			url('../fonts/myriadpro-regular.woff') format('woff'),
			url('../fonts/myriadpro-regular.ttf') format('truetype'),
			url('../fonts/myriadpro-regular.svg#MyriadProRegular') format('svg');
}
@font-face {
    font-family: 'Georgia';
    src: url('../fonts/Georgia.eot');
    src: url('../fonts/Georgia.eot') format('embedded-opentype'),
         url('../fonts/Georgia.woff2') format('woff2'),
         url('../fonts/Georgia.woff') format('woff'),
         url('../fonts/Georgia.ttf') format('truetype'),
         url('../fonts/Georgia.svg#Georgia') format('svg');
}
@font-face {
    font-family: 'GeorgiaBold';
    src: url('../fonts/GeorgiaBold.eot');
    src: url('../fonts/GeorgiaBold.eot') format('embedded-opentype'),
         url('../fonts/GeorgiaBold.woff2') format('woff2'),
         url('../fonts/GeorgiaBold.woff') format('woff'),
         url('../fonts/GeorgiaBold.ttf') format('truetype'),
         url('../fonts/GeorgiaBold.svg#GeorgiaBold') format('svg');
}
@font-face {
    font-family: 'GeorgiaItalic';
    src: url('../fonts/GeorgiaItalic.eot');
    src: url('../fonts/GeorgiaItalic.eot') format('embedded-opentype'),
         url('../fonts/GeorgiaItalic.woff2') format('woff2'),
         url('../fonts/GeorgiaItalic.woff') format('woff'),
         url('../fonts/GeorgiaItalic.ttf') format('truetype'),
         url('../fonts/GeorgiaItalic.svg#GeorgiaItalic') format('svg');
}

body {
	margin:0;
	padding:0;
}

p,h1,h2,h3,h4 {
	margin:0;
}

p.bodytext a {
	color:#777777;
	text-decoration:none;
}
p.bodytext a:hover {
	text-decoration: underline;
}

em {
    font-family: 'GeorgiaItalic';
}
h2 {
	font-family:"Georgia";
	font-size:1.5em;
	font-weight:100;
	color:#e2007a;
	padding-top:0.5em;
	padding-bottom:0.4em;
}
p.bodytext {
	font-family:"Georgia";
	font-size:0.8em;
	line-height:1.3em;
	margin-top:0;
	padding-bottom:0.5em;
}
.gold {
	color:#9b7a41;
}
.blue {
	color:#103151;
}
.pink {
	color:#e2007a;
}


#container {
	width: 100%;
    max-width: 1000px;
    margin: auto;
/*	background-image:url(../images/bg-bruckner-1000px.jpg);
    background-size:cover;
	background-attachment:fixed; */
}
#impressum_kontakt {
	height:25px;
	padding-right:20px;
	padding-top:20px;
	text-align:right;
	font-size:0.8em;
	font-family:"MyriadProRegular";
	vertical-align:bottom;
	background-color:#ffffff;;
}
#top_navi {
	z-index:999;
	width:100%;
	max-width:1000px;
	background-color:#103151;
}
#top_navi_text {
	font-size:1em;
	padding:1em 1em 1.5em 2em;
	font-family:"MyriadProRegular";
	color: #ffffff;
}
#top_navi_text a {
	padding-left:0.8em;
	padding-right:0.8em;
	color: #ffffff;
	text-decoration:none;
}
#top_navi_text a:hover {
	color: #555555;
}
#impressum_kontakt a {
	color: #000000;
	text-decoration:none;
}
#impressum_kontakt a:hover {
	text-decoration:underline;
}

#home {
}
#konzerte, #amanda, #presse, #links, #impressum, #kontakt, hr {
	float:left;
	margin-left: 8%;
	width:70%;
}
hr {
	height: 2px;
	border:none;
	background: silver;
	margin-top:1em;
	margin-bottom: 1em;
}
#links img {
	margin-right:1.4em;
	margin-bottom:1.2em;
}
div.konzert, div.pressestimme {
	float:left;
	width:100%;
	border-top:1px solid #797765;
	padding-bottom:1.5em;
}
p span.konzert {
    font-family: 'GeorgiaBold';
	font-size:1.16em;
	color:#000000;
	padding-right:0.2em;
}
p span.datum {
	font-size:1.16em;
	color:#e2007a;
	font-weight:100;
}
div.left {
	 float:left; 
	 width:75%;
	 padding-top:0.4em;
}
div.left p.titel {
	padding-bottom:0.5em;
}
div.right {
	float:left;
	text-align:right;
	width:25%; 
}
div.right img {
    padding-top:1em;
	padding-left:0.7em;
}

#kathedralklaenge {
	float:left;
	margin: 0 0 0 8%;
	width:80%;
	padding-bottom:5%;
}
div.trenner {
	float:left;
}
#bruckner_zyklus {
	float:left;
	background-image:url(../images/bg_bruckner_zyklus.jpg);
}
#bruckner_zyklus .header {
	margin: 5% 0 0 8%;
	width:80%;
}
#bruckner_zyklus .bodytext {
	margin: 1% 0 0 8%;
	width:80%;
}
#staatsphilharmonie {
	float:left;
	background-color:#9b7a41;
}
#infokasten {
	float:left;
	background-color:#9b7a41;
}
#presse {
	float:left;
	padding-top:1em;
}
div.pressestimme p.bodytext {
    font-family: 'Georgia';
	font-size:1.16em;
	color:#000000;
	padding-right:0.2em;
}
span.pressestimme {
	font-family:'GeorgiaBold';
	font-size:0.7em;
	/*padding-left:0.5em;*/
}
p .pressestimme_header {
	font-family:'GeorgiaBold';
	color: #333333;
}

