/**
 * This file is a container for custom CSS. You can use it to override the default styles of the theme.
 *
 * 1. Copy the file "SAMPLE.custom.css" and rename it to "custom.css".
 *    Otherwise this file will not be loded by Magento.
 * 2. Enable it in the admin panel.
 * 3. Uncomment slected sample styles or add your own CSS to override the default styles of the theme.
 *
 * Please refer to the user guide for more details.
 *
 */
 
 /* EM Wert der Preise vergrößert */
 
  .products-grid .price-box { margin:10px 0 10px; font-size:1.5em; }
 .products-list .price-box { margin:0 0 15px; font-size:1.5em; line-height:1.25em; }

/* Availability */
.availability { margin:0;  color: black;}
.availability span { font-weight:bold;}
.availability.in-stock span {color: green;}
.availability.out-of-stock span { color:red; }

.link-more-ak { color:#038ca4; font-weight:bold; }
.link-more-ak:hover { color:#333333; font-weight:bold; }

.product-list-ak { color:#038ca4;}
.product-list-ak:hover { color:#333333;}

.product-view-ak { color:#038ca4;}

.toplink-ak             { color:#ffffff;}
.toplink-ak:hover       { background-color:transparent !important; }


.newsheadak
{ 
font-size:1.6666em; 
line-height:1.2em;
color: #00a9c7;
}

.newsheadak:hover {
	color: #333333;
	
}

.newsak {
	font-size: 1.125em;
	
}
.newslinkak {
	color: #00a9c7;
	}


.newslinkak:hover {
	color: #333333;
	
}


/* Bildabstand für Über uns Seite */

.linksgfxak {
float: left;
margin-right: 20px;
} 


/* Figurenbeschreibung: Bild rechts und bei weniger als 420px ausblenden */

.rechtsak {
float: right;
margin-left: 10px;
} 

.linkssak {
float: left;
margin-right: 10px;
} 

.mitteak {
display: block;
    margin-left: auto;
    margin-right: auto;
} 


@media only screen and (max-width: 420px) 
{ 
.rechtsak { display:none; } 
.linksak { display:none; } 
.mitteak { display:none; } 
}




.member-price a,
.member-price {
    color: #ff6501;
    font-size: 8pt;
}

.member-price .p {
    font-weight: bold;
}

.member-price a:hover {
    text-decoration: underline;
    color: red;
}

.old-price .price {
    text-decoration: line-through;
    color: #b7b7b7;
    
/* .products-grid .price-box { margin:10px 0 10px; font-size:1.1em; } */
    