ich kann die Textinhalt Farbe nicht finden um sie zu ändern

http://nicoles-einblicke.de.to/
Code: Alles auswählen
/*CSS Format by http://npage-hilfe.de*/
body {
color: #7F00E5;
font-family: Verdana;
font-size: 16px;
background-color: #FFFFFF;
background-image: url(../bilder/bg.jpg);
background-repeat: repeat-x;
background-attachment: fixed;
}
a:link {
font-family: Verdana;
font-size: 16px;
color: #ff6699;
text-decoration: none;
}
a:visited {
color: #D02090;
text-decoration: none;
}
a:active {
color: #D02090;
text-decoration: none;
}
a:hover {
color: #000088;
text-decoration: underline;
}
h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 26px;
color: #D02090;
}
h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 22px;
color: #7F00E5;
}
h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 17px;
color: #7F00E5;
}
#aussen {
width: 900px;
margin-right: auto;
margin-left: auto;
background-image: url(../bilder/bg2.jpg);
background-repeat: repeat;
background-color: #FF99CC;
border: ridge 10px #FFE4E1;
}
#navioben {
float: left;
height: 70px;
width: 100%;
color: #FFF;
background-color: #FF66FF;
font-family: "Arial Black", Gadget, sans-serif;
font-size: 12px;
}
#header {
float: left;
height: 250px;
width: 100%;
background-image: url(../bilder/header.jpg);
background-repeat: no-repeat;
background-position: center;
background-color: transparent;
color: #FF00FF;
border-top: ridge 6px #FFE4E1;
border-right-width: 0px;
border-bottom: ridge 6px #FFE4E1;
border-left-width: 0px;
}
#navi {
float: left;
width: 225px;
border-top: ridge 0px #FFE4E1;
border-right: ridge 6px #FFE4E1;
border-bottom: ridge 6px #FFE4E1;
border-left: ridge 0px #FFE4E1;
background-color : transparent;
font-size: 16px;
color: #7F00E5;
}
.navibox {
float: left;
width: 225px;
height: 55px;
line-height: 55px;
text-align: center;
border-top: ridge 3px #FFE4E1;
border-right: ridge 6px #FFE4E1;
border-bottom: ridge 3px #FFE4E1;
border-left: ridge 0px #FFE4E1;
background-color : #FFBBFF;
background-image : url(../bilder/bg_box.jpg);
background-repeat : no-repeat;
margin-top: -2px;
font-size: 18px;
font-weight: bold;
color: #ff6699;
}
#menu1 a, #menu1 a:visited , #menu1 a:active {
display: block;
height: 70px;
line-height: 70px;
color: #2A0A0A;
font-family: arial, helvetica, tahoma ,verdana, sans-serif;
font-size: 18px;
text-align: center;
text-decoration: none;
padding: 0px;
margin: 0px;
background-color: #FFBBFF;
background-image: url(../bilder/button1.jpg);
background-repeat: repeat-x;
background-position: 50% 0%;
border-top: solid 1px #FFFFB2;
}
#menu1 a:hover {
color: #ff6699;
text-decoration: none;
background-image: url(../bilder/button2.jpg);
background-color: #FFE1FF;
}
.trenn {
width: 1px;
background-color: #FFE4E1;
}
.trenn2 {
width: 1px;
background-color: #CDB5CD;
}
#menu2 a, #menu2 a:visited , #menu2 a:active {
display: block;
width: 225px;
height: 40px;
line-height: 40px;
color: #2A0A0A;
font-family: arial, helvetica, tahoma ,verdana, sans-serif;
font-size: 17px;
text-align: center;
text-decoration: none;
padding: 0px;
margin: 0px;
background-image: url(../bilder/button3.jpg);
background-color: #FFBBFF;
border: 0px;
}
#menu2 a:hover {
color: #ff6699;
text-decoration: none;
background-image: url(../bilder/button4.jpg);
background-color: #FFE1FF;
}
#inhalt {
float: left;
width: 630px;
padding: 1px;
margin-top: 2px;
margin-bottom: 12px;
margin-left: 25px;
border: 0px;
}
#footer {
width: 900px;
height: 30px;
text-align: center;
padding-top: 6px;
margin-right: auto;
margin-left: auto;
border-top: ridge 6px #FFE4E1;
border-right: 0px;
border-bottom: 0px;
border-left: 0px;
background-image: url(../bilder/button4.jpg);
background-color: #FFBBFF;
}
.copyright {
font-size: 16px;
font-family: Impact;
font-weight: normal;
color: #ff6699;
text-align: center;
}
.copyright a {
font-size: 16px;
font-family: Impact;
font-weight: normal;
color: #ff6699;
text-decoration: underline;
}
.copyright a:hover {
color: #ff6699;
text-decoration: none;
}
.clear {
clear : both;
}