/* CSS Document */

body {
	margin: 0px;
	font-size: 13px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/fon.gif);
	SCROLLBAR-FACE-COLOR: #990000;
	SCROLLBAR-HIGHLIGHT-COLOR: #000000;
	SCROLLBAR-SHADOW-COLOR: #FFFFFF;
	SCROLLBAR-3DLIGHT-COLOR: #000000;
	SCROLLBAR-ARROW-COLOR:  #FFFFFF;
	SCROLLBAR-TRACK-COLOR: #000000;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
a {
	text-decoration: underline;
	color: #990000;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
.fontop {
	background-image: url(images/top_fon.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.fondown {
	background-image: url(images/down_fon.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 54px;
}
.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 220px;
}
.right {
	width: 217px;
	padding-top: 32px;
}
.left {
	padding-top: 15px;
}
.t_top {
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 58px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #990000;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 45px;
}
.t_mid {
	background-image: url(images/table_fon.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#t_down {
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 25px;
	padding-right: 10px;
	padding-bottom: 15px;
}
#r_title {
	background-image: url(images/title.gif);
	background-repeat: no-repeat;
	height: 39px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 8px;
}
#r_sadarzanie {
	border: 1px solid #990000;
	height: 250px;
}