#hover img
{
	border: none;
	width: 148px;
	height: 148px;
	z-index: 3;
}


#hover a.navibild img {
filter:alpha(opacity=100); 
-moz-opacity: 1.0; 
opacity: 1.0;
}

#hover a.navibild:hover img {
filter:alpha(opacity=15);   
-moz-opacity: 0.15;   
opacity: 0.15;
}

#hover .bild
{
	float:left;
	height:148px; 
	width:148px;
	margin: 4px; /* Abstand zwischen den Boxen */
	z-index: 3;
	position:relative;
}

#hover .link_name
{
	margin-top: -20px;
	height: 20px;
	width: 148px;
	background-color:#FFFFFF;
	filter:alpha(opacity=70);   
	-moz-opacity: 0.7;   
	opacity: 0.7;
	font-family: Arial;
	font-size: 14px;
	font-weight: 800;
	text-align:center;
	display:block;
	position:relative;
}


/***** Text im Hintergrund *****/
#hover .link:hover
{
	z-index: 4;
}

#hover .text
{	
	font-size: 12px;
	font-weight: bold;
	z-index: 0;
	position:relative;
	float:left;
	height:148px; 
	width:148px;
	margin: 4px; /* Abstand zwischen den Boxen */
}
#hover .text:hover
{
	z-index: 6;
	position:absolute;
}


#hover .inner_text
{
	height: 120px;
	width: 148px;
	margin: 4px;
	position:relative;
	text-align:left;
        margin:4px 4px 32px 4px;
}
#header{
background-image:none;
background-color:#fff;
}
#sitemenu,#sitelogo{
display:none;
}
