@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(img1/orn_lewy_top.gif);
	background-repeat:no-repeat;
	background-position:-125px 0px;
	background-attachment:scroll;
	width:1200px;
}

.oneColFixCtrHdr #container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height:50px;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align:right;
	font-size:10px;
	font-weight:100;
	padding-top:138px;
	background-image:url(img1/gj_logo.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

#header #logo {
	text-align:left;
}

#menu_top ul{
	display:inline;
}
#menu_top ul li{
	display:inline;
	float:right;
	padding-left:0px;
	list-style-type:none;
}

#menu_top ul li a{
	border-left:1px solid #ccc;
	padding-left:20px;
	padding-right:0px;
	text-decoration:none;
	color:#666;
}

#menu_top ul li a:hover{
border-left:1px solid #ccc;
padding-top:3px;
padding-bottom:3px;
color:#916dcf;
}



#menu_top ul #ost a{
	border-left:2px solid #ccc;
	padding-left:20px;
	padding-right:0px;
	text-decoration:none;
	color:#666;
}

#menu_top ul #ost a:hover{
border-left:1px solid #ccc;
padding-top:3px;
padding-bottom:3px;
color:#916dcf;
}

/* -------------- style dla contentu -----------------*/

#mainContent {
	text-align:center;
}

.sep{
	display:block;
	clear:both;
	height:0px;
}

.slide_show {
	text-align:center;
	}


.billboard a img{
	text-decoration:none;
	border:none;
	border-top:5px solid #fff;
}


.billboard a:hover img{
	text-decoration:none;
	border:none;
	border-top:5px solid #dfdfdf;
}

/*------------------- style dla tabeli 3 kolumny _______________*/
.tabela {
	width:920px;
	text-align:left;
	padding:0;
	display:block;
}

.caption img{
	float:left;
	
}
.caption h1{
	display:block;
	font-size:16px;
	font-weight:normal;
	color:#333;
	padding-left:13px;
	margin-top:0px;
	text-align:left;
	}
	
	.caption h2{
	display:block;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	color:#999;
	padding-left:12px;
	margin-top:-5px;
	margin-bottom:20px;
	text-align:left;
	}
	
.tabela .cell{
	float:left;
	width:280px;
	margin-right:6px;
	margin-left:14px;
	margin-bottom:10px;
	}
	

.tabela .cell a img, .tabela .cell img{
	border:1px solid #fff;
	border-top:5px solid #fff;
	margin-bottom:-12px;
}

.tabela .cell a:hover img{
	border-top:5px solid #dfdfdf;
}

.tabela .cell h3 a {
	text-decoration:none;
	font-size:14px;
	font-weight:normal;
	color:#666;
	padding:2px;
}

.tabela .cell a:hover {
	text-decoration:none;
	color: #916dcf;
}


.tabela .cell h3 {
	text-decoration:none;
	font-size:14px;
	font-weight:normal;
	color:#666;
	padding:2px;
}
.tabela .cell p{
	font-size:11px;
	font-weight:normal;
	color:#666;
	padding:4px;
	margin-top:-15px;
}	
.tabela.cell.mini {
	font-size: 9px;
	color: #96C;
}

/*--------- blok tekstowy mini -------------*/

.blok_tekstowy{
	text-align:left;
	padding-bottom:20px;
	padding-top:20px;
	padding-right:20px;
	border-bottom:none;
}

.blok_tekstowy .ilu{
	display:inline;
	float:left;
	margin-right: 30px;
}

.blok_tekstowy h1 {
	display:block;
	font-size:21px;
	color:#666;
	padding-left:0px;
	font-weight:100;
	margin-bottom:-5px;
	padding-top:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.blok_tekstowy h2 {
	font-size:13px;
	color:#666;
	line-height:16px;
	font-weight:100;
}

.blok_tekstowy p {
	font-size:11px;
	color:#999;
	line-height:16px;
}


.blok_tekstowy p a {
	font-size:11px;
	color:#999;
	line-height:16px;
	text-decoration:none;
	display:block;
}


.blok_tekstowy p a:hover {
	font-size:11px;
	color:#666;
	line-height:16px;
	text-decoration:none;
	display:block;
}


.tabela .cell p a {
	font-size:11px;
	color:#999;
	line-height:16px;
	text-decoration:none;
	display:block;
}


.tabela .cell p a:hover {
	font-size:11px;
	color:#666;
	line-height:16px;
	text-decoration:none;
	display:block;
}

.blok_tekstowy .opis{
	margin-top:30px;
}


/* ----------- style dla stopki ---------------*/

.oneColFixCtrHdr #footer {
	margin-top:20px;
	height:40px;
	padding:0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	font-size:10px;
	color:#666;
	background-image:url(img1/grad_stopka.jpg);
	background-repeat:repeat-x;
	margin-bottom:60px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* ----------- style dla dolnego menu ---------------*/

.dolne_menu {
	float:left;
	padding-top:10px;
	/*border-bottom:1px dashed #CCC;
	height:140px;*/
}
#dolna_lista1 {
	width:80px;
}

#dolna_lista2 {
	width:90px;
}

#dolna_lista3 {
	width:170px;
}

#dolna_lista4 {
	width:130px;
}



#dolna_lista5 {
	width:210px;
}



#dolna_lista6 {
	width:200px;
	text-align:right;
}


#dolna_lista1 ul li, #dolna_lista2 ul li, #dolna_lista3 ul li, #dolna_lista4 ul li, #dolna_lista5 ul li, #dolna_lista6 ul li{
list-style-type:none;
margin-bottom:10px;
}

#dolna_lista1 ul li a, #dolna_lista2 ul li a, #dolna_lista3 ul li a, #dolna_lista4 ul li a, #dolna_lista5 ul li a, #dolna_lista6 ul li a{
	text-decoration:none;
	color:#666;
}

#dolna_lista1 ul li a:hover, #dolna_lista2 ul li a:hover, #dolna_lista3 ul li a:hover, #dolna_lista4 ul li a:hover{
text-decoration:none;
color:#916dcf;
}


#copy {
	text-align:right;
	font-size:9px;
	color:#ccc;
}



/* ----------- style dla you tube ---------------*/
.youtube{
	text-align:left;
	)

#news_box {
	background-color:#f3f3f3;
	width:340px;
	height:140px;
}

#news_form{
	background-color:#FFF;
	margin-left:20px;
	margin-right:20px;
}
.bold {
	font-weight: normal;
	color: #333;
}
.mini {
	font-size: 9px;
	color: #96F;
}
.intro {
	font-size:12px;
	color:#666;
}

