﻿.banner	{
				position:fixed;
				top:80px;
				left:0px;
				width:100%;
				min-width:1024px;
				overflow:hidden;
}
#banner_300 {
				height:240px;
				min-height:240px;
				max-height:240px;
				background:url('../gfx/b300base.jpg') repeat-x;

}
#banner_100 {
				height:100px;
				min-height:100px;
				max-height:100px;
				background:url('../gfx/b100base.jpg') repeat-x;

}

#b300base {
				position:absolute;
				top:0px;
				left:0px;
				width:100%;
				min-width:1024px;
				height:300px;
				text-align:center;
				margin:0 auto 0 auto;
				
				background:url('../gfx/b300.jpg') no-repeat right 50%;
}
#b100base {
				position:absolute;
				top:0px;
				left:0px;
				width:100%;
				min-width:1024px;
				height:100px;
				text-align:center;
				margin:0 auto 0 auto;
				
				background:url('../gfx/b100.jpg') no-repeat right 50%;
}
.Shd {
				position:fixed;
				left:0px;
				width:100%;
}
#ShdBan300Dwn {
				top:320px;
				height:5px;
				margin-top:1px;
				background:url('../gfx/ShdUp.jpg') repeat-x;
}
#ShdBan100Dwn {
				top:180px;
				height:5px;
				margin-top:1px;
				background:url('../gfx/ShdUp.jpg') repeat-x;
}
#ShdBanTop {
				top:80px;
				height:10px;
				background:url('../gfx/ShdTop.png') repeat-x;
				z-index:10;
}

.b_mod {
				position:fixed;
				top:260px;
				width:80px;
				height:60px;
				background:url('../gfx/b_mod.png') no-repeat;
				z-index:5;
				cursor:pointer;
}
.b_mod p {
				font-family:Calibri;
				font-size:26px;
				margin-left:20px;
				margin-top:20px;
				letter-spacing:4px;
				color:#5f5e5c;

}
.testowy {
				font-family:Calibri;
				font-size:26px;
				margin-left:20px;
				margin-top:20px;
				letter-spacing:4px;
				color:#5f5e5c;

}
.b_mod_open {
				position:fixed;
				top:80px;
				left:0px;
				height:200px;
				width:100%;
				background:url('../gfx/b_mod_open.png') repeat-x;
				visibility:hidden;
				z-index:6;
}
.b_mod_open p {
				font-family:Calibri;
				font-size:18px;
				margin-left:20px;
				margin-right:20px;
				letter-spacing:1px;
				color:#5f5e5c;
				text-indent:0px;

}
.b_mod_open h1 {
				font-family:Calibri;
				font-size:26px;
				margin-left:20px;
				margin-top:20px;
				letter-spacing:4px;
				color:#5f5e5c;

}

.b_mod:hover {
				background:url('../gfx/b_mod_over.png') no-repeat;
				color:#a8272c;
				
}
.b_mod:hover .b_mod_open {
				visibility:visible;
}
.bLink {
				text-decoration:none;
				color:#5f5e5c;
}
.indexTitle {
				position:fixed;
				top:135px;
				left:70px;
				height:93px;
				width:678px;
				background:url('../gfx/title/indexTitle.png') no-repeat;
				z-index:4;
}
