/* ***************************************************************************************************** */
/* CONTENT CSS */

BODY{
	font-family: Tahoma, Geneva, sans-serif;
	text-align:justify;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	background-color: #FFF;
	color: #023E88;
	background-repeat: no-repeat;
	background-position: center top;
}
P{
	text-indent: 30px;

}
h1 {
	font-size: 21px;
	color: #FFF;
	background-color: #ED1D24;
	text-align: center;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 40px;
	height: 40px;
	padding: 0px;
	font-weight: bold;
	word-spacing: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
H2{
	color: #F00;
	text-align: center;
}
.center {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

H3{

}
a:link, a:active, a:visited{
	text-decoration: none;
	font-weight: bold;
	color: #333;
}
a:hover{
	color: #000;
	text-decoration: underline;
}
img {
	border:none;
}

/* ***************************************************************************************************** */
/* TEMPLATE SPECIFIC CSS CODE */

#container {
	height: auto;
	width: 1000px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/container_bg.png);
	border: thin none #000;
}
#head{
	height: 124px;
	background-image: url(images/top.png);
}

#left{
	float: left;
	height: auto;
	width: 200px;
	margin-bottom: 20px;
	padding-bottom: 0px;
}
#right{
	float: left;
	width: 200px;
	margin-bottom: 20px;
}
.reklamy {
	height: auto;
	background-color: #023E88;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.super {
	height: auto;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 9px;
	margin-left: auto;
	background-color: #000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

#main{
	min-height: 400px;
	float: left;
	width: 600px;
}
.baner {
	height: 225px;
	text-align: center;
}


#foot{
	background-image: url(images/foot.png);
	height: 50px;
	clear: both;
	float: none;
	padding-top: 20px;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	background-repeat: repeat-x;
	padding-left: 40px;
}
#menu {
	height: auto;
}
#menu a{
	color: #FFF;
	background-image: url(images/link.png);
	display: block;
	height: 46px;
	width: 200px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
}
#menu a:hover{
	color: #023F88;
	background-image: url(images/link_over.png);
}
#foot a{
	color: #F00;
}
#foot a:hover{
	color: #900;
	text-decoration: underline;
}

input{
	color: #333;
}
.obrazek{
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
form{
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.pobierz a{
	background-image: url(images/pobierz.png);
	height: 37px;
	width: 136px;
	font-size: 20px;
	color: #FFF;
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 35px;
	font-weight: bolder;
	display: block;
}
.pobierz a:hover{
	text-decoration: underline;
	background-image: url(images/pobierz_over.png);
}.red_bar {
	background-color: #ED1D24;
	height: 40px;
	margin-bottom: 10px;
    font-size: 21px;
	color: #FFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 40px;
	font-weight: bold;
}
