@charse	t "UTF-8";


body {
	margin: 0; padding: 0;
	background-color: #c6c6c6;

	font-family: Arial, Tahoma;
	font-size: 12px;
	overflow: 
}

/*** mian html tags def ***********/

img { border: none; }



a { 
	color: #728533;
	text-decoration: none;
}
	a:hover {
		color: #8d8d8d;
	}
	
p {
	line-height: 17px;
}

/* headers */
#pageContent .Wrapper h1,
h1 {
	padding: 0; margin: 10px 0 0 0;
	border-bottom: 1px solid #b9b9b9;
	border-bottom: 1px solid #ededed; 
	font-size: 20pt;
	text-transform: uppercase;
	font-weight: normal;
	color: #b9b9b9;
	color: #ccc;
	color: #000;
}

#pageContent .Wrapper h2,
#pageContent .Wrapper h2 a,
h2, h2 a {
	padding: 3px 30px 3px 0;
	text-transform: uppercase;
	font-size: 12px;
	color: #767676;
	display: block;
	float: left;
	clear: both;
	color: #000;
}


#pageContent .Wrapper h3,
h3 {
	text-transform: uppercase;
	font-weight: normal;
	color: #ccc;
}


.title
{
	margin-bottom: 10px;
	border-bottom: 1px solid #ededed;
	overflow: hidden;
}
	.title h1 {
		margin-bottom: 10px;
		width: 600px;
		border-bottom: none;
		float: left;
		color: #000;
		font-weight: bold;
	}


hr {
	border: none;
	border-bottom: 1px solid #ededed;
	clear: both;
	margin: 5px 0;  
}

/* listing */

ul.Horisontal {
	
}
	ul.Horisontal li {
		float: left;
	} 

ul.Menu {
	margin: 0; padding: 0;
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
}
	ul.Menu li {
		margin: 0; padding: 0;
	}

/*** layout structure *************/

.PageWrapper {
	overflow: hidden;
}

.PageWrapper .Frame {
	width: 100%;
	overflow: hidden;
}

.PageWrapper .Wrapper {
	margin: 0 auto 0 auto;
	width: 940px;
	overflow: hidden;
}

/* main site parts */

#topper {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}
	#topper .Logo {
		margin-top: 3px;
		display:  block;
		float: left;
	}
	#topper .Contact {
		margin-right: 50px;
		display:  block;
		float: right;
	}
	#topper .MenuFrame {
		width: 580px;
		margin-top: 4px;
		padding-right: 45px;
		background: url('./../images/topper_menu_end.jpg') top right no-repeat; 
		float: left;
	}
		#topper .MenuFrame div {
			background: url('./../images/topper_menu_bg.jpg') top repeat-x;
			overflow: hidden;
		}
		#topper .Menu {
			padding-left: 2px;
			background: url('./../images/topper_menu_beg.jpg') top left no-repeat;
			overflow: hidden;
			float: left;
			clear: left;
		}
			#topper .Menu li a {
				padding: 15px 10px 0 10px;
				height: 32px;
				display: block;
				font-weight: bold;
				text-decoration: none;
				text-transform: uppercase;
			}
			#topper .Menu li a.active,
			#topper .Menu li a:hover {
				background: url('./../images/topper_menu_hover.jpg') bottom repeat-x;
			}
	#topper .Search {
		min-width: 230px;
		background: #e5e5e5 url('./../images/topper_search_lt.jpg') top left no-repeat;
		float: right;
		clear: right;
	}
		#topper .Search div {
			padding: 11px 10px 10px 10px;
			background: url('./../images/topper_search_rt.jpg') top right no-repeat;
		}
		#topper .Search div * input {
			width: 175px;
			margin: 2px 0 0 0;
			border: 1px solid #fff;
			font-size: 10px;
			color: #b0b0b0;
			float: left;
		}
		#topper .Search div div { padding: 0; }
		#topper .Search div div.InputFrame {
			width: 210px;
			padding: 1px;
			background: #fff;
			overflow: hidden;
		}
		#topper .Search div div.InputFrame img {
			float: right; 
			display: block;
			cursor: pointer;
		}
		
#contentMain {
	background: #fff;
	overflow: hidden;
}
#pageContent {
  width: auto;
  background-color: #fff;
}
.Content, .Subcontent {
	padding-top: 10px;
	background: #fff url('./../images/content_bg.jpg') top repeat-x;
}
.Subcontent { background-image: url('./../images/subcontent_bg.jpg'); }
#subcontent { text-align: center; }
#subcontent img { margin: 7px 7px 8px 7px; }

	#pageContent .Breadcrump {
		padding-top: 3px;
	}
	#pageContent .Breadcrump, 
	#pageContent .Breadcrump a {
		color: #000;
	}
		#pageContent .Breadcrump a.active {
			color: #000;
			font-weight: bold;
		}


#bottom {
	padding: 1px 0 30px 0;
	background: #e2e2e2 url('./../images/bottom_bg.jpg') top repeat-x;
}
	#bottom .BoxTopper { background: url('./../images/bottom_box_.jpg') top repeat-x; }
	#bottom .BoxRight { background: url('./../images/bottom_box_.jpg') right repeat-y; }
	#bottom .BoxBottom { background: url('./../images/bottom_box_.jpg') bottom repeat-x; }
	#bottom .BoxLeft { background: url('./../images/bottom_box_.jpg') left repeat-y; }
	#bottom .BoxLT { background: url('./../images/bottom_box_lt.jpg') left top no-repeat; }
	#bottom .BoxRT { background: url('./../images/bottom_box_rt.jpg') right top no-repeat; }
	#bottom .BoxRB { background: url('./../images/bottom_box_rb.jpg') right bottom no-repeat; }
	#bottom .BoxLB { background: url('./../images/bottom_box_lb.jpg') left bottom no-repeat; }
	#bottom .Box { background-color: #fff; }
	#bottom .BoxContent {
		padding: 30px;
		text-align: center; 
	}
		#bottom .BoxContent img {
			margin: 0 10px;
		}
	#bottom h3 { margin: 0; padding: 10px 0 5px 0; }

#footer {
	padding: 15px 0;
	background-color: #c6c6c6;
	color: #fff;
}

#copy a {
	color: #fff;
}



.Section {
	overflow: hidden;
	clear: both;
}

	.Col12 {
		width: 50%;
		float: left;
	}
	.ColText {
		padding: 10px;
	}

	
	
	
	
	
#lightbox{
        padding-top: 100px;
        position: absolute;     
        left: 0 ;
        width: 100%; 
        z-index: 100;
        top: 0;
        left: 0px;
        background: url('./../images/lightBack.png');
        display: none;
  margin: 0 auto;
        color: white; 
}
#lightWarstwa{
        margin: 0 auto;
        color: black;
        font: 13px verdana;
        font-weight: bolder;
        color:  #666666;
        padding: 20px;
        padding-right: 23px;
        padding-top: 70px; 
        text-align: left;
        overflow: hidden;
}

#light_przycisk{
        margin: 0 auto;
        width: 265px;
        text-align: right;
        overflow: hidden;
        height: 35px;
        margin-bottom: -10px;
        margin-right: -20px;
}

#light_przycisk img{
        cursor: pointer;
}
