
#menu-container-switch a {
	background: rgb(229,115,44);
	background: -moz-linear-gradient(top,  rgb(229,115,44) 0%, rgb(172,172,168) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(229,115,44)), color-stop(100%,rgb(172,172,168)));
	background: -webkit-linear-gradient(top,  rgb(229,115,44) 0%,rgb(172,172,168) 100%);
	background: -o-linear-gradient(top,  rgb(229,115,44) 0%,rgb(172,172,168) 100%);
	background: -ms-linear-gradient(top,  rgb(229,115,44) 0%,rgb(172,172,168) 100%);
	background: linear-gradient(top,  rgb(229,115,44) 0%,rgb(172,172,168) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(229,115,44)', endColorstr='rgb(172,172,168)',GradientType=0 );
}
.menu-top .level1:hover>.li>a, #menu-langs .level1:hover>.li>a,
.menu-top .level1:hover>.li>.curid>a, #menu-langs .level1:hover>.li>.curid>a {
	background: rgb(229,115,44);
}
.menu-top .level1 ul {
	background: rgb(229,115,44);
}
#highlighted {
	background: rgb(229,115,44);
	background: -moz-linear-gradient(top,  rgb(229,115,44) 0%, rgb(172,172,168) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(229,115,44)), color-stop(100%,rgb(172,172,168)));
	background: -webkit-linear-gradient(top,  rgb(229,115,44) 0%,rgb(172,172,168) 100%);
	background: -o-linear-gradient(top,  rgb(229,115,44) 0%,rgb(172,172,168) 100%);
	background: -ms-linear-gradient(top,  rgb(229,115,44) 0%,rgb(172,172,168) 100%);
	background: linear-gradient(top,  rgb(229,115,44) 0%,rgb(172,172,168) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgb(229,115,44)', endColorstr='rgb(172,172,168)',GradientType=0 );
}

@media only screen and (max-width: 1024px) {
	#menu-container {
		background: rgb(229,115,44);
	}
	.menu-top .level1:hover>.li>a, #menu-langs .level1:hover>.li>a,
	.menu-top .level1:hover>.li>.curid>a, #menu-langs .level1:hover>.li>.curid>a,
	.menu-top .level1 ul {
		background: none;
	}
}
.menu-arrow {
	border-top-color: rgb(229,115,44);
}

@media only screen and (min-width: 1024px) {
.kis_start_page #slider-top {
	position: relative;
	top: -200px;
	margin-bottom: -200px;
}
}

strong {
	color: rgb(229,115,44);
}
