Furtano
Neues Mitglied
Warum bekomme ich keinen Border beim Content ?

Code:
#wrapper
{
height:781px;
width:952px;
background-color:#FFF;
}
#header
{
height:107px;
width:952px;
float:left;
background-image:url(../Bilder/janina_04.jpg);
}
#navbar
{
width:952px;
height:41px;
background-color:#ffedfd;
float:left;
font-family:"Times New Roman", Times, serif;
font-size:25px;
color:#cc4fb4;
}
#navbar ul
{
padding-top:0px;
margin-top:0px;
list-style:none;
float:left;
display:inline;
}
#navbar li
{
display: inline;
list-style: none;
float: left;
margin-left:20px;
}
#navbar a
{
font-family:"Times New Roman", Times, serif;
font-size:25px;
color:#cc4fb4;
}
#navbar a:visited
{
font-family:"Times New Roman", Times, serif;
font-size:25px;
color:#cc4fb4;
}
#navbar a:hover
{
font-family:"Times New Roman", Times, serif;
font-size:27px;
color:#642658;
}
#content
{
border-style:dotted;
border:3px;
border-color:#ffedfd;
width:902px;
height:632px;
background-color:#FFF;
float:left;
color:#cc4fb4;
font-size:18px;
text-align:left;
padding-left:25px;
padding-right:25px;
}