
/* dit is de stylesheet die de opmaak stuurt van de HTML-bestanden */
/* die horen bij de bands (band,historie,discografie enz.)  */

/* de opmaak van de knoppenrij en de knoppen zit hier ook bij!!! */

body {
font-family:Bodoni MT;
background: #FFFFFF;
}

div.titel {
position: absolute;
width: 490px;
height: 40px;
padding-left: 10px;
font-size: 30px;
font-weight: bold;
color: black;
/* filter: Glow(Color=2D2D2D, Strength=2); */
}
div.subtitel {
position: absolute;
width: 490px;
height: 40px;
padding-left: 10px;
font-size: 20px;
font-weight: bold;
color: black;
/* filter: Glow(Color=1F12AA, Strength=5); */
}
div.tekst {
display: block;
height: 450px;
width: 470px;
position: absolute;
top: 55px;
left: 15px;
padding-left: 5px;
padding-right: 5px;
font-size:10pt;
}
div.fotorij {
display: block;
height: 400px;
width: 80px;
position: absolute;
top: 60px;
left: 40px;
}
th {
text-align:left;
padding:3px 3px 3px 3px;
background: #00a2d3;
color:#fdc689;
}
td {
padding:3px 3px 3px 3px;
}
a {
color:blue;
text-decoration:underline;
}
a.foto:link,a.foto:active,a.foto:visited {
display:inline;
position: relative;
text-decoration:none;
height: 80px;
width: 80px;
}
a.foto:hover {
display:inline;
position: relative;
text-decoration:none;
height: 80px;
width: 80px;
font-size: 7pt;
font-weight: bold;
text-align:center;
padding-top:3px;
color:black;
}
div.rijvanbuttons {
display:block;
position:absolute;
width:530px;
top:520px;
left:5px;
text-align:center;
/*border:2px solid red;*/
}
a.button:link,a.button:active,a.button:visited {
display:block;
float:left;
clear:none;
position:relative;
text-decoration:none;
height: 20px;
width: 60px;
font-size: 7pt;
font-weight: bold;
text-align:center;
padding-top:3px;
color:black;
background:url("./gallery/knopleeg00.jpg");
}
a.button:hover {
display:block;
float:left;
clear:none;
position: relative;
text-decoration:none;
height: 20px;
width: 60px;
font-size: 7pt;
font-weight: bold;
text-align:center;
padding-top:3px;
color:black;
background:url("./gallery/knopleeg000.jpg");
}

img.back {
cursor:hand;
}