<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
a:hover {
    text-decoration: none;
}

.myGreenBg {
    background-color: #A6CE39;
}

.myGreenTriangel {
    width: 100%;
    height: 0;
    border-style: solid;
    border-width: 900px 200px 0px 201px;
    border-color: transparent white  transparent white ;
    
    background: linear-gradient(
        to top,
        white,
        white 50%,
        #A6CE39 50%,
        #A6CE39
      );
      /* The rectangle in which to repeat. 
         It can be fully wide in this case */
      background-size: 100% 190px;
    
    position: absolute;
}

.myStars {
    width: 1152px;
    height: 1065px;
    position: absolute;
    left: -15px;
    top: 45px;
    
    background-size: 1160px 1062px;
    background-image: url('./../../images/dotsbg.png');
    background-repeat: no-repeat;
}

#starsStar {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 25px;
    height: 70px;
    background-color: white;
    //visibility: hidden;
}

.myHoverVisibility:hover {
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}

/* homepage */

@media (min-width: 1200px) {
	.myMoveTopRight { 
		position: relative;
                top: -25px;
                left: 100px;
	}
        
        .myMoveTopLeft { 
		position: relative;
                top: -25px;
                left: -100px;
	}
        
        .myMoveTop { 
		position: relative;
                top: -50px;
	}
}

.myRectangle {
    margin-top: 15px;
    padding: 15px 0;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.myTriangel h2 {
    /*font-size: 14px;*/
}

.floatPic {
    width: 60px;
    height: 57px;
    float: left;
    margin-right: 10px;
}

/*radky s fotkami*/
.myHrefOnRow a {
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
}

.myHrefOnRow a:first-of-type {
    margin-left: 0px;
}

.myHrefOnRow a:last-of-type {
    margin-right: 0px;
}

@media (max-width: 800px) {
	.myHrefOnRow a {
            margin-right: 40px;
        }
}

/*konec radky s fotkami*/

.logo {
    background: url('../../images/logo2.gif') center center no-repeat;
    width: 150px;
    height: 50px;
    display: block;
}

.ribo {
	border-right: 1px solid #A6CE39;
        padding-bottom: 10px;
}
.news {
	height: 240px;
}
.news h2 {
	font-size: 14px;
	margin-top: -10px;
}
.box {
	clear: both;
	padding: 5px;
	height: 68px;
}
.box:hover {
	background-color: #EEE;
}
.box img {
	float: left;
	margin-right: 10px;
}



#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

div.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 0;
}

div.flash.success {
	background-color: #eeffee;
}

div.flash.info {
	background-color: #eeeeff;
}

div.flash.error {
	background-color: #ffeeee;
}

</pre></body></html>