/*
***************************

	 segmenty

***************************
*/

#header_container, #top_container, #left_container, #nav_strip, #bottom_container, #footer_container, #center_container a, input.submit{
display: none;
}
#center_container{
margin-left: 0;
}
table{
width: 99%;
border-collapse: collapse;
font-size: 0.9em;
}
table.segmenty tr.headrow{
background: #C0C0C0;
font-weight: bold;
}
table.segmenty tr.row1{
background: #C0C0C0;
}
table.segmenty td{
border: solid 1px #808080;
text-align: center;
}
p.headline{
color: #000;
font-weight: bold;
text-align: center;
}

