Ok, danke für die Erklärung, aber warum funzt das bei mir nicht?
Hier mal mein CSS
Code:
a:link, a:visited, a:active, a:hover
{
text-decoration:none;
font-weight:bold;
color:#000000;
}
a:active, a:hover{text-decoration:underline;}
a:visited
{color:#313131;}
.ueberschrift {
font-family:Verdana;
font-size:10pt;
font-weight:bold;
text-decoration:underline;
color:#000000;
}
.fliesstext {
font-family:Verdana;
font-size:8pt;
font-weight:none;
color:#000000;
}
.mainlevel{
font-size: 10pt;
font-weight:normal !important;
}
.mainlevel-nav{
font-family:Verdana;
font-size:8pt;
font-weight:normal !important;
color:#E5E5E5 !important;
}
.sublevel{
font-size: 8pt;
font-weight:normal !important;
}
.contentheading{
font-family: Verdana;
letter-spacing: .025em;
font-size:20pt;
font-weight:none;
text-align:left;
padding-left:200px;
}
.buttonheading{
font-family:Verdana;
font-size:8pt;
font-weight:none;
color:#000000;
}
.contentheading-kontakt{
font-family: Verdana;
letter-spacing: .025em;
font-size:8pt;
font-weight:none;
text-align:left;
padding-left:200px;
}
/*contentpane-kontakt*/
/*contact_email-kontakt*/
/*.rand {border:1px solid #000000;}
.rand2 {border:1px solid #000000;}*/
/*-------------------------------------*/
/*-------------------------------------*/
html, body
{
margin:auto;
}
#tabelle
{
table-layout:fixed;
width:100%;
}
#oben
{
background: url(../images/balken_top.gif) repeat-x;
}
#unten
{
vertical-align:top;
background: url(../images/balken_bottom.gif) repeat-x;
}
.linien
{
border-left:1px solid #000000;
border-right:1px solid #000000;
}
#zelle
{
width:748px;
float:right;
}
#header {
background: url(../images/head.gif) no-repeat;
height: 174px;
width:748px;
}
#right {
float:left;
}
#content {
padding-left:10px;
width:580px;
}
#left {
width:150px;
float:left;
}
#menue_top{
height: 90px;
background: url(../images/menue_top.gif) no-repeat;
}
#menue{
font-family:Verdana;
text-align:left;
padding-left:23px;
background: url(../images/menue.gif) repeat-y;
}
#menue_bottom{
height:20px;
width: 150px;
background: url(../images/menue_bottom.gif) no-repeat;
}
#footer {
clear: both;
background-position:top;
background: url(../images/footer.gif);
height:119px;
width:748px;
text-align:right;
padding-top:10px;
}
Lesezeichen