/******************************HEAD**************** **************/
#head{
width: 910px;
height: 25px;
margin: 5px;
background-color: #4c4c4c url(images/grad1000.png) 0 0 repeat-x;
float: left;
font-size: 17.5px;
font-family: Arial;
font-weight: bold;
}
/******************************MAIN**************** **************/
#main{
width: 650px;
height: 750px;
margin: 5px;
background-color: #C0C0C0;
float: left;
font-size: 17.5px;
font-family: Arial;
font-weight: bold;
color: #990000;
text-align: center
}
/******************************RIGHT*************** ***************/
#right{
width: 250px;
height: 750px;
margin: 5px;
background-color: #C0C0C0;
float: left;
font-size: 17.5px;
font-family: Arial;
font-weight: bold;
}
#right
a:link,
a:visited{
color: #999999;
text-decoration:none;
}
#right
a:hover,
a:focus,
a:active{
color: #990000;
text-decoration:underline;
}
#right img {
width: 240px;
height: 240px;
margin: 5px;
}
#right
ul
li{
list-style-image: url(icons/pfeil_rechts.gif);
margin-left: 20px;
}
/******************************FOOT**************** **************/
#foot{
width: 910px;
height: 50px;
margin: 5px;
background-color: #4c4c4c url(images/grad1000.png) 0 0 repeat-x;
float: left;
font-size: 17.5px;
font-family: Arial;
font-weight: bold;
}
#foot
a:link,
a:visited{
color: #4c4c4c;
text-decoration:none;
}
#foot
a:hover,
a:focus,
a:active{
color: #990000;
text-decoration:none;
}
#foot
img{
width="5" height="5"
}
hier ist die css zu meiner seite ich denke nicht das man das html s***** benötigt das wird hoffe ich hierraus verständlich wie man sieht gibt es 4 div bereiche head, main, right und foot
|