/* Separates CSS ausschliesslich für index_upper.html, ab Mai 17 */


#navigation_white {
	height: 55px;
	font-family: Arial black, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: 60px;
	font-weight: normal;
	font-variant: normal;
        text-shadow: 4px 7px 5px #000;
	color: #0000FF;
	text-decoration: none;
}


/* Steuerung des Verhaltens der Links (separat, weil die Rückfallfarbe der Links im index_upper.html weiss sein muss */

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
        color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-shadow: 4px 7px 5px #000;
	color: #FF0000;
}
a:active {
        color: #FFFFFF;
	text-decoration: none;
	
}


/* Steuerung der Position des grossen Bildes und des Menus auf der Index_upper - Seite */

#index_pos_buidl {
    position: absolute;
    left: 60px;
    top: 30px;
}
#index_pos_menu {
    position: absolute;
    left: 900px;
    top:   110px;
}


/* Schrift wird zur Beschriftung des Frontbilds gebraucht (oben, enthält den Namen des Fotografen und ein ungef. Datum */


h1_03_white {
        font-family: Arial black, sans-serif;
	font-size: 1.30rem;
	font-weight: bolder;
	color: #FFFFFF;
	text-transform: none;
}
