body{
    padding: 0;
    margin: 0;
    font-family: Arial, Verdana;
    font-size: 12px;
}

div#content{
    padding: 5px;
}

.opcje{
    background-color: #FAFAF8;
    border-style: solid;
    border-width: 1px;
    border-color: #AFA06E;
}

.title{
    color: #6F591D;
}

#list_box{
    width: 980px;
    margin: 0 auto;
}

.list{
    background-color: #FAFAF8;
    border-style: solid;
    border-width: 1px;
    border-color: #AFA06E;
    margin-top: 10px;
}

.list a{
    color: black;
    text-decoration: none;
}

.list a:hover{
    text-decoration: underline;
}

tr.list_head{
    background-color: #AFA06E;
    height: 50px;
}

.list_row:hover{
    background-color: #F0F0E8;
}

.list_row td {
    border-top: 1px solid #AFA06E;
}

tr.list_row_year{
    text-align: left;
    background-color: #CCB874;
    height: 30px;
}

td.list_nr{
    width: 110px;
}

td.list_rodzaj{
    width: 90px;
}

.list_nazwa{
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pager{
    margin-top: 10px;
    margin-bottom: 10px;
}

a.page_button{
    text-decoration: none;
    color: black;
    border: 1px solid #AFA06E;
}

.page_button_act{
    background-color: #CCB874;
    border: 1px solid #AFA06E;
}

.page_button_next{
    margin-left: 10px;
}

.page_button_prev{
    margin-right: 10px;
}

#przetarg_box{
    width: 800px;
    margin: 0 auto;
}

.przetarg{
    background-color: #FAFAF8;
    border-style: solid;
    border-width: 1px;
    border-color: #AFA06E;
}

.przetarg_nazwa{
    text-indent: 1cm;
}

.przetarg_grupa a{
    text-decoration: none;
    color: black;
}

.przetarg_grupa a:hover{
    text-decoration: underline;
    color: #6F591D;
}

.przetarg_grupa:hover{
    background-color: #F0F0E8;
}

.przetarg_pliki{
    margin-top: 6px;
}

a.link { color: #6F591D; text-decoration: none; }
a.link:hover { text-decoration: underline; }

.file_list {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}