
/* BAND-BILDER
hier finden sich alle thematischen Bilder oben auf der Seite. 
Das ist die lange Bilderreihe, die �ber die ganze Seite geht */


.fotogalerie {
	text-align: left;
	margin-left: 428px;
	width: auto;
	font: normal 12px/16px "arial narrow",arial,helvetica,verdana,sans-serif;
	color: #000000;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 15px;
	background-color:#eeeeee
}
.fotogalerie img{
	border-color: #666666;
	border-width: 1px;
	border-style: solid;
	margin-right:5px;
	margin-bottom:10px;
	width:72px;
	height:72px;
}


.bandhome{
	vertical-align: top;
	background-image:  url("bilder/bandhome.jpg");
	background-repeat: no-repeat;
	background-position: right;
	width: 100%;
	height: 48px;
}

.bandkontakt{
	vertical-align: top;
	background-image:  url("bilder/bandhome.jpg");
	background-repeat: no-repeat;
	background-position: right;
	width: 100%;
	height: 48px;
}

.bandpositionen{
	vertical-align: top;
	background-image:  url("bilder/bandhome.jpg");
	background-repeat: no-repeat;
	background-position: right;
	width: 100%;
	height: 48px;
}

.bandpersonen{
	vertical-align: top;
	background-image:  url("bilder/bandpersonen.jpg");
	background-repeat: no-repeat;
	background-position: right;
	width: 100%;
	height: 48px;
}

/** the style of the text, how it appears in the main-area */ 
.textstyle {
	font: normal 12px/16px "arial narrow",arial,helvetica,verdana,sans-serif;
	color: #000000;
	letter-spacing: 1px;
	padding: 0px;
	
}



