/* Standardschrift für alle Zellen */

td{	COLOR: #D8D9DB; FONT-FAMILY: Arial, Verdana, Helvetica; FONT-SIZE: 11px; letter-spacing: 1px; line-height: 16px;}


/* Standardschrift für alle Zellen */

body{	COLOR: #93A0A9; FONT-FAMILY: Arial, Verdana, Helvetica; FONT-SIZE: 12px; line-height: 16px;
}





/* Text */
td.text{line-height: 20px;}

td.impressum{COLOR: #2A3B46;}

/* Scrollbars einfärben */
body {
scrollbar-base-color: #FFFFFF; scrollbar-3dlight-color: #93A0A9; scrollbar-arrow-color: #2A3B46; scrollbar-face-color: #FFFFFF; scrollbar-shadow-color: #FFFFFF; scrollbar-darkshadow-color: #2A3B46; scrollbar-highlight-color: #FFFFFF; scrollbar-track-color: #FFFFFF;}





/* ----------- Links in der Navigation*/

a.button {
display: block; 
background-image: url('../misc/plh.gif'); 
background-repeat: repeat-x; 
width: 105px; 
height: 15px; 
font-weight: normal; 
FONT-SIZE: 11px; 
letter-spacing: 1px;
text-decoration: none;
color: #93A0A9;
padding-top: 0px 
}
a.button:hover {
text-decoration: none; 
FONT-SIZE: 11px; 
color: #000000;
background-image: url('../misc/plh.gif'); 
background-repeat: repeat-x
}



/* ----------- Standardlinks im Fließtext */
a {
color: #D8D9DB; text-decoration: underline; 
}
a:hover {
color: #2A3B46; text-decoration: underline;
}


/* ----------- Impressum-Link auf Homepage */
a.impressum {
color: #D8D9DB; text-decoration: underline; 
}
a.impressum:hover {
color: #2A3B46; text-decoration: underline;
}

/* ----------- Links im Impressum */
a.impressumlink {
color: #82888F; text-decoration: underline; 
}
a.impressumlink:hover {
color: #2A3B46; text-decoration: underline;
}

/* ----------- Fehlerseitenlink */
a.fehler {
color: #82888F; text-decoration: underline; 
}
a.fehler:hover {
color: #2A3B46; text-decoration: underline;
}






.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 5;
}

.thumbnail span{
position: absolute;
background-color: lightblue;
padding: 5px;
left: -10px;
border: 1px  gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{
border-width: 0;
padding: 5px;
}

.thumbnail:hover span{
visibility: visible;
top: -350;
left: 50px;
