body
{   
	background-image: url('../gfx/tlo_glowne_6.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-color:black;
	background-attachment:fixed;
	font-family:Arial;
	font-size: 16px;
	font-weight: bold;
	color: rgb(255, 255, 0);
	
	
}   
.container {position:relative; font-size: 20px; line-height:20px;}
table,tr,td { border:none;}

h1 
{
	
	color: rgb(255, 165, 0);
	font-weight: bold;
	font-size: 20px;
	
}

h2
{
color: #B7BE1B;
font-size: 16px;
font-weight: bold;
}

 
#logo { margin:0px;}
#menu { list-style:none; }
#menu li {margin:0px;}


#newsletter { background-image: url('../gfx/tlo_newsletter_bez_lisci.png');
             background-repeat: no-repeat;
             width:470px; height:670px; 
             position:absolute; left:623px; 
           }
#facebook_small {position:absolute; left:240px; top:195px;}            
input {font-family: Arial; font-size: 19pt; border: none; width:100px;}
#wiecej_edukacja_dzunglowa {position:absolute; left:200px; top:410px;}
#wiecej_rekreacja_na_piasku {position:absolute; left:230px; top:495px;}
#i_imie{position:absolute; left:170px; top:573px; background-color:#fce3b8; font-size: 10px}
#i_email{position:absolute; left:170px; top:595px; background-color:#fce3b8; font-size: 10px;}
#ch_regulamin{position:absolute; left:220px; top:615px; border-width:0px;}
#zapisz_newsletter{position:absolute; left:230px; top:635px;}

.aktualnosci_naglowek {font-family:Tahoma;color: #fae227; font-size:25px; line-height:23px;}
.aktualnosci{ font-family:Tahoma; color: #b7be1b; margin:0px; padding:0px;}
.aktualnosci_data {font-size:20px; line-height:20px;}
.aktualnosci_tytul {font-size:24px; line-height:26px; padding-top: 13px; color: rgb(255, 165, 0);}
.aktualnosci_wiecej {font-size:20px; text-decoration:none; padding-top:10px}


.o_projekcie_naglowek {font-family:Tahoma;color: #b7be1b;font-size:25px; line-height:25px; }
.tresc_podstrony {font-family:Tahoma;color: #b7be1b; font-size:20px; line-height:25px;}

#przysloniecie_lewe 
       {
        position:absolute; left:35px; top:-15px;
        z-index:-1;
        width:215px;
		height:100%; 
        background-color:rgba(0,0,0, .4);
       }
       
#przysloniecie_prawe
       {
        position:absolute; left:262px; top:-15px;
        z-index:-1;
        width:615px;
        background-color:rgba(0,0,0, .4);
        height: 100%;
       } 

#ramka
{
          background-color:rgba(0,0,0, .6);
          padding: 2px;
          margin-left:35px;
          width: 215px;
          line-height: 80%;
          border: solid 1px yellow;
          
}
       
       .newsContent p
       {
       	padding: 0;
       	margin: 0;
       	font-size: 20px;
       }
       
       
       
       /* lightbox */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{

font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	color: Black}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; color: Black	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

#lightboxIframe {
	display: none;
}	
	
	
	
	/**********************************

	Name: cmxform Styles

	***********************************/
	form.cmxform {
		width: 250px;
	

	}

	form.cmxform legend {
		padding: 2px;
		font-size: 16px;
		
	}

	form.cmxform legend, form.cmxform label {

	}

	form.cmxform fieldset {
		border: none;
		padding-right: 5px;
		margin-bottom: 5px;
		
	}

	form.cmxform fieldset fieldset {
		background: none;
		
	}

	form.cmxform fieldset p, form.cmxform fieldset fieldset {
		padding: 5px 10px 7px;
		background: url('/Content/images/cmxform-divider.gif') left bottom repeat-x;
	}

	form.cmxform label.error, label.error {
		/* remove the next line when you have trouble in IE6 with labels in list */
		color: red;
		font-style: italic
	}
	div.error { display: none; }
	form.cmxform input,
	
	form.cmxform textarea
	 {	border: 1px solid black; width: 190px }

	input.checkbox { border: none }
	
	input:focus { border: 1px dotted black; }
	input.error { border: 1px dotted red; padding: 0; margin:0  }
	form.cmxform .gray * { color: gray; }



	/**********************************

	Use: cmxform template

	***********************************/
	form.cmxform fieldset {
		margin-bottom: 10px;
		border: solid 1px white;
	
color: rgb(255, 255, 0);
	}

	form.cmxform legend {
		
		padding: 5px 5px 5px 5px;
		font-size: 16px;
		font-weight: bold;
			
			color: rgb(255, 165, 0);
		_margin: 0 -7px; /* IE Win */
	}

	form.cmxform label {
		display: inline-block;
		line-height: 1.8;
		vertical-align: top;
		cursor: hand;
		
	}

	form.cmxform fieldset p {
		list-style: none;
		padding: 5px;
		margin: 0;
	}
	form.cmxform fieldset p strong
	{
		display: inline-block;
		margin-top: 3px;
		
	}
	form.cmxform fieldset fieldset {
		border: none;
		margin: 3px 0 0;
	}

	form.cmxform fieldset fieldset legend {
		padding: 0 0 5px;
		font-weight: normal;
	}

	form.cmxform fieldset fieldset label {
		display: block;
		width: auto;
	}

	form.cmxform label { width: 150px; } /* Width of labels */
	form.cmxform fieldset fieldset label { margin-left: 103px; } /* Width plus 3 (html space) */
	form.cmxform label.error {
		margin: 2px;
		width: 150px;
		padding: 1px;
	}

	form.cmxform input[type=submit],
	form.cmxform input[type=button] {
		width: 80px;
		font-size: 12px;
	}
	form.cmxform input[type=checkbox]
	{
	width: 20px;	
	}
	/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */

