/* CSS Document */
/* Stile für die Ausstellung Alexander */

/* Hintergrundfarbe */
body { background-color:#ec9; background-image:url(../bilder/hg_000.gif);  background-repeat:repeat-y; }

#rand { background-color:#000; background-image:url(../bilder/ax_rand.jpg); background-repeat:no-repeat; border-right:1px solid #000; } /* Bildhintergrund Rand */

#tipp { border-left:10px solid #000; /*background-color:#333;*/ }
#tipp h3 { color:#c00; }
#tipp p { color:#000; }

/* Folgeseiten */
#kopf { /*background-color:#eee; background-image:url(../../bilder/k_verlauf_eee.gif);*/ }
#inhalt { border-top:2px solid #999;  }
#laufzeit { color:#c00; border-left:10px solid #000;  height:79px;}
#spalte { top:120px; border-left:10px solid #f90;  top:220px; height:323px; }

/* Navigation */
.n1 a {
	/* border-bottom:1px solid #000; */
	}
.n1 a:hover { 
	color:#f90; 
	background-color:none;
	}
.n1 .an a {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; letter-spacing:0.05em;
	color:#c00; 
	background-color:#f90;
	}
.n1 .an a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; letter-spacing:0.05em;
	color:#c00; 
	background-color:#f90;
	}
	
/* Navigation Startseite */
.start .n1 a {
	color:#000;
	}
.start .n1 a:hover { 
	color:#c00; 
	}

.n2 a { color:#000; background-color:#f90; border-bottom:1px solid #000; border-left:1px solid #000; border-right:1px solid #000; }
.n2 a:hover { color:#f90; background-color:#c00; }
.n2 .an a { color:#c00; }
.n2 .an a:hover { color:#f90; }

#navi3 { background-color:none; border-bottom:1px solid #999; }
.n3 a { color:#fff; background-color:none; border-top:1px solid #999; }
.n3 a:hover { color:#c00; background-color:#f90; border-top:1px solid #f90; }


/* Schriftfarben */
h1 { color:#666; }
h2 { color:#666; }
h3 { color:#666; }
p { color:#666; }
ul li { color:#666; }
#laufzeit h3 { color:#c00; }

/* Farbe der Links im Text */
h3 a { text-decoration:none; color:#c00; border-bottom:1px dotted #c00; }
h3 a:hover { border-bottom:1px solid #c00; }
p a { color:#c00; border-bottom:1px dotted #c00; }
p a:hover { border-bottom:1px solid #c00; }
ul li a { color:#c00; border-bottom:1px dotted #c00; }
ul li a:hover { border-bottom:1px solid #c00; }
/* p a:visited { color:#666; border-bottom:1px dotted #666; } */

