/* CSS Document */
/* Stile für die Ausstellung EVET - JA, ICH WILL! */

/* Hintergrundfarbe */
body { background-color:#f6f6f6; background-image:url(../bilder/hg_603.gif);  background-repeat:repeat-y; }

#rand { background-color:#603; background-image:url(../bilder/r_evet.jpg); background-repeat:no-repeat; border-right:1px solid #999; } /* Bildhintergrund Rand */

#untertitel { 
	z-index:100;
	position:absolute; left:180px; top:445px; width:400px; 
	}
#untertitel p {
	font-family:Arial, Helvetica, sans-serif; font-weight:normal; letter-spacing:0.04em;
	font-size:15px; line-height:18px;
	color:#fff;
	}

#tipp { border-left:10px solid #900; /*background-color:#333;*/ }


/* kleine Logos */
#rem { top:13px; height:60px; width:120px;  }
#mkk { z-index:100; position:absolute; left:610px; top:75px; height:50px; width:120px; }

#laufzeitstart { 
	z-index:50; position:absolute; left:590px; top:140px; width:190px; height:259px; 
	border-left:10px solid #900;
	margin:0px; padding-top:1px; padding-left:10px; padding-right:10px;
	}
#laufzeitstart p { font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; 
	font-size:10px; line-height:14px;
	}

/* Folgeseiten */
#kopf { /*background-color:#eee; background-image:url(../../bilder/k_verlauf_eee.gif);*/ }
#laufzeit { color:#666; border-left:10px solid #603; height:139px; }
#laufzeit p { font-size:10px; line-height:14px; } /* nur rem und MKK */
#inhalt { border-top:2px solid #999;  }
#spalte { border-left:10px solid #666; top:280px; height:263px; }

/* Navigation */
.n1 a {
	/* border-bottom:1px solid #000; */
	}
.n1 a:hover { 
	color:#f00; 
	background-color:none;
	}
.n1 .an a {
	color:#f00; 
	background-color:#603;
	}

.n2 a { color:#fff; background-color:#666; border-bottom:1px solid #999; /*border-left:1px solid #999;*/ border-right:1px solid #999; }
.n2 a:hover { color:#666; background-color:#fff; }
.n2 .an a { color:#603; }

#navi3 { background-color:none; border-bottom:1px solid #999; }
.n3 a { color:#999; background-color:none; border-top:1px solid #999; }
.n3 a:hover { color:#999; background-color:#333; }


/* Schriftfarben */
h1 { color:#666; }
h2 { color:#666; }
h3 { color:#666; }
p { color:#666; }
ul li { color:#666; }
#laufzeit h3 { color:#603; }
#laufzeitstart p { color:#fff; }
#tippunten p { color:#fff; }

/* Farbe der Links im Text */
h1 a { text-decoration:none; color:#f00; border-bottom:1px dotted #f00; }
h1 a:hover { border-bottom:1px solid #f00; }
h1 a:visited { color:#f00; border-bottom:1px dotted #f00; }
h3 a { text-decoration:none; color:#f00; border-bottom:1px dotted #f00; }
h3 a:hover { border-bottom:1px solid #f00; }
p a { color:#f00; border-bottom:1px dotted #f00; }
p a:hover { border-bottom:1px solid #f00; }
p a:visited { color:#f00; border-bottom:1px dotted #f00; }

