﻿@charset "utf-8";


/** 
 * Magento
 *
 * @category    design
 * @package     LedsCom
 * @copyright   Copyright (c) 2014 LedsCom (http://www.leds-com.de)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */



 


/*============================= navi =================================*/
#nav{ width:10em;}

/*========================= subheader infos ==============================*/



	#sub-header-info-div .last a{ border-right:none;}

	

.sub-header-info-center{}
.sub-header-icon{ 
	font-size:1em;
	display:inline-block;
	padding-top:2px;
}


.sub-header-info a span{ vertical-align:top;position:relative;top:1px;}

/*================ Schriftgröße=================*/
.sub-header-info.fontsize { width:2rem;
height:1rem;}

.font_n{ font-size:10px;}
.font_l{ font-size:13px;}
.font_xl{ font-size:16px;}

/*========== Sprach Auswahl ==========*/
#sub-header .form-language{ display:inline-block; height:100%;  width:auto; 
    z-index:999; position:relative;}

#sub-header .form-language a {
	border-left: 2px solid #FFF;
    text-decoration:none; 
    font-size:1.0em;
    padding: 0.5em;
	width:1.1em;
    display:block;
    color:#FFF;}
    
/* sort dafür das auch das versteckte li element keinen Punkt erzeugt*/
#sub-header .form-language li { list-style:none;}
#sub-header .form-language li li { 
    width:auto;
    float:left;
    background: none repeat scroll 0 0 #555555;
       color: #FFFFFF;
    }

#sub-header .form-language li.unselected{ display:none; height:0;}

#sub-header .form-language:hover .unselected{ 
display:block; 
height:auto; 
position:absolute; 
top:2.0em;}




