
body {
margin : 5% 12% 0% 12%;
padding : 0;
line-height : 125%;
font-size : small;
font-family : Arial, Helvetica, sans-serif;
background : #fff url(../img/boek.jpg) no-repeat -35px 130px;
}
a:link, a:visited, a:active {
text-decoration : none;
font-weight : bold;
}
a:hover {
text-decoration : none;
color : #000;
font-weight : bold;
}
a.info {
position : relative;
z-index : 24;
}
a.info:hover {
z-index : 25;
}
a.info span {
display : none;
}
a.info:hover span {
display : block;
position : fixed;
left : 160px;
top : 370px;
width : 150px;
color : #000;
font-weight : normal;
line-height : 120%;
text-align : left;
padding : 1%;
font-size : x-small;
}
#container {
width : 800px;
}
#header {
border-bottom : 1px solid #000;
}
#header h1 {
margin : 0 0 -11px 0;
padding : 0;
}
#taal {
margin : -13px 0 0 0;
}
#sidebar {
padding : 3% 0 0 0;
width : 30%;
height : 470px;
float : left;
}
#sidebar a {
text-decoration : none;
}
#sidebar img {
padding : 0 0 10px 0;
}
#main {
padding : 1% 0 5% 0;
}
#voorbeeld {
display : block;
position : absolute;
right : 12%;
top : 370px;
width : 150px;
color : #000;
font-weight : normal;
line-height : 120%;
text-align : left;
padding : 1%;
font-size : x-small;
}
img {
border : none;
}
label {
float : right;
padding-right : 10px;
}
ul {
list-style-type : circle;
list-style-position : inside;
}

td {
vertical-align : top;
padding : 0 30px 0 0;
}


