@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.body-top-bb-l {
	background-image: url(../img/body_bb_top_l.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.body-top-bb-r {
	background-image: url(../img/body_bb_top_r.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.body-header-menu {
	background-image: url(../img/top_header_menu_top.jpg);
	background-repeat: no-repeat;
	height: 65px;
	width: 220px;
}
.stopka-bb {
	background-image: url(../img/stopka_bb.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 80px;
	width: 940px;
}
.main-bb-bottom {
	background-image: url(../img/main_bb_bottom.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.main-bb-top {
	background-image: url(../img/main_bb_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.main-title {
	background-image: url(../img/main_title_bar.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 34px;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #51d0c9;
	margin-top: 20px;
	padding-top: 5px;
	padding-left: 18px;
	width: auto;
	padding-right: 50px;
}
.copyright {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #FFF;
	padding-top: 15px;
	padding-left: 10px;
}


img {
	border: 0px;
}
.highlight img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.highlight:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.main-content {
	font-family: Arial, Helvetica;
	font-size: 13px;
	color: #102166;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
}
.header-menu {
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #0f246a;
	padding: 3px 5px 10px 5px;
	text-decoration: none;
	font-weight: bold;
}
a.header-menu:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #75cdd2;
}
