div.header {
	border-bottom: 11px solid #C82A31;
}
div.content h1 {
	background: url("/img/headline_icon_red.gif") left 50% no-repeat;
}
div.content ul li {
	background: url("/img/list_item_red.gif") left 5px no-repeat;
}
div.content img {
    border: 5px solid #C82A31;
    margin-bottom: 15px;
    }
div.content img.ir {
	border: 1px solid #C82A31;
}
div.content img.il {
	border: 1px solid #C82A31;
}
div.content div.page_links ul li {
	background: url("/img/pagelinks_item_red.gif") left 5px no-repeat;
}
div.search input.button {
	background: url("/img/search_button_red.gif") no-repeat;
}
div.search {
	background: #C82A31 url("/img/search_corner_red.gif") top right no-repeat;
}
div.content table th {  
    background: #C82A31 !important;
    text-align: left;
    color: #fff;
    }
div.content table td {  
    text-align: left;
    }

div.content .info_blok th {
    color: #C82A31;
    font-weight: bold;
    background: 0;
    background: #E8E9EA !important;
    border-bottom: 1px solid #000;
    text-align: left;
    }
