/* - - - - - - - - - - - - - - - - - - - 
    D E F A U L T
- - - - - - - - - - - - - - - - - - - */ 

body, div, h1, h2, h3, p, img {
	padding: 0px;
	margin: 0px;
	border: 0px;		
}

a { 
	outline: none; 
}





/* - - - - - - - - - - - - - - - - - - - 
    L A Y O U T
- - - - - - - - - - - - - - - - - - - */

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #333;
	background: #F8F6E3;
}

#wrapper { 
	position: relative;
	width: 900px;
	height: 580px;
	text-align: left;
	padding: 0px;
	margin: 10px auto auto;
	vertical-align: middle;
} 

#wrapper_alt { 
	position: absolute;
	top: 50%;
	left: 50%;
	
	width: 900px;
	height: 580px;
	text-align: left;
	padding: 0px;
	margin-top: -320px;
	margin-left: -450px;
} 

#content { 
	position: absolute;
	top: 100px;
	left: 0px;
	width: 886px;
	height: 436px;
	z-index: 100;
	text-align: left;
	padding: 0px;
	
	border: 2px solid #000;
	background: url(../img/hintergrund_436x886.jpg) 0px 0px no-repeat;
} 

/* Holly Hack Targets IE Win only \*/
* html #content {
	width: 890px;
	height: 440px;
}
/* End Holly Hack */



#aktueller_termin { 
    position: absolute;
    top: 174px;
	left: 42px;
	width: 245px;
	height: 51px;
    z-index: 149;
    background: url(../img/bg_aktueller_termin.jpg) 0px 0px no-repeat;
}

#stoerer { 
    position: absolute;
    top: 476px;
	left: 825px;
	width: 104px;
	height: 106px;
    z-index: 1000;
}

#footer { 
	clear: both;
	position: absolute;
	top: 555px;
	left: 356px;
	text-align: left;
}






/* - - - - - - - - - - - - - - - - - - - -
    L O G O
- - - - - - - - - - - - - - - - - - - - */

#logo { 
	position: absolute;
	z-index: 129;
	top: 29px;
	left: -40px;
	
	display: block;
	/*width: 299px;
	height: 194px;*/
	width: 208px;
	height: 154px;
	padding: 0px;
	margin: 0px;
} 

#logo h1 {
	display: block;
	width: 208px;
	height: 154px;
	padding: 0px;
	margin: 0px;
	background: url(../img/ngobo_logo.gif) 0px 0px no-repeat;
}

#logo h1 a {
	display: block;
	width: 208px;
	height: 154px;
	text-indent: -5000px;
	text-decoration: none;
}




/* - - - - - - - - - - - - - - - - - - - -
    N A V I G A T I O N
- - - - - - - - - - - - - - - - - - - - */

/** A L L G E M E I N ****/

#navigation_alt { 
	float: right;
	width: 530px;
	height: 20px;
	text-align: left;
	padding: 0px;
	margin: 75px 17px 0px 0px;

	background: #999;
} 

#navigation { 
	float: left;
	width: 530px;
	height: 20px;
	text-align: left;
	padding: 0px;
	margin-top: 75px;
	margin-left: 354px;

	/*background: #999;*/
} 

/* Anpassung der Navigation an IE 5, 5.5. und 6 */

* html #navigation { 
	margin-left /**/: 177px;
}




/** H A U P T M E N U ****/

#nav, 
#nav ul 
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#nav li {
	float: left;
	margin-right: 17px;
	/*width: 75px;*/
	height: 20px;
	
	/*background: #ccc;*/
}

#nav li#booking		{ margin-right: 0px; }

/*
#nav li#startseite	{ width: 75px; }
#nav li#tourdaten	{ width: 80px; }
#nav li#band		{ width: 50px; }
#nav li#presse		{ width: 60px; }
#nav li#gaestebuch	{ width: 80px; }
#nav li#shop		{ width: 50px; }
#nav li#booking		{ width: 70px; }
*/

#nav li a {
	display: block;
	font-weight: bold; 
	font-size: 11px;
	line-height: 11px; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none; 
	text-transform: uppercase;
}

#nav li a,
#nav li a:link,
#nav li a:active,
#nav li a:visited
{	
	color: #333;
}

#nav li a:hover {	
	color: #990000;
}

#nav li a.aktiv,
#nav li a.aktiv:link,
#nav li a.aktiv:active,
#nav li a.aktiv:visited,
#nav li a.aktiv:hover
{	
	color: #990000;
}


/** U N T E R M E N U *****/ 

#nav li ul {
	position: absolute;
	top: 15px;
	width: 100px;
	left: -999em;
}

#nav li#shop ul {
	top: 35px;
}

#nav li ul.aktiv,
#nav li:hover ul, 
#nav li.sfhover ul 
{
	left: auto;
}

#nav li ul li {
	float: left;
	margin-right: 10px;
	width: 100px;
	height: 20px;
}

#nav li ul li a {
	display: block;
	font-weight: normal; 
	font-size: 11px;
	line-height: 11px; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none; 
	text-transform: none;
}

#nav li ul li a,
#nav li ul li a:link,
#nav li ul li a:active,
#nav li ul li a:visited
{	
	color: #333;
}

#nav li ul li a:hover {	
	color: #990000;
}

#nav li ul li a.aktiv,
#nav li ul li a.aktiv:link,
#nav li ul li a.aktiv:active,
#nav li ul li a.aktiv:visited,
#nav li ul li a.aktiv:hover
{	
	color: #990000;
}





/* - - - - - - - - - - - - - -
	C O N T E N T 
- - - - - - - - - - - - - - - */

/* Key Visual */

#key_visual {
	position: absolute; 
	left: 0px; 
	top: 116px; 
	z-index: 175; 
	text-align: left;
	text-decoration: none;
}


/* Scroller */

#scroller {
	position: relative;
	width: 520px;
	height: 375px;
	margin: 35px 0px 0px 351px;
}

#scroller_up_control {
	position: absolute; 
	width: 13px; 
	height: 7px;
	left: 470px; 
	top: 45px; 
	z-index: 10; 
	text-align: left;
	text-decoration: none;
}

#scroller_down_control {
	position: absolute; 
	width: 13px; 
	height: 7px;
	left: 470px; 
	top: 320px; 
	z-index: 20; 
	text-align: left;
	text-decoration: none;
}

#scroller_container {
	position: absolute; 
	width: 440px; 
	height: 340px; 
	overflow: hidden; 
	top: 0px; 
	left: 0px; 
	clip: rect(0, 440, 340,0); 
	visibility: hidden;
}

#scroller_content {
	position: absolute; 
	top: 0px; 
	left: 0px;
}


/* Typographie */

#content h1 {
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	color: #990000;
	margin: 0px 0px 10px 0px;
}

#content h2 {
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
	color: #444;
	margin: 0px 0px 5px 0px;
}

#content p {
	font-size: 12px;
	line-height: 16px;
	margin: 0px 0px 10px 0px;
}

#content a, 
#content a:link, 
#content a:active, 
#content a:visited 
{
	color: #444;
	text-decoration: underline;
}

#content a:hover { 
	color: #990000;
	background: #fff;
}

#content a.myspacelink,
#content a.myspacelink:link, 
#content a.myspacelink:active, 
#content a.myspacelink:visited,
#content a.myspacelink:hover { 
	text-decoration: none;
	background: none;
}

#content a.myspacelink img {
	margin-top: 10px;
}	


/* Liste fuer Termine */

ul.termine {
	list-style: none;
    margin: 5px 0px 15px;
    padding: 0px;
}

ul.termine li {
	line-height: 20px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}

#content ul.termine li.hellgrau,
#content ul.termine li.hellgrau a,
#content ul.termine li.hellgrau a:link,
#content ul.termine li.hellgrau a:active,
#content ul.termine li.hellgrau a:visited
{
    color: #777; 
}

#content ul.termine li.hellgrau a:hover { 
	color: #990000;
	background: #fff; 
}


/* News */

#content h2.news_preview_headline {
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
	color: #444;
	margin: 15px 0px 5px 0px;
}

#content p.newsarchiv_link {
	font-weight: bold;
	margin-top: 25px;
}


/* Besetzung */

a.portrait_overview {
	width: 106px;
	height: 106px;
	float: left;
	margin: 0px 2px 5px 0px;
}

#content a.portrait_overview:hover {
	background: url(../img/bg_portrait_plus.gif) 0px 0px no-repeat;
	background-color: none;
}

a.portrait_overview img {
	width: 100px;
	margin: 3px 3px 3px 3px;
}

a.portrait_solo {
	width: 106px;
	height: 106px;
	float: left;
	margin: 0px 8px 5px 0px;
}

#content a.portrait_solo:hover {
	background: url(../img/bg_portrait_minus.gif) 0px 0px no-repeat;
	background-color: none;
}

a.portrait_solo img {
	width: 100px;
	margin: 3px 3px 3px 3px;
}

#content p.interview {
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

#content .frage {
	color: #990000;
	font-size: 12px;
	font-weight: normal;
}

#content p.zurueck {
	font-size: 12px;
	font-weight: normal;
	margin: 15px 0px 5px 0px;
}



/* Discographie */

.tontraeger {
	clear: both;
	margin: 0px 0px 15px 0px;	
}

.tontraeger img {
	width: 100px;
	float: left;
	margin: 0px 10px 0px 0px;
}

#content .tontraeger p {
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

.tontraeger h2 .typ {
	color: #888;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}


/* Pressefotos */

.bilder {
	clear: both;
	margin: 0px 0px 15px 0px;	
}

.bilder img {
	width: 100px;
	float: left;
	margin: 0px 10px 0px 0px;
}

#content .bilder p {
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

.bilder h2 .typ {
	color: #888;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}




/* Download Liste */

/* Liste fuer Download */

ul.download {
	list-style: none;
    margin: 10px 0px 25px;
    padding: 0px;
}

ul.download li {
	padding: 5px 0px 0px 20px;
	line-height: 18px;
	font-family: Arial, Helvetica, Geneva sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}

ul.download li.pdf {
	background: url("../img/icon_pdf.gif") 0px 6px no-repeat;
}

ul.download li.mp3 {
	background: url("../img/icon_mp3.gif") 0px 6px no-repeat;
}

ul.download li.jpg {
	background: url("../img/icon_jpg.gif") 0px 6px no-repeat;
}

ul.download li a {
}

ul.download li a, ul.download li a:link, ul.download li a:active, ul.download li a:visited {
	color: #333;
    text-decoration: underline; 
}

ul.download li a:hover  { 
	color: #990000;
    text-decoration: underline;
    background: #fff;    
}


/* Tabelle für Newsletter */

table.newsletter {
	width: 220px;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
	table-layout: fixed;
}

table.newsletter tr {
}

table.newsletter th, table.newsletter td {
	color: #333;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px; 
	font-family: verdana, geneva, sans-serif;
	border: 0px solid #000;
	padding: 3px 0px 3px 0px;
	text-align: left;
}

#linke_spalte table.newsletter th, #linke_spalte table.newsletter td {
	color: #333;
}

td.bezeichnung {
	font-weight: normal;
	width: 60px;
}

td.eingabe {
	font-weight: normal;
	width: auto;
}


/* Sonstiges */

.rot {
    color: #990000; 
}


/* Aktueller Termin */

#aktueller_termin h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #990000;
	margin: 8px 0px 0px 37px;
}

#aktueller_termin p {
	font-size: 12px;
	line-height: 18px;
	margin: 0px 0px 0px 37px;
}

#aktueller_termin h3 a, 
#aktueller_termin h3 a:link, 
#aktueller_termin h3 a:active, 
#aktueller_termin h3 a:visited 
{
	color: #990000;
	text-decoration: none;
}

#aktueller_termin a, 
#aktueller_termin a:link, 
#aktueller_termin a:active, 
#aktueller_termin a:visited 
{
	color: #444;
	text-decoration: none;
}

#aktueller_termin a:hover { 

}




/* - - - - - - - - - - - - - - - - - - - -
    F O O T E R
- - - - - - - - - - - - - - - - - - - - */

#footer p {
	/*color: #c7bf86;*/
	color: #7C7B71;
}

#footer a, 
#footer a:link, 
#footer a:active, 
#footer a:visited 
{
	color: #7C7B71;
    text-decoration: underline;
}

#footer a:hover 
{
	color: #7C7B71;
}







strong {
    font-weight: normal;
    font-size: 12px;
}

#scroller_up_control a:hover,
#scroller_down_control a:hover
{
	background: none;
}





/* - - - - - - - - - - - - - - - - - - - -
    H E L F E R L E I N
- - - - - - - - - - - - - - - - - - - - */

.invisible {
	display: none;
}

.floataround {
	clear: both;
	display: block;
	font-size: 1px;
	line-height: 1px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

 .clearfix {
display: inline-block;
}  

/* Holly Hack Targets IE Win only \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End Holly Hack */

.seitenanfang {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}