@charset "UTF-8";
@media all
{
	/* Zusätzliche Subnavigation unter dem Header */
	.subnavi1 {
		line-height: 1.25em;
		height: 2em;
		background-color: #efefef; /* nur test */
	}
	
	ul.product_links li {
	   background: url("../../images/design/rot-punkt_kl.png") no-repeat scroll 0.2em 0.33em transparent;
	   line-height: 1.5em;
	   margin-bottom: 0.75em;
	   margin-left: 0;
	   max-height: 1.5em;
	   overflow: hidden;
	   padding-left: 1.25em;		
	}
	
	ul.product_links {
		font-size: 0.92em;
		margin: 0;
	}
	
	div.neu_in_sellyorder {
	    background-image: url("/images/design/bgr_neu_in_sellyorder.gif");
	    background-position: center center;
	    background-repeat: no-repeat;
	    height: 65px;
	    text-align: center;
	    vertical-align: middle;
	    width: 220px;
	    margin: auto;
	    position: relative;
	}
	
	.neu_in_sellyorder img {
		margin: auto;
		position: absolute; top:0; right:0; bottom:0; left:0;
	}	
}

@media handheld {
	.subnavi1 {
		background-color: #f00;
	}
}