/* CSS Document */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #c5c5c5;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #153346;
	outline: none;
}
a:visited {
	color: #BF0000;
}
a:active {
	color: #DC143C;
}
a:hover {
	color: #208FFF;
	text-decoration: underline;
}
img {
	border: none;
}
.img-left {
	border: none;
	margin-right: 10px;
	margin-top: 5px;
}
.img-right {
	border: none;
	margin-left: 10px;
	margin-top: 5px;
}
.style1 {
	color: #FF0000
}
.style2 {
	font-size: 40px
}
.b {
	font-weight: bold;
}
.b-red {
	font-weight: bold;
	color: #FF0000;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #153346;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #153346;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
/* Uklad strony */
#kontener {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 1050px;
}
#naglowek {
	float: left;
	width: 1050px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../i/pasek_tlo.jpg);
	font-size: 66px;
	font-weight: bold;
	background-position: right;
	background-repeat: repeat-y;
}
#main {
	margin-top: 10px;
	padding-left:0px;
	width: 1050px;
	height: auto;
	float: left;
	text-align: justify;
}
#main_text {
	margin-top: 10px;
	padding-left:10px;
	padding-right:10px;
	width: 1030px;
	height: auto;
	float: left;
	text-align: justify;
}
#menu_top {
	margin-top: 10px;
	padding-left: 50px;
	float: left;
	width: 1000px;
	text-align: justify;
	background-image: url(../i/pasek_tlo.jpg);
}
#menu_bottom {
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	width: 1050px;
	text-align: center;
	font-size: 13px;
	color: #153346;
	font-weight: bold;
	background-image: url(../i/pasek_tlo.jpg);
	background-position: right;
	background-repeat: repeat-y;
}
