/*selektory proste*/

body
{
    background:#FFFFFF;
    text-align:center;
    margin:0px;
    padding:0;
    font-family: verdana, arial, helvetica;
    font-size: 10px;
    font-weight: normal;
    color:#666;
}

/* linia pozioma wykorzystana w prawej kolumnie */
hr
{
   margin-left: auto;
   margin-right: auto;
   width:100%;
   margin-bottom:0px;
   padding-bottom:0px;
   size:2px;
}


/* znacznik definiujacy grafike */
img
{
    float:left;
    border:0px;
    margin:20px;
    margin-top:0;
    padding:0px;
}

a
{
    margin:0px;
    padding:0px;
    color:#F00;
    text-decoration:none;
    font-family: verdana, arial, helvetica;
    font-size: 10px;
    font-weight: normal;
}

/* kolejność w jaki należy definiować znacznik a - LoVeHA (link, visited, hover, active) */
a:link
{
       font-weight: normal;
       color: #346698;
       text-decoration: none;
}
a:visited
{
       font-weight: normal;
       color: #346698;
       text-decoration: none
}

a:hover
{
       font-weight: normal;
       color: #000999;
       text-decoration: underline overline;
}


a:active
{
      font-weight: normal;
      color: #346698;
      text-decoration: none;
}

ul
{
      font-weight: normal;
      font-size: 10pt;
      font-family: verdana, arial ce, arial, helvetica;
      padding:10px;
      margin-left: 270px;
      margin-top:0;
      margin-bottom:0;
      padding:0;
      text-align:left;
      list-style-type:disc;
}

li
{
     font-weight: normal;
     font-size: 10pt;
     font-family: verdana, arial ce, arial, helvetica;
	  margin:0px; 
     padding:0px;
}

p
{
    font-family: verdana, arial, helvetica;
    font-size: 12px;
    font-weight: bold;
    margin:20px;
    text-align:justify;
    text-indent:40px;
}

#c
{
	text-align: center;
}

#c a
{
    font-size: 12px;
}

#tytul
{
	    font-weight: bold;
		 font-size: 16px;
       color: #346698;
		 text-align: center;
}

b
{
    font-family: verdana, arial, helvetica;
    font-size: 12px;
    font-weight: bold;
}

/* logo TBOP */
#logo_gora
{
        background-image:url(http://www.tbop.org.pl/wydawnictwa/burhinus/images/win.jpg);
        background-position:center center;
        background-repeat:no-repeat;
	height: 109px;
	padding:10px;
	color:#FFFFFF;
}

/* stopka */
#blok_dolny
{
	position:relative;
	background:#FFFFFF;
	width:90%;
	clear:both;
        margin-left: auto;
        margin-top:100px;
        margin-bottom:0px;
        margin-right: auto;
	padding:0;
	text-align:center;
	border: 0px dotted #2020ff;
	height: 65px;
	z-index:8;
}

#blok_dolny p, #blok_dolny p a
{
    font-family: verdana, arial, helvetica;
    font-size: 10px;
    font-weight: normal;
    margin:0;
    padding:0;
    text-align:center;
}





