@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #49160B;
	margin-top: 0px;
	color: #311008;
}
a:link {
	color: #311008;
	text-decoration: underline;
}
a:visited {
	color: #3D1209;
	text-decoration: underline;
}
a:hover {
	color: #3D1209;
	text-decoration: none;
}
a:active {
	color: #3D1209;
	text-decoration: underline;
}
.text {
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	vertical-align: top;
}
.text_inside {
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(images/rectangle.gif);
	background-color: #FFFFFF;
}
.text_footer {
	font-size: 0.8em;
}
.norepeat {
	background-repeat: no-repeat;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.nadpis {
	font-size: medium;
	color: #7B3912;
}
.nadpis_maly {
	color: #7B3912;
}
.red {
	color: #7F0E01;
	font-size: 1.2em;
}
.float_right {
	float: right;
	padding-left: 20px;
	padding-bottom: 15px;
}
.float_left {
	float: left;
	padding-right: 30px;
	padding-top: 4px;
	padding-bottom: 20px;
}

