@charset "utf-8";
body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	color: #000;
	background-color: #D6DFF0;
}
a {
	color: #71829A;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
* html #main {
	height: 550px;
}
#main {
	position: relative;
	background-color: #FFFFFF;
	min-height: 575px;
	width: 650px;
	margin-top: 75px;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #71829A;
	text-align: left;
}
#content {
	position: relative;
 	left: 200px;
	padding: 10px 15px;
	width: 420px;
	height: 100%;
	min-height: 520px;
	background-image: url(img/music1a.gif);	
}
#content h1, h2, h3 {
	color: #71829A;
	font-size: 14px;
}
#content dd {
	font-style: italic;
}
#content ul {
	list-style-image: url(img/bullet.gif);
	margin-bottom: 5px;
}
#title {
	position: absolute;
	top: 220px;
	padding: 5px;
	width: 190px;
	font-size: 13px;
	font-weight: bold;
	color: #71829A;
	text-align: center;
}
#menu {
	position: absolute;
	top: 250px;
	padding: 5px;
	width: 190px;
	text-align: center;
}
#menu a {
	border: 2px solid #71829A;
	display: block;
	background-color: #8AA6D0;
	width: 188px;
	margin-top: 2px;
	padding: 2px 0px;
	text-decoration: none;
	color: #000;
}
#menu a:hover {
	background-color: #D6DFF0;
}
#menu a.ACT {
	background-color: #D6DFF0;
}
#language {
	position: absolute;
	top: -25px;
	left: 215px;
	z-index: 1;
}
#header {
	position: absolute;
	height: 250px;
	width: 250px;
	left: -50px;
	top: -50px;
	z-index: 1;
	background-color: #000056;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#header h1 {
	position: relative;
	margin: 0px;
	font-size: 18px;
	font-family: verdana;
	left: 50px;
	top: 5px;
	color: #FFCC00;
}
#header h2 {
	position: relative;
	margin: 0px;
	font-size: 16px;
	font-family: verdana;
	font-style: italic;
	left: 50px;
	top: 5px;
	color: #FFCC00;
}
#footer {
	position: relative;
	width: 600px;
	height: 35px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 10px;
}
#news_main {
	padding: 0px;
	margin: 20px 0px;
	background-color: #D6DFF0;
}
#news_header {
	width: 100%;
	background-color: #71829A;
	height: 20px;
	margin: 0px;
}
#news_header h1{
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
}
#news_content {
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#news_content ul {
	padding-left: 25px;
	margin: 0px;
}
#news_content ul li{
	margin: 5px;	
}
#news_content ul li span{
	display: inline-block;
	width: 250px;
}
dl.csc-menu dt{
	margin-top: 10px;
}

/* Powermail */
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: red;
}
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed 
	background-color: red;*/
	background-image: url(/typo3/ext/powermail/img/icon_exclamation.gif);
	background-repeat: no-repeat;
	background-position: 98% 1px;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	margin: 3px 0 15px 200px;
}
fieldset.tx-powermail-pi1_fieldset {
	padding: 10px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	font-weight: bold;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 200px;
	float: left;
	clear: both;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	/* Input and textarea */
	width: 260px;
}
fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	margin: 5px 0;
}
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 10px 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 20px 0 10px 200px;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
}
div.countryzone {
	margin: 10px 0 0 200px;
}
div.tx_powermail_pi1_fieldwrap_html label a {
	/* Description */
	cursor: help;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn {
	/* Description */
	display: none;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn {
	/* Description on mouseover */
	display: block;
	position: absolute;
	width: 250px;
	padding: 5px;
	background-color: #ddd;
	border: 1px solid red;
	color: black;
	text-decoration: none;
	font-size: 0.8em;
}
div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	/* Description icon */
	padding: 2px 2px 0 2px;
}
/*fieldset.tx-powermail-pi1_fieldset div.even {
	background-color: #eee;
}*/


	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

	/* THX */
td.powermail_all p.bodytext {
	margin: 0;
}

.news-header {
	background-color: #71829A;
	height: 20px;
	padding-top: 4px;
       padding-left: 4px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}
.news-latest-container {
	background-color: #D6DFF0;
	border: 1px solid #71829A;
}
.news-latest-item {
	margin: 4px;
	border-bottom: 1px solid #71829A;
	clear: both;
	height: 23px;
}
.news-latest-date {
	width: 100px;
	padding: 4px;
	margin-top: 1px;
	float: left;
	font-size:11px;
}
.news-list-date {
	font-style: italic;
	float: right;
}
.news-list-browse {
	text-align: center;
}
.news-list-morelink {
	display: block;
}
.news-latest-title {
	padding: 4px;
	float: left;	
}
.news-latest-source {
	width: 150px;
	padding: 4px;
	float: left;
}
.news-latest-gotoarchive {
	padding: 4px;
	margin: 4px;
}
.news-single-source {
	font-style: italic;
}
.news-single-author {
	margin-top: 15px;
	margin-bottom: 15px;
}
.news-single-date {
	font-weight: bold;
}
.news-single-backlink {
	padding-top: 10px;
}
.concert-list-date {
	font-style: italic;
	display: block;
}
.concert-list-title {
	font-weight: bold;
}
.news-single-img {
	float: right;
}
