div.header {
	border-bottom: 11px solid #F3AD36;
}

div.content h1 {
	background: url("/img/headline_icon_yellow.gif") left 50% no-repeat;
}
div.content ul li {
	background: url("/img/list_item_yellow.gif") left 5px no-repeat;
}
div.content img {
    margin-bottom: 15px;
    border: 5px solid #F3AD36;
    }
div.content img.ir {
	border: 1px solid #F3AD36;
}
div.content img.il {
	border: 1px solid #F3AD36;
}
div.search input.button {
	background: url("/img/search_button_yellow.gif") no-repeat;
}
div.search {
	background: #F3AD36 url("/img/search_corner_yellow.gif") top right no-repeat;
}
div.content div.page_links ul li {
	background: url("/img/pagelinks_item_yellow.gif") left 5px no-repeat;
}
div.content table { margin: 7px 0;}
div.content table th {  
    background: #F3AD36 !important;
    text-align: left;
    color: #fff;
    }
div.content table td {  
    text-align: left;
    }
div.content .info_blok th {
    color: #F3AD36;
    font-weight: bold;
    background: #E8E9EA !important;
    border-bottom: 1px solid #000;
    text-align: left;
    }
div.content .info_blok ul li {
    display: block;
    vertical-align: baseline;
    padding: 0;
    }
