/* 
		#ffd119 - yellow
		#efc006 - dark yellow 
*/
* {
	border: none;
	margin: 0px;
	padding: 0px;
}
		
body {
	font-family: Tahoma,Arial,Verdana,Sans-Serif;
	font-size: 11px;
	color: #000;
	background: white url(../images/yellow_line.gif) no-repeat 250% 103px;
}
	
a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}		
a:HOVER {text-decoration: underline;}

h1{
	font-size: 17px;
	font-weight: bolder;
	text-transform: uppercase;
}

h2{
	font-size: 13px;
	font-weight: bolder;
	text-transform: uppercase;
}

h3{
	font-size: 17px;
	font-weight: bolder;
	color: #efc006;
	text-transform: uppercase;
}
.wrapper {
	background: url(../images/yellow_line.gif) no-repeat 250% 100%;
	margin-bottom:10px;
}
.wrapperTop {
	margin: 0 auto;
	width: 962px;	
}

.containerHead, .containerNav, .containerMain {
	width: 962px;  
	margin: auto; 
}
.containerBottom {
	width: 962px; 
	margin: 20px auto 0 auto;
	height: 175px; 
	background: transparent url(../images/yellow_line.gif) no-repeat 50px bottom;
}
.stopka{	
	width: 912px;
	height: 20px;
	margin: 126px 0 0 50px;
	font-size: 9px;
	color: #cdd7e7;
	
}
.stopka a{color: #929daf;}

/* headder */
.containerHead {height: 112px;}
div#head_logo {
	width: 154px;
	height: 112px;
	background: url(../images/logo.gif) no-repeat;
	float: left;
}
div#head_logo a {
	width:154px; 
	height: 112px;
	display: block;
}

div#head_main {
	width: 808px;
	height: 112px;
	background: url(../images/top.gif) no-repeat;
	float: left;
}

div#head_title {
	width: 260px;
	margin: 30px 0 0 460px
}
div#head_title h1{width: inherit;}
div#head_title p{
	width: 240px;
	margin-left: 20px;
}

div#head_main a{
	float:left;
	height:63px;
	margin-top:-72px;
	position:relative;
	width:30px;
}
div#head_main .href_home{margin-left: 745px;}
div#head_main .href_mail{margin-left: 778px;}
/* nawigacja */
.containerNav {
	height: 19px;
	margin: 0 0 15px 0;
}
.containerNav div {
	width: 962px;
	height: 19px;
	float: left;
	background: url(../images/nav_left.gif) no-repeat;

}
.containerNav div p{
	height: 18px;
	width: 40%;
	border-bottom: 1px solid #ffd119;
	margin: 0px 0px 0px 215px;	
}
/* main */
/* 270 + 478 + 214*/
.containerMain {
	overflow: hidden;
	/* zoom: 1; */
}
.containerMain div {
	display: inline;
	float: left;
}
.containerMain .menu {
	margin: 25px 0 0 0;
	width: 270px;
}
.containerMain .content {
	margin: 25px 0 0 0;
	width: 458px;
	padding: 0 10px;
}
.containerMain .blockContainer {
	width: 214px;
	background: #efc006;
	padding: 20px 0px;
}
.menuButton {
	width: 270px;
	padding-top: 15px;
	background: url(../images/menu_off.gif) no-repeat; /* h=43px */	
	list-style: none;
}
.menuButton:HOVER {background: url(../images/menu_on.gif) no-repeat;}
.menuSelected{background: url(../images/menu_on.gif) no-repeat;}

.menuButton h2{
	width: 220px;
	padding-left: 50px;
}
.menuButton h2 a {
	margin: 1px 1px 1px 1px;
	font-size: 13px;
	color: #000;
}
.menuButton h2 a:HOVER{text-decoration: none;}

.menuButton h2 span {
	margin: 1px 1px 1px 1px;
	font-size: 17px;
	color: #efc006;
}

.menuButton p {
	width: 210px;
	padding: 15px 10px 0 50px;
}





/* content */
.wypunktowanie {
	margin-left: 15px;
	
}

.wypunktowanie li {
	padding: 3px 2px;
}
.content h1{
	width: 458px;
	margin-bottom: 10px;
}
/* p1 + 10 + p2 */
.content .pL{
	width: 219px;
}
.content .pR{
	width: 219px;
	margin-left: 10px;
}

.content b, a {
	color: #9c0101;
}

/* blok */
.blockContainer div{
	padding: 5px 10px;
	width: 194px;
}
.blockContainer div h2{
	margin-bottom: 5px;
}
/* end main */


/* bottom */
/* bannery */
.containerBanners{
	margin-left: 50px;
}
.containerBanners h2{
	width: 100%;
	margin-bottom: 10px;
} 
.containerBanners a {
	float: left;
	display: inline;
	width: 214px;
	height: 110px;
}

.containerBanners1 a {
	float: left;
	display: inline;
	width: 92px;
	height: 110px;
}

.ban1 {
	background: url(../images/ban_1.gif) no-repeat;	
}
.ban2 {
	background: url(../images/ban_2.gif) no-repeat;	
	margin-left: 18px;
}
.ban3 {
	background: url(../images/ban_3.gif) no-repeat;	
	margin-left: 19px;	
}
.ban4 {
	background: url(../images/ban_4.gif) no-repeat;	
	margin-left: 19px;	
}
.ban5 {
	background: url(../images/ban_5.jpg) no-repeat;	
	margin-left: 19px;	
	
}
.ban6 {
	background: url(../images/ban_6.jpg) no-repeat;	
	margin-left: 19px;	
}
/* end bottom */

.buttonWhite {
	color: #343232;
	background: #ffffff;
	border: 1px solid #d2d2d1;
	padding: 2px 5px;
	float: right;
	display: inline;
}
.buttonWhite:HOVER {
	text-decoration: none;
	color: #d2d2d1;
	background: #ffffff;
	border: 1px solid #d2d2d1;
}

.buttonRed{
	color: #eebfbf;
	background: #9c0101;
	border: 1px solid #eebfbf;
	padding: 2px 5px; 
	float: right;
	margin: 2px 5px;
}
.buttonRed:HOVER{	
	text-decoration: none;
	color: #9c0101;
	background: #eebfbf;
	border: 1px solid #9c0101;
}


 
