.txt {
    font-family: verdana;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
	text-align: justify;
}

.txt a{
    font-family: verdana;
    font-size: 12px;
    color: #000000;
    text-decoration: underline;
	text-align: justify;
}

.txt a:hover {
    font-family: verdana;
    font-size: 12px;
    color: #393939;
    text-decoration: underline;
	text-align: justify;
}

.parametry {
    font-family: verdana;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
	padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 2px;
}

.menu_p1 {
    font-family: verdana;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
	font-weight: bold;
}

.menu_p1 a{
    font-family: verdana;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
	font-weight: bold;
}

.menu_p1 a:hover {
    font-family: verdana;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: underline;
	font-weight: bold;
}

.menu_p2 {
    font-family: verdana;
    font-size: 12px;
    color: #646464;
    text-decoration: none;
	font-weight: normal;
}

.menu_p2 a{
    font-family: verdana;
    font-size: 12px;
    color: #646464;
    text-decoration: none;
	font-weight: normal;
}

.menu_p2 a:hover {
    font-family: verdana;
    font-size: 12px;
    color: #393939;
    text-decoration: underline;
	font-weight: normal;
}

.menu_p3 {
    font-family: verdana;
    font-size: 11px;
    color: #585858;
    text-decoration: none;
	font-weight: normal;
}

.logo {
    font-family: Times New Roman;
    font-weight: bold;
    color: #FF2D2D;
    font-size: 16px;
}

.sciezka {
    font-family: verdana;
    font-size: 10px;
    color: #000000;
    text-decoration: none;
}

.sciezka a{
    font-family: verdana;
    font-size: 10px;
    color: #000000;
    text-decoration: none;
}

.sciezka a:hover {
    font-family: verdana;
    font-size: 10px;
    color: #000000;
    text-decoration: underline;
}

INPUT {
        font-family: Verdana;
        font-size: 11px;
        color: #000000;
}

TEXTAREA {
        font-family: Verdana;
        font-size: 12px;
}


/* hide from incapable browsers */
div#scrollbar { 
    display:none;
    }

/* below in external file */
div#wn	{ 
    position:relative; 
    height: 220px; width: 502px;
    overflow:hidden;	
	}
	
div#scrollbar { 
    position:relative; 
    width:504px; height:18px;
    display:block; /* display:none initially */
    font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
  }
	
div#track { 
    position:absolute; left:0px; top:5px;
    width:502px; height:18px; 
    background: white;
	 background-image: url(../img/bg_scroll.gif);
	 background-repeat: repeat-x;	 
  }
div#dragBar {
    position:absolute; left:1px; top:1px;
    width:20px; height:16px; 
    background-color: white;
	 cursor: pointer;	 	 
  }  

/* for safari, to prevent selection problem  */
div#scrollbar, div#track, div#dragBar, div#left, div#right {
    -moz-user-select: none;
    -khtml-user-select: none;
}

/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar img {
    display:block; 
    } 
