
#headerOuter {
	margin: auto;
	padding: 0;
	height: 210px;
}
#headerInner {
	margin: auto;
	width:1200px;
	text-align:left;
	position: absolute;
}
#headerOuter #headerTop {
	height:114px;
}

#logo {
	position: absolute;
	left: 110px;
	width: 200px;
	top:14px;
}

#meta {
	position: absolute;
	left: 150px;
	width: 935px;
	top:6px;
}

#shoplink {
	position: absolute;
	left: 851px;
	width: 187px;
	top:56px;
}


a#shop{
display:block;
text-decoration: none;
width:238px;
height:36px;
background: url(../images/warenkorb.png) 0px 0px no-repeat; text-indent:-9000%;
}
a:hover#shop{
background: url(../images/warenkorb.png) 0px -36px no-repeat;
}

#shoplinklarge {
	position: absolute;
	left: 781px;
	width: 307px;
	top:56px;
}

a.shoplarge {
	background: url(../images/warenkorblarge.png) 0px 0px no-repeat;
	display:block;
	width: 118px;
	height: 32px;
	padding-top: 4px;
	padding-right: 190px;
	text-align: right;
	vertical-align: middle;
	font-size: 11px;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #2888c5;
	text-decoration: none;
}

a.shoplargeie {
	background: url(../images/warenkorblarge.png) 0px 0px no-repeat;
	display:block;
	width: 118px;
	height: 30px;
	padding-top: 6px;
	padding-right: 190px;
	text-align: right;
	vertical-align: middle;
	font-size: 11px;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #2888c5;
	text-decoration: none;
}

a.shoplarge:hover, a.shoplargeie:hover {
	background: url(../images/warenkorblarge.png) 0px -36px no-repeat;
	color: #6ec0f4;
}

a#home{
display:block;
text-decoration: none;
width:20px;
height:18px;
background: url(../images/home.png) 0px 0px no-repeat; text-indent:-9000%;
z-index: 200;
}
a:hover#home{
background: url(../images/home.png) 0px -18px no-repeat;
}

a.metatext {font-size: 13px; font-family: 'Droid Sans', Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal; color: #b5b5b5; text-decoration: none;}
a.metatext:hover {font-size: 13px; font-family: 'Droid Sans', Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal; color: #3d9fde; text-decoration: none;}

a.topnav {font-size: 16px; font-family: 'Droid Sans', Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal; color: #707070; text-decoration: none;}
a.topnav:hover {font-size: 16px; font-family: 'Droid Sans', Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal; color: #6ec0f4; text-decoration: none;}
.topnavselect {font-size: 16px; font-family: 'Droid Sans', Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal; color: #6ec0f4; text-decoration: none;}

.searchbox {border: 0px; height: 29px; width: 163px; padding-top: 2px; padding-left: 15px; background-image:url(../images/search.png); font-size: 12px; font-family: 'Droid Sans', Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal; color: #707070; text-decoration: none; float: left;}

.menublue {	font-size: 15px; font-family: 'Droid Sans', Arial, Helvetica, sans-serif; font-weight: bold; font-style: normal; color: #0071b9; text-decoration: none;}

.warenkorb {font-size: 10px; font-family: 'Droid Sans', Arial, Helvetica, sans-serif; font-weight: bold; font-style: normal; color: #0071b9; text-decoration: none; line-height: 9px;}
.warenkorb2 {font-size: 19px; font-family: 'Droid Sans', Arial, Helvetica, sans-serif; font-weight: bold; font-style: normal; color: #0071b9; text-decoration: none; }


/************* MENU ************/


/* Main */
#menu{
	width: 100%;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;  
	border: 0px;
	margin-top: 0px;
}

#menu li{
	float: left;
	padding-right: 18px;
	margin-left: 16px;
	position: relative;
	height: 50px;
	background: url(../images/topnav-divider.png) right no-repeat;
}

#menu a.navlink{
	float: none;
	font-size: 16px; font-family: 'Droid Sans', Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal; color: #707070; text-decoration: none;
	display: block;
	margin-top: 18px;
}

#menu a.navlinka{
	float: left;
	font-size: 16px; font-family: 'Droid Sans', Arial, Helvetica, sans-serif; font-weight: normal; font-style: normal; color: #6ec0f4; text-decoration: none;
	display: block;
	margin-top: 18px;
}

#menu li:hover > a{
	color: #6ec0f4;
}

#menu li:hover > a.navlinka{
	color: #0071b9;
}

*html #menu li a:hover{ /* IE6 */
	color: #6ec0f4;
}

#menu li:hover > ul{
	display: block;
}

/* Sub-menu */

#menu ul{
    width: auto;
    list-style: none;
    margin: 0;
    margin-left: -119px;
    padding: 0;    
    position: absolute;
    top: 50px;
    display: none;
    left: 50%;
    z-index: 99;    
    background: #ffffff;
    -moz-box-shadow: 3px 3px 8px #dddddd, -3px -3px 8px #dddddd;
    -webkit-box-shadow: 3px 3px 8px #dddddd, -3px -3px 8px #dddddd;
    box-shadow: 3px 3px 8px #dddddd, -3px -3px 8px #dddddd;
}

#menu ul li {
    float: none;
    margin: 0px;
    margin-top: -18px;
    padding: 0;
    height: auto;
    background: none; 
}

#menu ul li:last-child{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu ul li:first-child > table:after{
    content: '';
    position: absolute;
    left: 98px;
    top: -3px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #ffffff;
}


/* Clear floated elements */
#menu:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */