/* CSS der linken Seiten-Navigation zugleich Hauptnavigation */

#hintergrundbild-navigation {
	float: left;
	width:260px;     /* Größen entsprechen (MUSS)exakt dem Hintergrundbild */
	height:677px;    /* dies ganze Konstrukt nur für den Fall wenn im Browser Bilder laden abgeschaltet ist, damit die hier gesetzte Hintergrunsfarbe (weiß, ohne Farbe hier auf weißem Grund!) auch nur hinter diesem Bild ist und nicht hinter der linken Spalte der Seite; deshalb wurde Bild in separaten Container gesetzt */ 
	margin: 0px;
	background: green url('../bilder/startseite/cuba_landschaft_strasse.jpg') no-repeat; 

}

#navigation ul {
	font-family: Arial, Verdana, Helvetica, sans-serif;     //* vorher zuerst Verdana *//
	font-size: 12px;    /* 80%; */
	font-weight: bold;
	background: none;   /* damit Bild beim hovern ausgeblendet werden kann , sonst Hintergrund z.B. #FFF; */
	list-style: none;
        margin: 0;
        padding: 0;
        }

img {
	border-width: 0px;
	margin-right: 20px;
	vertical-align: bottom;
	margin-top: 10px;
}
#contentnav img {
	margin: 0px 36px 0px 0px;
}



#navigation {
        float:left;
        width: 200px;
        margin: 20px 0px 0px 10px;
        padding: 0px;
        font-size: 12px; /** NEU für Arial *//
        
        }

#navigation li a {
       
		letter-spacing:1.5px;
		margin: 0px 0px 1px 0px;          /*   1px Abstand zwischen den Menüpunkten nach unten*/
        height: 32px;                  /*   falsche Größe für IR 5.5   34px          */
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 24px;				 /* richtige Größe für die standardkonformen Browser  */
        text-decoration: none;
        }

#navigation li a:link, #navigation li a:visited {
        color: #FFF;
        display: block;
		background: url(navigation.gif) 0px 0px;  
        padding: 8px 0px 0px 10px;   

        }

#navigation li a:hover {
        color: white;/* black; */ /* white; */     /*  #0000FF;  */
        display: block;
        background:  none; /* none für Sicht auf das Hintergrundbild, sonst    url(navigation.gif) 0px -32px;  */
        padding: 8px 0px 0px 10px;     /* 8px 0px 2px 10px dadurch "springt" Navigationsleiste bei hover   */ 
              }

#navigation li a:active, #navigation li a:focus {
        color: #FFF;
        display: block;
		background: url(navigation.gif) 0px 0px;  
        padding: 8px 0px 0px 10px;   
        }

#navigation li #current {
        color: white;/* black; */ /* white; */     /*  #0000FF;  */
        display: block;
        background:  none; /* none für Sicht auf das Hintergrundbild, sonst    url(navigation.gif) 0px -32px;  */
        padding: 8px 0px 0px 10px;     /* 8px 0px 2px 10px dadurch "springt" Navigationsleiste bei hover   */ 
              }


#wandbild{
	position: relative;
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
}
#wandbild a {
	color: #FFFFFF;
	/* text-decoration:none; */
}

