body {
background: url(../afbeeldingen/achtergrond.png) no-repeat white;
}
#blog {
background: url(../afbeeldingen/blogachtergrond.png) no-repeat white;
}
h1 {
position: absolute;
left: 30px;
top: 30px;
font-size: 38px;
}
h1 a, h1 a:visited {
color: #050;
}
#pagina {
top: 12em;
margin-top: 0;
}
#blog h2 {
padding-top: 50px;
margin-bottom: 0px;
}
#tabs {
display: block;
position: absolute;
top: 0px;
background: url(../afbeeldingen/tabrand.png) repeat-x bottom;
width: 100%;
height: 40px;
font-family: "Arial Unicode MS", Arial, Verdana, sans-serif;
cursor: default;
}
#tabs a, #tabs a:visited, #tabs span {
float: left;
margin-left: 5px;
width: 38px;
height: 25px;
text-decoration: none;
text-align: center;
font-size: 15px;
font-weight: bold;
color: #808080;
background-image: url(../afbeeldingen/tabpassief.png);
}
#tabs a.licht, #tabs a:visited.licht {
color: #B0B0B0;
background-image: url(../afbeeldingen/tabpassief2.png);
}
#tabs a.extralicht, #tabs a:visited.extralicht {
color: #E0E0E0;
background-image: url(../afbeeldingen/tabpassief3.png);
}
#tabs span {
color: white;
background-image: url(../afbeeldingen/tabactief.png);
}
#tabs span:first-child {
display: none;
}
#tabs span:first-child+*+span {
background-image: none;
color: #808080;
width: 20px;
}
#tweets li {
margin-top: 1em;
}