<style type="text/css">

html,body {
	margin: 0;
	padding: 0;
}

body {
	font-size: .8em;

	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	font-family: Tahoma, Arial, sans-serif; */

	color: #494949;
}

div#filler {
	margin-top: 15px;

	height: 1em;
	background-color: #52a686;
}

div#header {
	height: 85px;
	padding: 0;
}

div#header div#banner {
	height: 85px;
	padding: 0;

	background-color: #bd111d;

	/* Hack to avoid IE showing a 4px gap between the bottom of the images
	 * and the bottom of div#banner.
	 */
	margin: 0 0 -4px 0;
}

div#header div#banner div#banner-wrapper {
	height: 85px;
}

div#header div#banner div#left {
	position: relative;
	float: left;

	height: 85px;
	margin: 0;
	padding: 0;
}

div#header div#banner div#middle {
	position: relative;

	height: 85px;
	margin: 0;
	padding: 0;
}

div#header div#banner div#right {
	position: relative;
	float: right;

	height: 85px;
	margin: 0;
	padding: 0;
}

div#header div#banner div#left img {
	height: 85px;
	margin: 0 10px 0 0;
	padding: 0;
	border-top: 0px solid #52a686;
	border-bottom: 0px solid #52a686;
	border-left: 1px solid #52a686;
	border-right: 1px solid #52a686;
}

div#header div#banner div#left img#left {
	height: 85px;
	margin: 0 10px 0 20px;
	padding: 0;
	border-top: 0px solid #52a686;
	border-bottom: 0px solid #52a686;
	border-left: 1px solid #52a686;
	border-right: 1px solid #52a686;
}

div#header div#banner div#right img#logo {
	padding: 27px 0 0 0;
	margin: 0;
	border-top: 0px solid #bd111d;
	border-bottom: 0px solid #bd111d;
	border-left: 0px solid #bd111d;
	border-right: 20px solid #bd111d;
}

div#top-menu {
	margin-bottom: 10px;

	height: 1.2em;
	background-color: #52a686;
	padding: 5px;

	word-spacing: 1em;
	text-align: center;

	color: #494949;
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	font-family: Tahoma, Arial, sans-serif; */
	font-size: .8em;
}

div#wrapper {
	position: relative;
	width: 100%;
}

div#wrapper div#content {
	position: absolute;
	top: 0;
	left: 20%;
	width: 80%;

	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	font-family: Tahoma, Arial, sans-serif; */

	color: #494949;
}

div#wrapper div#navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	font-family: Tahoma, Arial, sans-serif; */
	font-style: italic;
	font-size: .8em;

	text-transform: uppercase;

	position: absolute;
	top: 0;
	left: 0;
	width: 20%;
}

/* div#navigation ul {
	margin: 0;
	padding: 0;
} */

div#navigation div.item {
	margin-left: 0;
	padding: 0;
}

div#navigation div.subitem {
	padding: 0 0 0 1em;
	font-size: .8em;
}

div#navigation a {
	display: block;
	padding: 0 .5em;
	margin: 0 .5em 0 0;
	text-decoration: none;
	color: #494949;
}

div#navigation a.active {
	color: #52a686;
	font-weight: normal;
}

div#navigation a:hover {
	color: #52a686;
	background-color: #e2e2e2;
}

/* General formatting */

div#content h1 {
	font-size: 1.1em;
	font-weight: bolder;
}

div#content h2 {
	font-size: 1em;
	font-weight: bolder;
}

div#content a {
	color: #52a686;
	text-decoration: none;
}

div#content a:hover {
	background-color: #e2e2e2;
	text-decoration: underline;
}

div#content img {
	padding: 0;
	border: 1px solid #494949;
}

div#content a img {
	border: 2px solid #52a686;
}

/* Special classes for concerts menu */

div#top-menu span#monthselector {
	white-space: pre;
	word-spacing: .1em;
	letter-spacing: .2em;
}

div#top-menu span#monthselector span {
	border: 1px solid #52a686;
	white-space: pre;
}

div#top-menu span#monthselector span.active {
	/* Used for the month & year that are selected */
	color: #e2e2e2;
	border: 1px solid #e2e2e2;
	white-space: pre;
}

div#top-menu span#monthselector a {
	border: 1px solid #52a686;
	text-decoration: none;
	color: #e2e2e2;
	white-space: pre;
}

div#top-menu span#monthselector a:hover {
	border: 1px dotted #e2e2e2;
	white-space: pre;
}

/* Special classes for concerts */

div#content div#selectedmonth {
	margin-left: 25%;
	margin-bottom: 1em;

	font-size: 1.1em;
	font-weight: bolder;
}

div.concert {
	position: static;
	margin: 0 0 .7em 0;
	padding: 0;
	width: 100%;
}

div.concert div.concert-left-wrapper {
	position: relative;
	float: left;

	width: 30%;

	padding: 0;
	margin: 0;
}

div.concert div.concert-left-wrapper div.concert-left {
	text-align: right;
	line-height: 1.1em;

	padding: 0 .5em 0 0;
	margin: 0;
}

div.concert div.concert-right-wrapper {
	position: relative;
/*	margin-left: 30%; */

	padding: 0;
	margin: 0 0 0 30%;
	height: 1%; /* hack to avoid the IE specific 3px gap bug */
}

div.concert div.concert-right-wrapper div.concert-right {
	text-align: left;
	line-height: 1.1em;

	display: block;
	padding: 0 0 0 .5em;
	margin: 0;
/*	border-left: 10px solid grey; */
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: grey;
/*	border: 1px 5px 2px 3px solid green; */
}

/* Special classes for contact */

div#content div#contact {
	position: relative;
	left: 25%;
	top: 20%;
/*	margin-left: 20%;
	margin-top: 10%; */
}

/* Special classes for news */

div#content div.newsitem {
	margin-bottom: 2.5em;
}

div#content div.newsitem h1 div.date {
	font-size: .7em;
}

div#content div.newsitem h1 div.subtitle {
	font-size: .9em;
}

div#content div.newsitem span.title {
	font-style: italic;
}

/* Special classes for recensions */

div#content div.recension {
	margin-bottom: 2.5em;
}

div#content div.recension h1 div.date {
	font-size: .7em;
	font-weight: normal;
}

div#content div.recension div.lyrics {
	margin-left: 3em;
	white-space: pre;
}

div#content div.recension div.reference {
	font-size: .9em;
	font-style: italic;
	margin: 1em 0 1em 0;
}

div#content div.recension div.title {
	font-size: .9em;
	font-weight: bolder;
}

div#content div.recension span.title {
	font-style: italic;
}

div#content div.recension div#quote {
	font-size: .9em;
}

/* Special classes for newsletter */

div#content ul#current_newsletter li {
	list-style-type: none;
}

/* Special classes for CD-shop */

div.disc {
	position: relative;
	display: block;
	width: 80%;
}

div.disc div.title {
	font-style: italic;
	font-weight: normal;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #52a686;

	padding: 2em 0 .7em 0;
	margin: 0;
}

div.disc div.title a:hover div {
	text-decoration: underline;
}

div.disc div.title a div.subtitle {
	font-size: .8em;
}

div.disc div.title a:hover div.subtitle {
	text-decoration: none;
}

div.disc div.left {
	position: relative;
	top: 0;
	left: 0;
	width: 40%;
	float: left;

	font-style: italic;
	font-size: .8em;
}

div#content div a img.disc {
	width: 95%;

	padding: 2.5%;
	background-color: #e2e2e2;
	border: 1px solid /* was: #c2914c */ #52a686;
}

div#content div.disc div.right a img.play {
	height: 1em;
	border: 0;
}

div#content p a.button {
	padding: .1em .5em;
	color: #494949;
	background-color: #e2e2e2;
	border: 1px solid #494949;
	font-variant: small-caps;
	text-decoration: none;
}

div#content p a.button:hover {
	background-color: #52a686;
}

div#content div.discEnum {
	display: block;
	width: 100%;

	clear: left;
}

div#content div.discEnum img.smallDisc {
	float: left;
	width: 20%;

	padding: 2px;
	background-color: #e2e2e2;
	border: 1px solid #52a686;
	margin: 0 1em 1em 0;
}

div#content div.discEnum a div.title {
	font-size: 1.2em;
}

div#content div.discEnum a:hover div.title {
	text-decoration: underline;
}

div#content div.discEnum a div.subtitle {
	text-decoration: none;
}

div.disc div.right {
	position: relative;
	display: block;
	overflow: auto;
/	margin-left: 40%;
/*	width: 50%; */
}

div.disc div.filler {
	position: relative;
	margin-left: 0;
	clear: left;
}

div.disc div.filler p {
	padding: .3em 5%;
	margin: 0;
}

div.disc span.note {
	position: relative;
	bottom: .3em;
	font-size: .8em;
	text-decoration: none;
}

ol.tracks div.track, ol.tracks li.track {
	font-weight: bolder;
	font-size: 1em;
	border-top: 1px solid #494949;
}

ol.tracks div.track span.date, ol.tracks li.track span.date {
	font-weight: normal;
}

ol.tracks div.track span.duration, ol.tracks li.track span.duration {
	font-weight: normal;
}

span.nrs,
ol.tracks li.track span.nrs {
	display: block;
	float: right;
	font-weight: normal;
}

ol.tracks div, ol.tracks li {
	border: 0px;
	font-weight: normal;
	font-size: .9em;
}

/* Special classes for repertoire menu */

div#content ul li {
	list-style-type: square;
}

div#content div.collapsed {
	display: block;
	padding: 0 0 3px 1em;
	margin-bottom: 3px;
/*	line-height: 1.2em; */
}

div#content div.expanded {
	display: block;
	padding: 0 0 3px 1em;
	margin-bottom: 3px;
/*	line-height: 1.2em; */
}

div#content div.expanded div {
	padding-left: 1em;
/*	line-height: 1.1em; */
}

div#content div.expanded div div {
	padding-left: 1em;
/*	line-height: 1em; */
}

/* Special classes for capella di voce */

div#content img#cdv {
	float: left;
	width: 40%;
	max-width: 256px;
	padding: 0;
	border: 1px solid #494949;
	margin-right: 10px;
}

/* Special classes for pressroom */

div#content div.pressrelease {
	margin-bottom: 2.5em;
}

div#content div.pressrelease h1 div.subheader {
	font-size: .7em;
	font-weight: normal;
}

a.button,
div#content div.pressrelease p.download a {
	padding: .1em .5em;
	color: #494949;
	background-color: #e2e2e2;
	border: 1px solid #494949;
	font-variant: small-caps;
	text-decoration: none;
}

div#content div.pressrelease p.download a:hover {
	background-color: #52a686;
}

div#content div.pressrelease div.title {
	font-size: .9em;
	font-weight: bolder;
}

div#content div.pressrelease div.performers div,
div#content div.pressrelease div.coordinates div,
div#content div.pressrelease div.reservations div {
	margin-left: 1em;
}

/* Special classes for login & mailing list forms */

div.form {
	margin-top: 2em;
}

div.form p {
	text-align: left;
}

div.form div div.field, div.form div div.checkbox {
	float: left;
	width: 40%;
	text-align: right;
}

div.form div.realign {
	display: block;
	clear: left;
	margin-left: 0;
}

div.form div div.value, div.form div div.checkboxtext {
	margin-left: 45%;
	margin-bottom: .5em;
	text-align: left;
}

div.form div div.value input {
	width: 10em;
}

div.form div div.value select {
	 text-align: left;
}

div.form div select {
	margin-left: 45%;
	margin-bottom: .5em;	
}

div.form div div#button {
	margin-top: 1em;
	/* margin-left: 40%; */
}

div.form div#error {
	display: block;
	height: 1.5em;
	width: 100%;
	color: red;
	text-align: center;
}

div#content div#failure {
	height: .1%;
	padding: .2em 0;
	margin: 1em 0;

	color: white;
	background-color: red;
	text-align: center;
}

/* Special classes for mailing list */

div#content div#privacy {
	font-style: italic;
	margin-top: 2em;
}

/* Special classes for concertInfo.tpl */

div#concertInfo div.event {
	font-size: .7em;
}

div#concertInfo div.coordinates {
	font-size: .7em;
}

div#concertInfo p span {
	display: block;
	margin-left: .5em;
}

div#concertInfo p span.topic {
	display: block;
	margin-left: 0;
}

div#concertInfo p span.emphasis {
	display: block;
	margin-left: 0;
	font-weight: bolder;
}

div#concertInfo p span.title {
    display: inline;
    margin-left: 0;
    font-style: italic;
}

div#concertInfo a.button {
	padding: .1em .5em;
	color: #494949;
	background-color: #e2e2e2;
	border: 1px solid #494949;
	font-variant: small-caps;
	text-decoration: none;
}

div#concertInfo a.button:hover {
	background-color: #52a686;
}

/* Special classes for reservationForm.tpl */
/* NOTE: These are used for both reserving concert tickets & ordering CDs! */

div#reservationForm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	font-family: Tahoma, Arial, sans-serif; */

	color: #494949;
}

div.form h1 {
	font-size: 1.1em;
	font-weight: bolder;
	text-align: center;
	margin-bottom: .5em;
}

div#reservationForm div.coordinates {
	font-size: .9em;
	text-align: center;
	margin-bottom: 2em;
}

div#reservationForm div.form div div.field {
	float: left;
	width: 40%;
	text-align: right;
}

div#reservationForm form div div.value {
	margin-left: 45%;
	margin-bottom: .5em;
}

div#reservationForm form div div.value input {
	width: 10em;
}

div#reservationForm form div div#button {
	margin-top: 2em;
	text-align: center;
}

div#reservationForm form div div.value select {
        margin-left: 0;
}

div#reservationForm form div div.value textarea {
        width: 80%;
}

div#reservationForm form div div.value div input.checkbox {
        width: 1em;
}

/* Special classes for submit*.tpl */

div#submit {
	margin: 2em;
	text-align: center;
}

div#submit div.button {
	margin-top: 1em;
	text-align: center;
}

a.button {
	padding: .1em .5em;
	margin: 3px;
	color: #494949;
	background-color: #e2e2e2;
	border: 1px solid #494949;
	font-variant: small-caps;
	text-decoration: none;	
}

a.button:hover {
	background-color: #52a686;	
}

/* Special classes for form buttons */

form div#button input {
	padding: .1em .5em;
	color: #494949;
	background-color: #e2e2e2;
	border: 1px solid #494949;
	font-variant: small-caps;
	text-decoration: none;
}

form div#button input:hover {
	background-color: #52a686;
}

/* Special classes for cvs */

img.cvPicture {
	float: left;
	border: 1px solid #494949;
	margin-right: 10px;
}

/* Special classes for faq */

div#faq ul.questions {
	padding: 0;
}

div#faq ul.questions li {
	padding: 0.2em 0 0.2em 1em;
	list-style-type: none;
}

div#faq ul {
	padding: 0;
}

div#faq ul li {
	padding: 0 0 0 1em;
	list-style-type: none;
}

div#faq ul.concert li {
	padding: 0 0 0.8em 0;
}

div#faq ul.concert li div {
	padding: 0 0 0 0.4em;
}

div#faq ul.concert li div ul {
	padding: 0 0 0 1.5em;
}

div#faq ul.concert li div ul li {
	padding: 0;
	list-style-type: square;
}

/* Classes for tooltips */

a.tooltip {
             position: relative;
}

a.tooltip span {
	     display: none;
}

a.tooltip:hover span {
             display: block;
	     position: absolute;
	     width: 20em;
	     z-index: 100;
	     border: 1px dotted;
	     background-color: lightblue;
	     text-decoration: none;

	     left: .8em;
	     bottom: 2.8em;
}

</style>

