.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 ueber 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
}

.bandpresse{
	vertical-align: top;
	background-image:   url('images/bandpresse.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;
}

/* VAUD - specific.
 * Je mets ici des trucs qui sont spŽcifiques ˆ la page web du canton de Vaud.
 * C'est parce que certaines donnŽes du PVL-CH ne me conviennent pas.
 *
 * Benjamin Leroy-Beaulieu. 20.02.2010
 */

td.beschrieb {
	width: 125px;
	text-align: right;
	padding-right: 5px;
	vertical-align: top;
}

.fotospalte {
    font: normal 12px/16px "Arial Narrow",Arial,Helvetica,Verdana,sans-serif;
    color: #000000;
    letter-spacing: 1px;
    float: left;
}
.fotospalte p {
    margin-top: 0px;
    margin-left: 10px;
}



