.applemenu {
	padding: 0; /*width of menu*/
	border: 1px none #9A9A9A;
	margin: 0 0 25px 0;
}

.applemenu div.silverheader a{
	font-family: 'Roboto', sans-serif;
	font-size: 1.125em;
	line-height: 1.375em;
	font-weight: 300;
	letter-spacing: 0px;
	line-height: 50px;
	color: #00602B;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 35px;
	text-decoration: none;
	height: 50px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00662B;
	background-image: url(../images/more_down.png);
	background-repeat: no-repeat;
	background-position: 0.5%;
}


.applemenu div.silverheader a:visited,
.applemenu div.silverheader a:active{
	color: #333333;
}


.applemenu div.selected a,
.applemenu div.silverheader a:hover{
	background-image: url(../images/more_down_over.png);
	color: #333333;
	background-repeat: no-repeat;
	background-position: 0.5%;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
	vertical-align: baseline;
	top: 5px;
	margin-top: 10px;
	height: 120px;
	padding-top: 5px;
	padding-right: 1.5%;
	padding-bottom: 5px;
	padding-left: 0;
	margin-bottom: 20px;
}

.applemenu div.submenu img{ /*DIV that contains each sub menu*/
	vertical-align: baseline;
	top: 5px;
	height: 100px;
	margin: 0px;
	padding: 2px;
	display: block;
	float: left;
	background-color: #fcc852;
}
.applemenu   div.submenu  p  {
	font-family: 'Roboto', sans-serif;
	font-size: 1.000em;
	line-height: 1.375em;
	font-weight: 300;
	padding-left: 155px;
	background-position: top;
	display: block;
	padding-top: 0px;

}




.paketmenu{
	padding: 0;
	border: 1px none #9A9A9A;
	margin: 25px 0 5px 0;
}

.paketmenu div.silverheader a {
	display: block;
	height: 100px;
	font-family: 'Roboto', sans-serif;
	font-size: 1.125em;
	font-weight: 600;
	line-height: 100px;
	position: relative;
	text-decoration: none;
	padding: 0 0 0 100px;
	margin-bottom: 0px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #00662B;
	background: url(../images/pakete/paket_stern.png);
	background-size: 100px 100px;
	background-repeat: no-repeat;
	
	background-color: rgba(219,219,219, 0.8);
	border-radius: 10px;
	left: 0px;
	top: 0px;
	color: #00602B;
}


.paketmenu div.silverheader a:visited,
.paketmenu div.silverheader a:active{
	color: #00602b;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #00602b;
	background-color: rgba(219,219,219, 1.0);
}
.paketmenu div.selected a{
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #00602b;
	color: #FFFFFF;
/*	background-color: #00602b;*/
}
.paketmenu div.selected a,
.paketmenu div.silverheader a:hover{
	background-image: url(../images/pakete/paket_stern_active.png);
	color: #ef7f01;
	background-repeat: no-repeat;
	background-color: rgba(219,219,219, 0.4);
}

.paketmenu div.submenu{ /*DIV that contains each sub menu*/
	vertical-align: baseline;
	top: 5px;
	margin-top: 0px;
	height: auto;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
	display: block;
}
.paketmenu div.submenu img { /*DIV that contains each sub menu*/
	vertical-align: baseline;
	top: 5px;
	height: 150px;
	margin: 0px;
}

.paketmenu   div.submenu  p  {
	padding-left: 0px;
	background-position: top;
	display: block;
	padding-top: 0px;
	line-height: 20px;
	font-size: 1.000em;
	font-style: italic;
	color: rgb(239,127,1);
	margin: 0px;
}

.paketmenu   div.submenu li {
	display: list-item;
	font-size: 1.000em;
	line-height: 1.375em;
	padding-bottom: 10px;
}
.paketmenu   div.submenu ul {
	color: #333333;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 20px;
}
.paketmenu div.submenu a{
	background-color: #EF7F01;
	line-height: 25px;
	height: auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 20px;
	display: block;
	box-shadow: 0px 2px 2px #000000;
	color: #FFF;
	text-align: center;
	margin-top: 20px;
	text-decoration: none;
	width: 200px;
	padding: 5px;
	text-transform: uppercase;
	margin-right: 15px;
	margin-left: 0px;
}
.paketmenu div.submenu a:hover {
/*	background-color: #EF7F01;
	text-transform: uppercase;
	line-height: 25px;
	height: auto;
	border-radius: 5px 5px 5px 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 20px;
	display: block;
	box-shadow: 0px 2px 2px #000000;*/
	color: #000;
}


/*=======================================================================================================*/
@media screen and (max-width: 480px) {

.applemenu div.submenu { /*DIV that contains each sub menu*/
	height: auto;
}	
	
.applemenu div.submenu img { /*DIV that contains each sub menu*/
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.applemenu   div.submenu  p  {
	font-family: 'Roboto', sans-serif;
	font-size: 1.000em;
	line-height: 1.375em;
	font-weight: 300;
	padding-left: 0px;

}

.paketmenu div.silverheader a {
	font-size: 0.875em;
	line-height: 100px;
	font-weight: 600;
	background-image: none;
	padding-left: 10px;
	
}
.paketmenu div.selected a,
.paketmenu div.silverheader a:hover{
	background-image: none;
}
	
	
	
}
