#inhalttext2 { 
	font-size: 0.9em;
	z-index: 5; 
}

#bildbg { 
	background-image: url(bg_shop_plain.png);
	background-repeat: no-repeat; 
	height: 146px; 
	width: 990px; 
	left: 0; 
	top: 0; 
	position: absolute; 
	visibility: visible; 
	z-index:1; 
	overflow: visible; 
}

#inhalttext { 
	width: 964px;
	min-height: 0px; 
	left: 15px; 
	top:134px; 
	position: absolute; 
	z-index: 5; 
	visibility: visible; 
	overflow: visible; 
	font-size: 1.1em;
	padding:0px 0px 0px 0px ;
	z-index:5; 
}

*:first-child+html #inhalttext {  
	min-height: 0px; 
	left: 15px; 
	top: 134px; 
	position: absolute; 
	z-index: 5; 
	visibility: visible; 
	overflow: visible; 
} /*für IE 7*/

* html #inhalttext {  
	height: 0px;  
	left: 15px; 
	top: 134px; 
	position: absolute; 
	z-index: 5; 
	visibility: visible; 
	overflow: visible; 
} /*für IE bis 6*/

#base
{
	height: 146px;
}


/*this is what we want the div to look like when it is not showing*/
div.loading-invisible{
	/*make invisible*/
	display:none;
}

/*this is what we want the div to look like when it IS showing*/
div.loading-visible{
	/*make visible*/
	display:block;

	/*position it at the very top-left corner*/
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align:center;

	/*in supporting browsers, make it a little transparent*/
	background:#fff;
	_background:none; /*this line removes the background in IE*/
	opacity:100%;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;

	/*set the padding, so that the content
	of the div is centered vertically*/
	padding-top:15%;
}


.shop_menuEntry {
	color: #4f4e4e;
	font-size: 1.1em;
	padding-left: 0px;
	padding-bottom: 10px;
	font-family: Verdana,Arial,Helvetica,Geneva,Swiss,Sans-Serif;
	letter-spacing: 0px;
	color: #c80018;
	font-weight: bold;
	text-decoration: none;
}

.navigationLinks li{
	padding-left: 0px;
	font-weight: normal;
	font-size: 1.1em;
	color: #3e3d3d;
	line-height: 170%;
	font-family: Arial,Verdana,Helvetica,Geneva,Swiss,Sans-Serif;
	letter-spacing: 0px;
	text-decoration: none;
}

.navigationLinks li a:hover{
	color: #c80018;
}


.navigationLinks li a:hover span{
	color: #c80018;
}

.header {
	width: 200px;
}

ul,ol         { list-style-image:none; }
