HTML, BODY {
	height:100%;
}
BODY {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.4em;
	padding:0;
	margin:0;
	text-align:center;
	background:#dfecff url(img/header-bg.jpg) no-repeat top center;
	background-attachment:fixed;
}
H1, H2, H3, H4, H5, H6, P, FORM, BLOCKQUOTE, DL, UL, TD, TH, LI {
	padding:0;
	margin:0;
}
IMG {
	display:block;
	border:0;
}
.clear {
	float:none;
	clear:both;
}
/* ---- Liste Definition statt .clear ---- */
DIV#content UL {
	float:none;
	clear:both;
}
/* ---- Liste  Ende ---- */


DIV#header {
	position:fixed;
	display:block;
	top:0;
	left:0;
	right:20px;
	height:167px;
	text-align:center;
	color:#fff;
	font-size:1em;
	line-height:1.3em;
	z-index:10;
	background:url(img/header-bg.jpg) no-repeat top center;
}
DIV#header DIV.wrapper {
	position:relative;
	display:block;
	width:770px;
	height:167px;
	text-align:left;
	margin:0 auto;
}
/* BITV Empfehlung http://www.einfach-fuer-alle.de/artikel/menues/tag2/ */
DIV#header DFN, DIV#header SPAN.hidden  {
	display:none;
}
/* ende */
DIV#header UL {
	position:relative;
	list-style-type:none;
	padding:0;
	margin:0;
}
DIV#header UL LI {
	position:relative;
	width:97px;
	float:left;
	padding:0;
	margin:0;
	list-style-image:none;
}
DIV#header UL LI SPAN {
	position:relative;
	display:block;
	background:#275cb2;
	width:1px;
	height:2.3em;
	overflow:hidden;
}

DIV#header UL LI UL {
	position:absolute;
	left:0;
	top:4.3em;
	width:auto;
	float:none;
	display:none;
}
DIV#header UL LI UL.highlight {
	display:block;
}
/* ---- modern browsers only ----
DIV#header UL LI:hover > UL {
	display:block;
}
---- end ---- */
DIV#header UL LI UL LI {
	width:300px;
	float:none;
	font-size:0.9em;
}
DIV#header A {
	text-decoration:none;
	color:#fff;
}
DIV#header A:hover {
	color:#f1d273;
}
DIV#header A.highlight {
	font-weight:bold;
	color:#f1d273;
}
DIV#header A#logo {
	position:absolute;
	right:-10px;
	top:32px;
}

/* ---- eurozone ---- */
DIV#footer {
	position:fixed;
	left:0;
	bottom:20px;
	right:0;
	height:195px;
	font-size:0.8em;
	line-height:1.2em;
	overflow:hidden;
	color:#001a53;
	/*z-index:99;*/
}
DIV#footer DIV.wrapper {
	position:relative;
	width:770px;
	height:195px;
	margin:0 auto;
	text-align:right;
	
}
DIV#footer DIV.wrapper P {
	position:absolute;
	width:230px;
	right:-70px;
	text-align:left;
	float:right;
	margin:0;
	padding:0;
	overflow:hidden;
}
DIV#footer IMG {
	/*float:left;*/
	/*margin:2px 10px 40px 0;*/
	margin-bottom:5px;
}
DIV#footer A {
	color:#001a53;
	text-decoration:none;
}
DIV#footer SPAN {
	color:#b3c6e4;
	margin:0 5px;
}
/* ---- content ---- */
DIV#content {
	position:relative;
	width:590px;
	z-index:1;
	margin:0 auto 0 auto;
	padding:200px 0 40px 0;
	text-align:left;
	line-height:1.5em;
	left:-100px;
}
DIV#content A {
	color:#0c1c8c;
	text-decoration:none;
	/*border-bottom:1px dotted #0c1c8c;*/
	border-bottom:1px dotted #0c1c8c;
}
DIV#content A:hover {
	color:#0c1c8c;
	/*border-bottom:1px solid #0c1c8c;*/
	border-bottom:1px solid #0c1c8c;
}
DIV#content .head {
	position:relative;
	width:581px;
	/*left:-100px;*/
	
}
DIV#content DIV.head H1 {
	width:581px;
	background:#dfecff url(img/whitepixel.gif) repeat-x bottom right;
	line-height:1.4em;
}
DIV#content DIV.head H1 STRONG {
	background:#dfecff;
	font-weight:normal;
}
DIV#content .wrapper {
	position:relative;

	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	padding:0;
	text-align:left;

	width:580px;
	/*left:-100px;*/

}
H1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.7em;
	font-weight:normal;
	background:#dfecff;
}

H2 {
	font-size:0.9em;
	font-weight:normal;
	text-transform:uppercase;
	padding:0.5em 2em 0 0;
}
H3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	font-weight:normal;
	margin:0 0 0 0;
	padding:1em 2em 0 0;
}
P {
	font-size:1em;
	margin:0 0 0 0;
	padding:0.9em 2em 0 0;
}

p.bodytext {
	padding:0 2em 0 0;


}
UL {
	padding:0.9em 2em 0 0;
	margin:0 0 0 1.3em;
}
UL LI {
	list-style-image:url(img/layout/bulletpoint.gif);
}

/* ---- class ---- */
.euroblau {
	color:#0c1c8c;
}
.versalien {
	font-size:0.9em;
	text-transform:uppercase;
}
IMG.bild_links {
	float:left;
	margin:4px 1em 1em 0;	
}
IMG.bild_rechts {
	float:right;
	margin:4px 0 1em 1em;	
}




/* ---- kuratorium navi ---- */

DIV.kuratoriumnavi {
	position:relative;
	display:block;
	width:auto;
	float:right;
	font-size:0.8em;
	line-height:1.5em;
	text-transform:uppercase;
	margin:1em 0 1em 2em;
	padding:0 1em 0 1em;
	border-left:1px solid #fff;
}
DIV.kuratoriumnavi P {
	margin:0;
}
DIV#content DIV.kuratoriumnavi A {
	text-decoration:none;
	color:#7297d0;
	border-bottom:0;
}
DIV#content DIV.kuratoriumnavi A:hover {
	color:#012261;
}
DIV#content DIV.kuratoriumnavi A.highlight {
	color:#012261;
	font-weight:bold;
}
DIV#content DIV.kuratoriumnavi UL {
	list-style-type:none;
	padding:0;
	margin:0;
}
DIV#content DIV.kuratoriumnavi LI {
	list-style-image:none;
	padding:0;
	margin:0;
}
DIV.kuratoriumnavi DFN, DIV.kuratoriumnavi SPAN.hidden  {
	display:none;
}



/* ---- Deutsch Englisch navi ---- */
DIV#header .highlight2 {
	position:absolute;
	left:0;
	top:4.3em;
	width:auto;
	float:none;
	display:none;
}


/*---- Stiftungskonzerte ----*/

ul.newsbox_info {
  height: 17px;
  border-bottom: 1px solid #ccc;
  margin: 0 0 23px 0;
}

ul.newsbox_info li {
  float: left;
  color: #808080;
  padding: 0 0 0.3em 0.8em;
}

ul.newsbox_info li.newsdate {
  width: 100px;
  padding: 0 0.8em 0.3em 0;
  border-right: 1px solid #ccc;
}


td.newsdate_left,
td.newsdate_right {
	color: #808080;
	padding-bottom:2px;
	border-bottom: 1px solid #ccc;
}
td.newsdate_left {
	border-right: 1px solid #ccc;

}

td.newsdate_right {
	padding-left:10px;
}

td.imagebox,
td.textbox {
	padding-top:23px;
	line-height: normal;
}

.newsbox_main {
  clear: left;
}

.newsbox_img {
  width: 100px;
  float: left;
}

.newsbox_text {
  width: 360px;
  float: right;
  line-height: normal;
}

.newsbox_text a{
	text-decoration:none;
	BORDER-TOP-STYLE: none! important; BORDER-RIGHT-STYLE: none! important; BORDER-LEFT-STYLE: none! important; BORDER-BOTTOM-STYLE: none! important;
}


.newsbox h2 {
  COLOR: #0c1c8c;
  font-size: 1.4em;
  line-height: 1.3em; 
  padding: 0 0 6px 0;
  font-weight:700;
  text-transform:none;
}

.newsbox_boldtext {
  font-weight: bold;
  font-size:9pt;
}

.newsbox p {
  padding: 0 0 12px 0;
  line-height: 1.4em;
  padding-bottom: 0.6em;
  font-size:9pt;
}

.newsbox a {
	BORDER-TOP-STYLE: none! important; BORDER-RIGHT-STYLE: none! important; BORDER-LEFT-STYLE: none! important; BORDER-BOTTOM-STYLE: none! important;
	text-decoration: none;
}

.newsbox {
	BORDER-TOP-STYLE: none! important; BORDER-RIGHT-STYLE: none! important; BORDER-LEFT-STYLE: none! important; BORDER-BOTTOM-STYLE: none! important;
}


ul.newsbox_links {
  padding: 0;
  margin: 0;
  line-height: normal;
}

ul.newsbox_links li {
  float: left;
  border-right: 1px solid #ccc;
  padding: 0 10px;
  list-style-type:none;
}

ul.newsbox_links li.firstlink {
  padding: 0 10px 0 0;
}

ul.newsbox_links li.lastlink {
  border-right: 0;
}

ul.newsbox_links li.singlelink {
  padding: 0 10px 0 0;
  border-right: 0;
}


.newsclear {
  clear: both;
  height: 60px;
}

/* konzertdetails */

.konzertdetails {
  margin: 0 0 0 -25px;
  padding: 0 0 100px 0;
  line-height:normal;
}

.kd_left {
  width: 165px;
  float: left;
  padding: 0px 20px 0 20px;
  text-align: right;
  text-transform:none;
}

.kd_left h2 {
  color: #CB0447;
  font-size: 1.8em;
  font-weight: normal;
  padding: 0 0 10px 0;
  text-transform:none;
}

.kd_left p {
  font-weight: bold;
  padding: 0 0 10px 0;
  line-height: 1.5em;
}

DIV#content .kd_left_img {
  float: right;
}



.kd_right {
  width: 350px;
  float: left;
  padding: 0 0 10px 0;
  line-height: 1.5em;

}

DIV#content .kd_right a {
	text-decoration:none;
	border:none;
}

.t3_user1  {
  padding: 0 0 10px 0;
  line-height: 1.5em;
}


.kd_right td.tdhead {
  color: #808080;
  padding: 5px 10px 5px 0;
}

.kd_right td {
  vertical-align: top;
  padding: 5px 0 5px 0;
}

span.small {
  font-size: 0.8em;
}

div.small {
	font-size: 0.8em;
	line-height: 1.5em;
	
}

DIV#content a.bestellen {
  display: block;
  border: 2px solid #ccc;
  text-align: center;
  padding: 5px;
  margin: 15px 0 0 0;
}

div.sitebrowser {
	color: #808080;
	margin-bottom: 10px;
	line-height:normal;
}
DIV#content .sitebrowser a{
	color: #808080;
	border:none;
}


/*----------- CE_GALLERY ----------------*/
.tx-cegallery-pi1 {
	MARGIN-BOTTOM: 30px
}
.tx-cegallery-pi1 a {

	BORDER-TOP-STYLE: none! important; BORDER-RIGHT-STYLE: none! important; BORDER-LEFT-STYLE: none! important; BORDER-BOTTOM-STYLE: none! important;


}

.tx-cegallery-pi1 .tx-cegallery-pi1-album_entry {
	background:#dfecff;
}

.tx-cegallery-pi1 .tx-cegallery-pi1-detail_nav {
	margin-left:auto;
	margin-right:auto;
}

.tx-cegallery-pi1 .tx-cegallery-pi1-pagebrowser {
	font-size:12px;
	padding-bottom:0px;
	height:16px;
	display:inline;
}

.tx-cegallery-pi1 .tx-cegallery-pi1-pagebrowser a {
	font-size:12px;
	BORDER-TOP-STYLE: none! important; BORDER-RIGHT-STYLE: none! important; BORDER-LEFT-STYLE: none! important; BORDER-BOTTOM-STYLE: none! important;
}

.tx-cegallery-pi1 .tx-cegallery-pi1-pagebrowser  .tx-cegallery-pi1-pagebrowser_back {
	width:35px;	
}

.tx-cegallery-pi1 .tx-cegallery-pi1-album_header{
	clear:left;
}

h2.tx-cegallery-pi1-album_header {
	margin:0px;
	padding:0px;
	font-size:12px;
	margin-top:10px;
	color:#0c1c8c;
	font-weight:700;
}

.tx-cegallery-pi1 .tx-cegallery-pi1-album_entry {
	width: 165px;
	height: 175px;
	font-size:10px;
	line-height: 11px;

}

.tx-cegallery-pi1 .tx-cegallery-pi1-album_backlink {
	padding-top:10px;
}

.t3_Bild_Links_Ueberschrift_klein {
	clear: both;
}


/*----------- Suche ----------------*/
#form_search {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#001a53;
	height:11px;
	width:155px;
	margin-bottom:10px;
}


