/******************************************************************************* 
/********** Kolory
/* #003366; - ciemnoniebieski kolor czcionki (tytuł)
/* #330000; - ciamnobrązowe tło przy tutule, stópce oraz ogranicznikach menu
/* #CFE7F5; - jasnoniebieskie tło poza elementami strony
/* #6699CC; - jasnobrązowe tło wewnątrz strony
/******************************************************************************/

/******************************************************************************* 
/********** Główne selektory  
/******************************************************************************/

body {	
  margin: 0;
  padding: 0;

  font-family: czcionkaTekst, "Times New Roman", Georgia, Serif;
	font-size: 100%;

	color: #003366;

	background-color: #CFE7F5;
	background-image: url("../zdjecia/pneumatofora.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 1.875em;
}

p {
    font-size: 0.875em;
}

a:link {
  color: Maroon;
  text-decoration: none;
}

a:visited {
  color: Maroon;
  text-decoration: none;
}

 a:hover{
	color: #CC9999;
	text-decoration:none;
}

 a:active {
  color: #CC9999;
  text-decoration: none;
}
/************************* ID's *************************/ 

/* DIV: content -> padding -> border -> margin*/


/******************************************************************************* 
/********** Układ strony
/******************************************************************************/

/* Do wycentrowania zawartości strony */
#strona {
	width: 950px;
	padding:0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	min-height:785px;
	
	/*height:expression(this.scrollHeight > 785 ? "auto":"785px");*/
	/*background-color: #6699CC;*/
} 

/******************************************************************************/

#naglowek { 
  min-height:300px;
}

/******************************************************************************/

#tytulStrony { 
  margin: auto;
  min-height:300px;
  
  background-color: #CFE7F5;
  opacity: 0.9;
  border-radius: 35px 100px;
  width: 800px;
  height: 300px; 
  /*padding-top: 10px;*/
	
  text-align: center;
	
  font-family: czcionkaTytul;
  font-size: 100px;
  font-weight: bold;
  color: 003366;
  
  /*min-height:85px;*/	
}

#podtytulStrony { 
	text-align: right;
  font-size: 0.75em;
	padding-right: 30px;
}

/******************************************************************************/

#ramka { 
background-color: #CFE7F5;
margin: auto;
  opacity: 0.9;
  border-radius: 15px;
  padding: 30px;
  width: 750px;
  text-align: right;
  font-size: 1.75em;
  font-style: italic;
}

/******************************************************************************/

#przerwa { 
  min-height:20px;
  background-color: transparent;
}

/******************************************************************************/

#zawartosc_strony {
  min-height:500px;
}

/******************************************************************************/ 
 
#menuLewe { 
  background-color: #CFE7F5;
  opacity: 0.9;
  border-radius: 15px;

padding-top: 10px;
	position: absolute; 
	z-index: 10; 
	width: 210px;
	height: auto; 
	margin: 0; 
	font-weight: normal;
	font-family: czcionkaMenu;
	font-size: 1.0em; 
}

#menuLewe ul {
	width: auto;
  position: relative; 
  font-size: 1.0em;
	margin-bottom: 10px;
	border: 0;
} 

#menuLewe p {
	width: auto;
  position: relative; 
  font-size: 1.0em;
	margin-bottom: 10px;  
	border: 0;
} 

#menuLewe a:link {
  color: Maroon;
  text-decoration: none;
}

#menuLewe a:visited {
  color: Maroon;
  text-decoration: none;
}

#menuLewe a:hover{
	color: #CC9999;
	text-decoration:none;
}

#menuLewe a:active {
  color: #CC9999;
  text-decoration: none;
}

/******************************************************************************/

#oknoTresci { 
  background-color: #CFE7F5;
  opacity: 0.1;
  border-radius: 15px;


  height: auto;
	position: relative;
	width: 700px;
	/*font-size: 1.25em; */
	padding: 10 10 10px 10px; /*top right bottom left*/ 
	/*border: 1px solid #C6EC8C;*/
	margin-left: 210px; 
}

#oknoTresci h1 {
  font-size: 2em;
  background-color: maroon;  
  color: #FFE9CC;
  margin-bottom: 10px;  
  border: 0;
  font-weight: normal;
  padding: 5 10 5 10;
  text-align: center;
} 

#oknoTresci h2 {
  font-size: 1.75em;
  background-color: maroon;  
  color: #FFE9CC;
  margin-bottom: 10px;  
  border: 0;
  font-weight: normal;
  padding: 5 10 5 10;
} 

#oknoTresci h3 {
  font-size: 1.5em;
  background-color: maroon;  
  color: #FFE9CC;
  margin-bottom: 10px;  
  border: 0;
  font-weight: normal;
  padding: 5 10 5 10;
  text-align: center;
} 

#oknoTresci h4 {
opacity: 1;
  font-size: 1.25em;
  background-color: maroon;  
  color: #FFE9CC;
  margin-bottom: 10px;  
  border: 0;
  font-weight: normal;
  padding: 5 10 5 10;
}

#oknoTresci h5 {
  font-size: 1em;
  background-color: maroon;  
  color: #FFE9CC;
  border: 0;
  font-weight: normal;
  padding: 2 4 2 4;
  text-align: center;
} 

#oknoTresci h6 {
  font-size: 1em;
  background-color: maroon;  
  background-size: 50%;
  color: #FFE9CC;
  display: inline;
  border: 0;
  font-weight: normal;
  padding: 2 4 2 4;
} 


/******************************************************************************/

#stopka {
  width: 800px;
  height: auto;
  min-height:45px; 
  
  margin: auto;
  position: auto;
  
  padding-top: 10px; 
  padding-right: 20px;
  
  background-color: #CFE7F5;
  border-radius: 15px;
  opacity: 0.9;
  
  
  text-align: right;
  color: #003366;
}

#stopka span {
  vertical-align: middle;
}

/******************************************************************************* 
/********** rvnGallery  
/******************************************************************************/

#gallery {
			width: 950px;
			height: 300px;
}

/*******************************************************************************
/********** Własne czcionki 
/******************************************************************************/

@font-face {
    font-family: czcionkaTytul;
    src: url(../czcionki/Scriptina.ttf);
}

@font-face {
    font-family: czcionkaTekst;
    src: url(../czcionki/Marcellus-Regular.ttf);
}

@font-face {
    font-family: czcionkaMenu;
    src: url(../czcionki/Constantine.ttf);
}