body { font-size: 76%; font-family: Verdana, georgia, sans-serif; 
    background: #fff url("../images/bg.png") repeat;
    text-align: center;
}

#page {
    margin: auto;
    width: 750px;
    background-color: black;
    border-left: 0px solid black;
    border-right: 0px solid black;
}

.menu1:hover {
    background: url("/images.info07a.jpg");
}

.foto {
    width: 425px;
}

a, a:link {color: #A52A2A; text-decoration: none;}
a:hover {color: #634938; text-decoration: underline;}



#banner1 { width: 468px; height: 60px; line-height: 60px; background: url("../banner/bg_banner1.jpg"); overflow: hidden; font-family: verdana; font-weight: bold; font-size: 17px; 
border: 1px solid black; cursor: pointer; }
a.bn {color: black; text-decoration: none; cursor: pointer;}
a:hover.bn {color: black; text-decoration: none; cursor: pointer; }
.mark {cursor: pointer; }
#banner2 { width: 468px; height: 60px; line-height: 60px; background: url("../banner/bg_banner2.jpg"); overflow: hidden; font-family: verdana; font-weight: bold; font-size: 17px;
margin: auto; }


small {
    font-size: 0.9em;
}

.text {
    padding: 10px; 
    text-align: justify; 
    font-size: 1em;
}

.text-s {
    font-size: 0.9em;
}

.sub {
    padding-left: 15px;
    padding-right: 10px;
}

.nadpis_blue {
    color: #000080;
}

table {
    font-family: verdana, arial, sans-serif; 
    text-align: justify; 
    font-size: 1em;
}

.blue {
    height:1px;
    border: none;
    color: #000000;
    background-color: #000080;
}

.right-text {
    text-align: right;
}

.text-center { text-align: center; }

a img.center {
    padding: 4px;
    color: #000;
    border: 1px solid #6c6c6c;
    background: #fff088;
}
		
img.center {
    display: block;
    margin: 0 auto 5px auto;
    padding: 4px;
}

img.left {
    float: left;
    padding: 4px;
    margin: 0 12px 5px 0;
}

img.right {
    float: right;
    padding: 4px;
    margin: 0 0 5px 12px;
}		

hr.clear {
    clear:both;
    height:1px;
    margin: -1px 0 0 0; 
    padding:0;
    border: none;
    visibility: hidden;		
}    
			
hr.grey {
    height:1px;
    border: none;
    color:#333;
    background:#777;
}

.prezent {
    padding: 20px 20px 0 20px;
}

h2 {
    font-size: 18px; 
}

h3 {
    font-size: 15px;
}

h4 { font-size: 13px; }

li { margin-bottom: 5px;}


.red-blink {
    border: 5px #ee1c25 solid;
    
    animation: blink 2s;
animation-iteration-count:infinite;
}
.blue-blink {
    border: 5px darkblue solid;
    
    animation: blink 2s;
animation-iteration-count:infinite;
}
.blink {
    opacity: 1;
    
    animation: blinktext 2s linear infinite;

}
@keyframes blink { 50% { border-color:#fff ; }  }

@keyframes blinktext { 50% { opacity: 0; }  }
