body {
    background: url('design_img/bg_body.jpg') repeat-x top left #DEDEDE;
}



a:link {
    font: inherit;
    font-weight: bold;
    color: #373737;
    text-decoration: none;
    border-bottom: 1px solid #c80000;
}

a:visited {
    font: inherit;
    font-weight: bold;
    color: #373737;
    text-decoration: none;
    border-bottom: 1px solid #c80000;
}

a:hover {
    font: inherit;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000;
}


.footer_txt {
    width: 100%;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 8pt;
    color: #6F6F6F;
    border-top: 1px solid #DEDEDE;
}

.footer_txt a {
    color: #373737;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid #C80000;
}

.footer_txt a:hover {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid #000000;
}

#start_main {
    width: 950px;
    left: 50%;
    margin-left: -450px;
    position: absolute;
    border: 1px solid #DEDEDE;
}

#pages_main {
    width: 950px;
    left: 50%;
    margin-left: -450px;
    position: absolute;
    border: 1px solid #DEDEDE;
}

#pages_main #content {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: -10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #323232;
    background: url('design_img/bg.jpg') repeat-y;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 10pt;
    color: #323232;
    margin: 0px;
}

#menu {
    width: 950px;
    height: 49px;
    background-image: url('design_img/menu_bg.jpg');
    vertical-align: bottom;
}

#menu_items {
    padding-left: 30px; 
    padding-top: 5px; 
}

#menu .menu_item, #menu .menu_item_current {
    padding: 5px 2px 10px 2px;
    margin-right: 5px;
    height: 25px;
    vertical-align: middle;
    width: 105px;
    float: left;
    text-align: center;
}

a.menu_item:link {
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 9pt;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    background-color: #191919;
    border: 1px solid #323232;
    /* for ie */
    filter: alpha(opacity=50);
    /* css3 standard */
    opacity: 0.5;
}

a.menu_item:visited {
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 9pt;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    background-color: #323232;
    border: 1px solid #323232;
    /* for ie */
    filter: alpha(opacity=50);
    /* css3 standard */
    opacity: 0.5;
}

a.menu_item:hover {
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 9pt;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #323232;
    border-bottom: 3px solid #c80000;
    background: #323232 url('design_img/menu_item_bg.jpg') no-repeat;
    /* for ie */
    filter: alpha(opacity=100);
    /* css3 standard */
    opacity: 1;
}

a.menu_item_current {
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 9pt;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #323232;
    border-bottom: 3px solid #000;
    background: #323232 url('design_img/menu_item_bg.jpg') no-repeat;
    /* for ie */
    filter: alpha(opacity=100);
    /* css3 standard */
    opacity: 1;
}

#realizacje {
    width: 176px;
    background-image: url('design_img/realizacje_bg.jpg') ;
    text-align: left;
    margin-left: 15px; 
    margin-bottom: 20px;
    background-position: bottom;
    background-repeat: repeat-y; 
}

.realizacje_item {
    font-family: inherit;
    font-size: 9pt;
    color: #c80000;
    padding: 10px 10px 5px 20px; 
    font-weight: bold;
}



#leftmenu {
    width: 180px;
    background-image: url('design_img/leftmenubg.jpg') ;
    text-align: right;
    margin-right: 15px; 
    margin-bottom: 30px;
    background-position: bottom;
    background-repeat: repeat-y; 
}

.leftmenu_item {
    font-family: inherit;
    font-size: 10pt;
    color: #c80000;
    padding: 10px 20px 5px 10px; 
    font-weight: bold;
}

.leftmenu_item a:link {
    font-family: inherit;
    font-size: 10pt;
    color: #323232;
    font-weight: bold;
    text-decoration: none;
    border: none;
    /* for ie */
    filter: alpha(opacity=75);
    /* css3 standard */
    opacity: 0.75;
}

.leftmenu_item a:visited {
    font-family: inherit;
    font-size: 10pt;
    color: #323232;
    font-weight: bold;
    text-decoration: none;
    border: none;
    /* for ie */
    filter: alpha(opacity=75);
    /* css3 standard */
    opacity: 0.75;
}

.leftmenu_item a:hover {
    font-family: inherit;
    font-size: 10pt;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    border: none;
    /* for ie */
    filter: alpha(opacity=100);
    /* css3 standard */
    opacity: 1;
}

.pdf {
    margin: 20px 0 0 25px;
    height: 55px;
    background: url('design_img/pdf.gif') left top no-repeat;
    padding: 20px 0 0 60px;
    text-align: left;
    vertical-align: middle;
}

.pagetitle {
    font-family: inherit;
    font-size: 13pt;
    color: #c80000;
    padding: 10px 20px 20px 0px
}

.form_fieldname{
    font: inherit;
    color: inherit;
    text-align: right;
}

.form_fieldname{
    font: inherit;
    text-align: right;
}

.form_field{
    font: inherit;
    width: 100%;
    border: solid 1px black;
    background-color: #DEDEDE;
}


h1 {
    font-family: inherit;
    font-size: 12pt;
    color: #c80000;
}

h2 {
    font-family: inherit;
    font-size: 11pt;
    color: #c80000;
}

h3 {
    font-family: inherit;
    font-size: 10pt;
    color: #c80000;
}

p {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    text-align: justify;
}

ul, ol {
    font: inherit;
    padding-left: 10px;
    margin-left: 10px;
}

a.index {
    text-decoration: none;
    border: none;
}

table.center {
   width: 100%;
}

table.center th {
   padding: 2px;
   margin: 2px;
   background-color: #E9E9E9;
   border: #DFDFDF 2px solid;
}

table.center td {
   text-align: center;
   padding: 2px;
   background-color: #F4F4F4;
   border: #DFDFDF 1px solid;
}