    /* Zaoblené rohy */

    .roundedcorners {
    width: 180px;
    background: #00528c;
    color: white;
    text-align: left;
    position:relative;
    }

    .rc_text {
    padding: 10px;
    }

    .tl_corner {
    background: url("img/tl.png");
    position: absolute;
    margin: 0;
    width: 15px;
    height: 15px;
    margin-left: -5px;
    }

    .tr_corner {
    background: url("img/tr.png");
    position: absolute;
    margin-left: 170px;
    margin-bottom: 215px;
    width: 15px;
    height: 15px;
    }

    .bl_corner {
    background: url("img/bl.png");
    position: absolute;
    margin-top: 245px;
    margin-left: -5px;
    width: 15px;
    height: 15px;
    }

    .br_corner {
    background: url("img/br.png");
    position: absolute;
    margin-left: 170px;
    margin-top: 245px;    
    width: 15px;
    height: 15px;
    }

    .tl_corner, .tr_corner, .bl_corner, .br_corner {
    overflow: hidden;
    }
    
    
    a:link, a:visited {
	   text-decoration: none;
	   color: white;
	   border: none;
    }

    a:focus, a:hover, a:active {
	   text-decoration: underline;
	   border: none;
    }
    
    #paticka a {
	   text-decoration: underline;
	   color: black;
    }    
    
    #paticka a:link{
     	text-decoration: underline;
    	color: black;
    }
    
    #paticka a:visited {
    	text-decoration: underline;
    	color: black;
    }
    
    #paticka a:focus{
    	text-decoration: none;
    	color: #E3372E;
    }
    
    #paticka a:hover{
    	text-decoration: none;
    	color: #00528c;
    }
