/* ***************************************************************************************************** */
/* CONTENT CSS */

BODY{
	background-image: url(images/bg.png);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:justify;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	background-repeat: repeat-x;
	background-color: #2A2A2A;
	color: #333;
}
P{
	text-indent: 30px;

}
H1{
	font-weight: bold;
	color: #F00;
	font-size: 20px;
}
H2{

}
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: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/container_bg.png);
}
#head{
	background-image: url(images/top.png);
	height: 375px;
}
#center{
	min-height: 400px;
	float: left;
	width: 575px;
	padding-left: 90px;
	padding-right: 10px;

}
#right {
	float: right;
	height: auto;
	width: 290px;
	padding-left: 35px;
}

#foot{
	background-image: url(images/foot.png);
	height: 70px;
	clear: both;
	float: none;
	padding-top: 55px;
	color: #999;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	background-repeat: no-repeat;
}
#foot a{
	color: #CCC;
}
#foot a:hover{
	color: #FFF;
}
#menu {
	float: left;
	height: 53px;
	width: 575px;
	background-image: url(images/menubar.png);
	padding-left: 95px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	padding-top: 30px;
}
/*#menu a{
	line-height: 40px;
	color: #FFF;
	padding-right: 10px;
}
#menu a:hover{
	color: #C00;
	text-decoration: none;
}*/
#menuright {
	background-image: url(images/menubar_right.png);
	height: 83px;
	float: right;
	width: 260px;
	line-height: 83px;
	color: #FFF;
	text-align: left;
	padding-left: 65px;
	font-weight: bolder;
	font-family: Verdana, Geneva, sans-serif;
}
#menuright a{
	line-height: 83px;
	color: #FFF;

}
#menuright a:hover{
	color: #CCC;
	text-decoration: none;
}
.tabelka {
	height: auto;
	width: 600px;
}
.tabelka_top {
	color: #FFF;
	background-image: url(images/table_top.png);
	height: 68px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 65px;
}
.tabelka_mid ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: square;
}
.tabelka_mid ul {
	margin-bottom: 0px;
}

.tabelka_mid {
	background-image: url(images/table_bg.png);
	background-repeat: repeat-y;
	height: auto;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 12px;
}
.tabelka_down {
	background-image: url(images/table_down.png);
	height: 40px;
}
.oferta_bt{
	background-image: url(images/oferta_bt.png);
	line-height: 34px;
	height: 34px;
	width: 167px;
	display: block;
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
}
.bialo{
	color: #FFF;
	font-size: 14px;
}
.pomoc {
	background-image: url(images/pomoc.png);
	height: 249px;
	width: 520px;
}
.promocja{
	font-style: italic;
	font-weight: bold;
	color: #F00;
}
.kolor_red{
	color: #F00;
}
.kolor_white{
	color: #FFF;
}
/* SLIDE */
div#example {
	position: relative;
	display: block;
	width: 200px;
	height: 200px;
	overflow: hidden;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
div#example br { 
   display: none;
}
.superbold{
	font-weight: 600;
	font-size: 16px;
}
.migacz{
	font-size: 27px;
	color: #F00;
	text-decoration: blink;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.big_font{
	font-size: 22px;
	font-weight: bold;
}
