@import url("struktura.css");
@import url("header.css");
@import url("content.css");
@import url("footer.css");

img {border: 0;}

p{
  margin: 10px;
  padding: 5px 0 0 0;
}

.al_c, .al_center {text-align: center;}
.al_l, .al_left {text-align: left;}
.al_r, .al_right {text-align: right;}

.cleaner {clear:both; margin: 0; padding: 0; font-size: 0px;}

.orange{
  color: #e77817;
}

ul {list-style: url("../graf/content/li.png") outside; margin: 5px 0 5px 10px; padding: 0 0 0 18px;}
ul li {padding: 0; line-height: 1.2;}

table {width: 100%; vertical-align: top; border-left: 1px solid #ddd; border-top: 1px solid #ddd;}
th {vertical-align: top; background-color: #eee; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd;}
td {vertical-align: top; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd;}
