html, body {
	background:#2a272e url('https://i6.ifrype.com/skins/000/000/v10/body_56c3405e618a8.jpg'); /* Lapas background */
}

#skinTop {
		background-image:url('https://i6.ifrype.com/skins/000/000/v10/head_56c33ff11e235.png'); /* Galvenes bilde */
		padding-top:120px; /* Galvenes augstums */
	}

#skinFootWrap {
	}

#skinBg {

}

#skinFixed {
}

	#outermost {
		background-image:url('https://i6.ifrype.com/skins/000/000/v10/content_56c33ff1421f3.png');
	}
	
#skinFoot{
	height:200px; /* Footer bildes pozicija */
		background-image:url('https://i6.ifrype.com/skins/000/000/v10/foot_56c33ff136d48.png'); /* Footer bilde */
			}

#nologinHeader {
	border-bottom-color:#2a272e;
}


#menu td a {
	border-top-color:#1c1c21; /* default border */
	border-bottom-color:#1c1c21; /* default border */
	border-left-color:#1c1c21; /* default border */
		background-image:url('https://i6.ifrype.com/skins/000/000/v10/1297893_menu.png');
	    color:#fff; /* default text_color */
	text-shadow: 0 -1px 0 #000000; /* default text_shadow */
}

#menu td a .hasdropdown .svg-icon {
	filter: drop-shadow(0 -1px 0 #000000);
}

#menu td.last a {
	border-right: 1px solid #1c1c21; /* default border */
}
#menu td.last a:hover {
	border-right: 1px solid #75203c; /* hover border */
}
#menu td a:hover {
	color:#fff; /* Hover text_color */
	text-shadow: 0 -1px 0 #570f27; /* Hover text_shadow */
	border-bottom-color:#75203c; /* hover border */
    border-top-color:#75203c;  /* hover border */
	border-left-color:#75203c;  /* hover border */
}
#menu td a:hover .hasdropdown .svg-icon {
	filter: drop-shadow(0 -1px 0 #000000);
}
#menu td:hover + td a {
	border-left-color:#75203c;  /* hover border */
}

#menu td.open a:hover, #menu td a:active {
	border-left-color:#1c1c21;
}

#menu a span.badge.off{
	background-color: #a32c54; /* hover gradient_2 */
}

 body { 
  background-attachment: fixed;
  background-clip: border-box;
  background-color: transparent;
  background-origin: padding-box;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
};