.navigationText {
	background-color: #EEEEEE;
	font-family: "arial narrow",arial,helvetica,verdana,sans-serif;
	color: #000;
	letter-spacing: 1px;
	font-size: 13px;
}


/* BAND-BILDER
hier finden sich alle thematischen Bilder oben auf der Seite. 
Das ist die lange Bilderreihe, die über die ganze Seite geht */

.bandhome{
	vertical-align: top;
	background-image:    url('images/bandhome.jpg');
	background-repeat: no-repeat;
	background-position:  right 50%;
	width: 100%;
	height: 48px
}

.bandkontakt{
	vertical-align: top;
	background-image:   url('images/bandkontakt.jpg');
	background-repeat: no-repeat;
	background-position:  right 50%;
	width: 100%;
	height: 48px
}

.bandpersonen{
	vertical-align: top;
	background-image:   url('images/bandpersonen.jpg');
	background-repeat: no-repeat;
	background-position:  right 50%;
	width: 100%;
	height: 48px
}

.bandpositionen{
	vertical-align: top;
	background-image:   url('images/bandpositionen.jpg');
	background-repeat: no-repeat;
	background-position:  right 50%;
	width: 100%;
	height: 48px
}

.bild {
	vertical-align: top;
	height: 104px;
	background-image:  url('images/tous/slogen.gif');
	background-repeat: no-repeat;
	background-position: 443px 60px;
	font-size: 1pt;
	line-height: 1px;
}


