/* stylesheet         */
/* karen-salicath.com */


body {
font-family:"Verdana"; 
font-size:11px;
color:white;
font-size:11px;
font-weight: bold;
scrollbar-Base-Color:		white;
scrollbar-Face-Color:		white;
scrollbar-Shadow-Color:		white;
scrollbar-Highlight-Color:	white;
scrollbar-3dlight-Color:	white;
scrollbar-Track-Color:		white;
scrollbar-Darkshadow-Color:	#A671DE;
scrollbar-Arrow-Color:		#A671DE;
}

body.blog {
color:black;
}


td.blog {
font-size:11px;
font-weight:normal;
}

.currentStyle {
font-size:11px;
font-weight:bold;
}

.salicath {
font-size:18px;
/*font-weight:bold;*/
/* font-family:"Times New Roman";*/
}

.boxe {
font-size:10px;
font-weight:normal;
font-family:"Verdana";
}

.gnmsigtig {
filter:alpha(opacity=25);-moz-opacity:.25;opacity:.25;
}

.massiv {background-color:red);
}

td.kant {
border-width:1px; 
border-color:#BAB9B8; 
border-style: solid;
} 

A:link 		{color:white;} 
A:active 	{color:white;} 
A:visited 	{color:white;} 
A:hover 	{color:#CC3399;}

A:link.blog 	{color:#A671DE;} 
A:active.blog 	{color:#A671DE;} 
A:visited.blog 	{color:#A671DE;} 
A:hover.blog 	{color:#CC3399;}

A:link.uden 	{color:white;text-decoration:none} 
A:active.uden 	{color:white;text-decoration:none} 
A:visited.uden 	{color:white;text-decoration:none} 
A:hover.uden 	{color:white;text-decoration:none;font-weight:bold;}  

A:link.salicath 	{color:white;text-decoration:none;font-weight:bold;}
A:active.salicath 	{color:white;text-decoration:none;font-weight:bold;}
A:visited.salicath 	{color:white;text-decoration:none;font-weight:bold;}
A:hover.salicath 	{color:#CC3399;text-decoration:none;font-weight:bold;}

/*A:link.salicath2 	{color:white;text-decoration:none;font-weight:bold;}
A:active.salicath2 	{color:white;text-decoration:none;font-weight:bold;}
A:visited.salicath2 	{color:white;text-decoration:none;font-weight:bold;}
A:hover.salicath2 	{color:#E699CD;text-decoration:none;font-weight:bold;}*/

A:link.salicath2 	{color:white;text-decoration:none;font-weight:bold;font-family:Palatino Linotype;font-size:24px; }
A:active.salicath2 	{color:white;text-decoration:none;font-weight:bold;font-family:Palatino Linotype;font-size:24px; }
A:visited.salicath2 	{color:white;text-decoration:none;font-weight:bold;font-family:Palatino Linotype;font-size:24px; }
A:hover.salicath2 	{color:#E699CD;text-decoration:none;font-weight:bold;font-family:Palatino Linotype;font-size:24px; }



A:link.all img 	  {color:white;text-decoration:none;font-weight:bold;}
A:active.all img  {color:white;text-decoration:none;font-weight:bold;}
A:visited.all img {color:white;text-decoration:none;font-weight:bold;}
A:hover.all img	  {color:#CC3399;text-decoration:none;font-weight:bold;}

A:link IMG 	{border-color: white;border-width:1;}
A:active IMG 	{border-color: white;border-width:1;}
A:visited IMG 	{border-color: white;border-width:1;}
A:hover IMG 	{border-color: #E699CD;border-width:1;}




.video { 
position:relative; 
border: 1px solid #000000; 
width:400px; 
height:400px; 
top:50%; 
left:50%; 
margin-left:-200px; 
margin-top:-200px; 
} 


/* CSS popup   */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
/*border: 1px dashed gray;*/
border: 1px white;
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: 0;
left:  320px; /*top: 0;left: 60px; position where enlarged image should offset horizontally */

}

