/* kolor logo: #D9062C; */

html, body {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Helvetica CE', 'Arial CE', Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px; 
    color: #000;
    background-color: #fff;
    text-align: center;
    }

div#page {
    width: 750px;
    margin: 0 auto;
    background-color: #ddd;
    text-align: left;
        }

   
/* width 750 = 280 + 190 + 280 */
   
p, td {
    margin: 0;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.4em;
    }

a:link {color: #ff0030; font-weight: plain; text-decoration: none;}
a:visited {color: #ff0030; text-decoration: none;}
a:active {color: #ff0030; text-decoration: none;}
a:hover {color: #ff0030;  text-decoration: underline;}




div#menu {
    padding: 0 15px 15px 15px;
    }

 
div#menu p {
    font-family: 'Helvetica CE', Helvetica, 'Arial CE', Arial, Verdana, sans-serif;
    font-weight: bold;
    font-size: 12px;
    margin: 8px 0;
    padding: 0 0 10px 0px;
    border-bottom: solid 1px #D9062C;
    }

/* search input in menu */

form {
    width: 160px;
    margin: 10px 0 0 0;
    padding: 0;
}

#search_input {
    width: 152px;
    border: 2px solid brown;
    padding: 2px;
    margin: 4px 0 8px 0;
    font-size: 12px;
    }

form p#search_button_wrapper {
    border-bottom: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

#search_submit_button {
    /* border: 1px solid #D9062C;
    background: #f2f2f2; */
    border: none;
    background: white;
    color: #ff0030;
    font-family: 'Helvetica CE', Helvetica, 'Arial CE', Arial, Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0 5px 0 5px;
    padding: 0;
    
}
/* master_inner_page */
/* width 750 = 190 + 560 */

div#rightcolumn {
    /* padding: 15px 25px 25px 15px; */
    padding: 15px 25px 25px 25px;
    }

.cytat {
    color:#333;
    font-weight:bold;
    margin-right: 70px;
    padding-left: 15px;
    border-left: solid black 1px;
}

.cytat_podpis {
    text-align: right;
}

/* article_page */

div#header {
    /*height: 125px; */
    height: 140px;
    }

h2.nadtytul {
    margin: 15px 0 0 0;
    padding: 0;
    color: #ff0030;
    font-size:2em;
    font-weight:bold;
    word-spacing:0.2em;
    letter-spacing:0.5em;
    text-align:justify;
    }

h3.dziedziny {

    }

h1.tytul {
    color: #ff0030;
    font-size:1.2em;
    font-weight:bold;
    }

h2.podtytul {
    color: #ff0030; 
    font-size:1.2em; 
    font-weight:bold;
    }

div.text_artykulu {
    text-align:justify;
    }

/* home page */

p#wersja_jezykowa {
    height: 20px;
    text-align:right;
    font-size: 12px;
}

.grey {color: #555; font-weight: plain;}

a.grey:link {color: #555; font-weight: plain; text-decoration: none;}
a.grey:visited {color: #555;; text-decoration: none;}
a.grey:active {color: #ff0030; text-decoration: none;}
a.grey:hover {color: #555;;  text-decoration: underline;}

/* program_page */

div.programlinetext {
    margin-left: 0px;
    text-align: left;
    }

h1#nadtytul {
    color: #ff0030;
    font-size:2em;
    font-weight:bold;
    word-spacing:0.2em;
    letter-spacing:1em;
    line-height: 1.2em;
    }

p.dziedziny {

    }

p.tytul {
    color: #ff0030;
    font-size:1.2em;
    font-weight:bold;
    }

p.podtytul {
    color: #ff0030; 
    font-size:1.2em; 
    font-weight:bold;
    }
    
.miejsce {
    color: black; 
    font-size:1.2em; 
    font-weight:bold;   
    }

.region {
    color: black; 
    font-size:1.2em;
    }

.instytucje {
    color: black; 
    font-size:1.2em;
    }

.kiedy {
    }

div#program_text {
    padding-top: 15px;
    text-align:justify;
    }

/* program_list_page */

.first_break_header {
    margin: 0 0 1em 0;
    color: black;
    font-size:1.2em;
    font-weight:bold;
    text-transform: uppercase;
    letter-spacing:0.2em;
    }

.break_header {
    margin: 1.2em 0 1em 0;
    color: black;
    font-size:1.2em;
    font-weight:bold;
    text-transform: uppercase;
    letter-spacing:0.2em;
    }

p.lista_tytul {
    color: #ff0030;
    font-size:1.2em;
    }
    
.lista_miejsce {
    color: black; 
    font-size:1em; 
    font-weight:bold;   
    }

.lista_region {
    color: black; 
    font-size:1em;
    }

.lista_instytucje {
    color: black; 
/*    font-size:1em; */
    }

.lista_kiedy {
    }

div#main_content {
    text-align:left;
    }

.litera {
    display: block;
    float: left;
    width: 16px;
    color: black;
    font:  bold;
    }
 
.warning {
    color: red;
    }