/* CSS instellingen van de website www.aeroplaza.nl */
/* Achtergrond afbeeldingen */
/* #body  { background-image: url("images/content.jpg"); background-repeat: no-repeat; background-attachment: fixed; background-color: white; background-position: top middle;}
/* #body1 { background-image: url("images/niks.jpg"); background-repeat: repeat; background-position: top;} /*

/* Hyperlink instelling voor het hoofdmenu */
a.menu:link { text-decoration: none; color: white; font-family: arial; font-weight: bold; font-size: 9 pt}
a.menu:visited { text-decoration: none; color: white; font-family: arial; font-weight: bold; font-size: 9 pt}
a.menu:hover { text-decoration: none; color: red; font-family: arial; font-weight: bold; font-size: 9 pt}

/* Hyperlink instelling voor het nieuws in het hoofdmenu */
a.nmenu:link { text-decoration: none; color: #00FF00; font-family: arial; font-weight: bold; font-size: 9 pt}
a.nmenu:visited { text-decoration: none; color: #00FF00; font-family: arial; font-weight: bold; font-size: 9 pt}
a.nmenu:hover { text-decoration: none; color: red; font-family: arial; font-weight: bold; font-size: 9 pt}

/* Hyperlink instelling voor Experiments in het hoofdmenu */
a.emenu:link { text-decoration: none; color: yellow; font-family: arial; font-weight: bold; font-size: 9 pt}
a.emenu:visited { text-decoration: none; color: yellow; font-family: arial; font-weight: bold; font-size: 9 pt}
a.emenu:hover { text-decoration: none; color: red; font-family: arial; font-weight: bold; font-size: 9 pt}

/* Hyperlink instelling voor op de pagina's */
a.content:link { text-decoration: none; color: blue; font-family: arial; font-size: 9 pt}
a.content:visited { text-decoration: none; color: blue; font-family: arial; font-size: 9 pt}
a.content:hover { text-decoration: none; color: red; font-family: arial; font-size: 9 pt}

/* Hyperlink instelling voor op de pagina's */
a.url:link { text-decoration: none; color: black; font-family: arial; font-size: 9 pt}
a.url:visited { text-decoration: none; color: black; font-family: arial; font-size: 9 pt}
a.url:hover { text-decoration: none; color: red; font-family: arial; font-size: 9 pt}

/* Hyperlink instelling voor het copyright 3dfitness rechts onderin */
a.bottum:link { text-decoration: none; color: black; font-family: arial; font-size: 8 pt}
a.bottum:visited { text-decoration: none; color: black; font-family: arial; font-size: 8 pt}
a.bottum:hover { text-decoration: none; color: red; font-family: arial; font-size: 8 pt}

/* Lettertype instellingen algemene tekst */
p {color: #404040; font-family: arial; font-size: 9 pt}

/* Lettertype instellingen titels op de pagina's */
p.hs {color: #404040; font-family: arial; font-weight: bold; font-size: 9 pt}


/* verbergen van de schuifbalk wanneer niet nodig */
html,body { height:100%; width:100%; overflow:auto; } 

/* popup afbeelding met mouse over */
.thumbnail{position: relative; z-index: 0; }
.thumbnail:hover{ background-color: transparent; z-index: 50; }
.thumbnail span{ /*CSS for enlarged image*/ position: absolute; background-color: white; padding: 5px; left: -1000px; border: 1px dashed gray; visibility: hidden; color: black; text-decoration: none; }
.thumbnail span img{ /*CSS for enlarged image*/ border-width: 0; padding: 2px; }
.thumbnail:hover span{ /*CSS for enlarged image on hover*/ visibility: visible; top: 80; left: 0px; /*position where enlarged image should offset horizontally */ }
