@charset "utf-8";
/* CSS Document */

body {
padding:0px;
margin:0px;
}

A {
 color: blue;
 text-decoration:none;
}
A:visited {
 color: blue;
 text-decoration:none;
}
A:active {
 color: red;
 text-decoration:none;
}

p {
margin-left:10px;
margin-right:10px;
}

/* Three blocks. 1st for picture, 2nd transparent gray, 3rd text menu */
.topdiv {
position: relative;
top:0px;
left: auto;
width: 800px;
height: 320px;
border:1px none;
z-index:1;}

.transdiv {
position:absolute;
top:185px;
width:800px;
height:22px;
border-color:#FFFFFF;
border:1px;
background-color: #3A4346;
z-index:2;
opacity: 0.5; filter: alpha(opacity=50);}

.notranstext {
position:absolute;
top:181px;
width:800px;
height:22px;
z-index:3;}

/* end of block*/

/*tupoj bred*/
.nofrlink {
border:none;}

.tblmenu {
border:1px none;
width:800px;
height:20px;
z-index:4;}

.notmainlink {
color:#FFFFFF;}

/* Mutoten s gor menu*/
ul.hr {
 margin: 0;
 padding: 0; 
}
ul.hr li {
 display: inline;
 margin-right: 10px;
 margin-left: 10px;
}

a.bl {
 color: black;
 text-decoration:none;
}

a.blue {
 color: blue;
 text-decoration:underline;
}