        
        <!--
        
        label {
            display: block;
        }
        
        .infiniteCarousel {
            width: 820px;
            position: relative;
            top: 40px;
        }
        
        .infiniteCarousel .wrapper {
            width: 680px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
            overflow: auto;
            height: 260px;
            margin-left: 50px;
            margin-right: 10px;
            position: absolute;
            top: 0;
            color: #333;
            font-size: 11px;
        }
        
        .infiniteCarousel ul a img {
            border: 0px;
        }
        
        .infiniteCarousel .wrapper ul {
            width: 320px; /* single item * n */
            list-style-image: none;
            list-style-position: outside;
            list-style-type: none;
            margin: 0;
            padding: 0;
            position: absolute;
            top: 0;
        }
        
        .infiniteCarousel ul li {
            display: block;
            float: left;
            padding: 10px;
            color: #777;
            font-size: 11px;
        }
        .cytat {
        	color: #555;
			font-size: 14px;
			font-weight: bold;
			padding: 10px;
			
        }
        .headink {
            color: #393;
            font-weight: bold;
        }
        
        .infiniteCarousel ul:hover li img {
            border-color: #000;
        }
        
        .infiniteCarousel ul li a img {
            display: block;
            margin-left: 25px;
            margin-right: 20px;
            width: 288px;
            height: 220px;
        }
        
        .infiniteCarousel .arrow {
            display: block;
            height: 70px;
            width: 30px;
         
            text-indent: -999px;
            position: absolute;
            top: 75px;
            cursor: pointer;
            outline: 0;
        }
        
        .infiniteCarousel .forward {
            background-position: 0 0;
            right: 0;
            background-image: url(img/arrow-right.png);
            background-repeat: no-repeat;
        }
        
        .infiniteCarousel .back {
            background-image: url(img/arrow-left.png);
            left: 0;
            background-repeat: no-repeat;
        }
        
        .infiniteCarousel .forward:hover {
            background-image: url(img/arrow-right2.png);
        }
        
        .infiniteCarousel .back:hover {
            background-image: url(img/arrow-left2.png);
        }
        --> * {
            font-family: arial;
            font-size: 10pt;
            COLOR: fff;
        }
        
        b {
            font-weight: bold;
        }
        
        table {
            height: 50%;
            border: 1px solid gray;
        }
        
        td {
            text-align: center;
            padding: 25;
        }
        
        body {
            margin: 0px;
            padding: 0px;
            color: #fff;
            font-family: helvetica, arial, tahoma !important;
            font-size: 13px;
            background-color: #fff;
            background-repeat: repeat-x;
        }
        
        a {
            color: #555;
        }
        
        a:hover {
            color: #393;
        }
        
        .button {
            background: #393;
            padding: 0 10px;
            margin: 0 10px 0 0;
            color: #fff;
            font-weight: normal;
            height: 20px;
            line-height: 20px;
            font-size: 10px;
            cursor: pointer;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            border: 0px;
            -webkit-box-shadow: 0 -1px 1px #333;
            -moz-box-shadow: 0 -1px 1px #333;
            box-shadow: 0 1px -1px #333;
        }
        
       
        
      .padl25 {padding-left: 25px;}
	  .padleft45 {padding-left: 45px;}
        
        .intext {
            color: #636363;
            font-size: 13px;
            font-family: helvetica, arial, sans serif;
            padding: 15px;
            line-height: 16px;
        }
        
        .topwrapper {
            width: 100%;
            margin: 0px auto 0px auto;
            height: 422px;
            background-image: url(i/topbg.jpg);
        }
        
        .karuzela {
            background-image: url(i/karuzela.jpg);
            background-repeat: no-repeat;
            width: 960px;
            height: 324px;
        }
        
        .w960 {
            width: 960px;
        }
        
        .middlewrapper {
            width: 100%;
            margin: 0px auto 0px auto;
            height: 420px;
            background-image: url(i/middlebg.jpg);
        }
        
        .box1 {
            width: 292px;
            float: left;
            height: 420px;
            background-color: #d5d5d5;
            border-right: #c8c9c9 1px solid;
            text-align: left;
        }
        
        .box2 {
            width: 313px;
            float: left;
            height: 420px;
            background-color: #e7e7e7;
            border-right: #c8c9c9 1px solid;
            text-align: left;
        }
        
        .box3 {
            width: 352px;
            float: left;
            height: 420px;
            background-color: #edefee;
            text-align: left;
        }
        
        .box3text {
            padding-left: 25px;
            padding-top: 20px;
            position: relative;
            padding-right: 25px;
        }
        
        .footerhalf {
            width: 50%;
            float: left;
            text-align: left;
            margin-top: 10px;
        }
        
		   .footright {
             text-align: right;
             }
		
        .box1text {
            padding-left: 43px;
        }
        
        .newsitem {
            padding-left: 25px;
            padding-top: 0px;
            position: relative;
            padding-right: 25px;
        }
        
        .pt5 {
            padding-top: 5px;
        }
       