html, body {
	background:#cb8fb5 url('https://i3.ifrype.com/skins/000/000/v4/body_59156bfcd8a05.jpg'); /* Lapas background */
}

#skinTop {
		background-image:url('https://i3.ifrype.com/skins/000/000/v4/head_59156bfcc4e7c.png'); /* Galvenes bilde */
		padding-top:150px; /* Galvenes augstums */
	}

#skinFootWrap {
	}

#skinBg {

}

#skinFixed {
}

	#outermost {
		background-image:url('https://i3.ifrype.com/skins/000/000/v4/content_59156bfcd5273.png');
	}
	
#skinFoot{
	height:220px; /* Footer bildes pozicija */
		background-image:url('https://i3.ifrype.com/skins/000/000/v4/foot_59156bfcd08fd.png'); /* Footer bilde */
			background-position:center top;
	}

#nologinHeader {
	border-bottom-color:#cb8fb5;
}


#menu td a {
	border-top-color:#7d5773; /* default border */
	border-bottom-color:#7d5773; /* default border */
	border-left-color:#7d5773; /* default border */
		background-image:url('https://i3.ifrype.com/skins/000/000/v4/1377401_menu.png');
	    color:#fff; /* default text_color */
	text-shadow: 0 -1px 0 #5e3954; /* default text_shadow */
}

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

#menu td.last a {
	border-right: 1px solid #7d5773; /* default border */
}
#menu td.last a:hover {
	border-right: 1px solid #7d5773; /* hover border */
}
#menu td a:hover {
	color:#fff; /* Hover text_color */
	text-shadow: 0 -1px 0 #5e3954; /* Hover text_shadow */
	border-bottom-color:#7d5773; /* hover border */
    border-top-color:#7d5773;  /* hover border */
	border-left-color:#7d5773;  /* hover border */
}
#menu td a:hover .hasdropdown .svg-icon {
	filter: drop-shadow(0 -1px 0 #5e3954);
}
#menu td:hover + td a {
	border-left-color:#7d5773;  /* hover border */
}

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

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

 html, 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;
};