body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Trebuchet MS","Segoe UI",Trebuchet;
	font-size: .76em;	
	color: #696969;
	background-color: #BA954F; 
	border: none;
	overflow: auto;
	text-align: center;	
	height: 100%;
	line-height: 120%
	}
/* top */
#top-container {
  overflow: hidden;
  margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	border: none;
	width: 1020px;           /* width master */
  }	
/* main */
#main-container {
  overflow: hidden;
  margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	border: none;
	text-align: left;
	width: 1000px;           /* width master */
	background-color: #fff;
  background-image: url('../img/bg-page.gif');
  background-position: 100% 100%;
  background-repeat: no-repeat;	
  -webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.3); 
  -moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.3); 
  }
#shadow-container .shadow2, #shadow-container .shadow3, #shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
  }
#shadow-container .shadow1 {
	background: #9E804A;
  }
#shadow-container .shadow2 {
	background: #736040;
  }
#shadow-container .shadow3 {
	background: #313131;
	}
#shadow-container .container {
	background: #ffffff;
	border: 1px solid #5A5A5A; 
  padding: 0px;
  }	
/* head */
#head {
  margin: 0px;
  padding: 8px 8px 0px 33px;
  }
#head #logoleft {
  float: left;
  padding-top: 23px;
  }
#head #lang {
  padding: 75px 0px 0px 620px;
  margin: 0px;
  }    
#head #lang ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  }
#head #lang ul li {
  display: inline;
  margin-left: 0px;
  color: #BA9551;
  }
#head #lang ul li a {
  color: #839FC4;
  text-decoration: none;
  padding: 3px;
  }  
#head #lang ul li a:hover {
  background-color: #839FC4;
  color: #fff;   
  }    
#head #logoright {
  float: right;
  }    
/* menu */  
#menu-container {
  margin-top: 6px;
  padding-left: 30px;  
  }
#menu {
  height: 17px;       
  background: #f4f4f4;
  margin: 0px 0px 2px 0px;
  }  
#menu #links {
  float: left;
  height: 17px;       
  background: #f4f4f4;
  margin: 0px 0px 2px 0px;
  }
#menu #links ul {
  list-style: none;
  padding: 0px 0px 0px 0px;
  margin: 2px 0px 0px 20px;
  }
#menu #links ul li {
  display: inline;
  padding-right: 30px;
  margin: 0px;
  }
#menu #links ul li a {
  font-weight: bold;
  color: #839FC4;
  text-decoration: none;
  display: inline-block;
  height: 15px;
  padding-left: 15px;
  background-image: url('../img/sq-pointer1.gif');
  background-repeat: no-repeat;
  background-position: 0px 3px;  
  }  
#menu #links ul li a:hover {
  color: #053E7A;   
  }  
#menu #links ul li span {
  font-weight: bold;
  color: #053E7A;
  display: inline-block;
  height: 15px;
  padding-left: 15px;
  background-image: url('../img/sq-pointer2.gif');
  background-repeat: no-repeat;
  background-position: 0px 3px;   
  }  
#menu #line1 {
  clear: both;
  height: 1px;
  background: #DFE6EE;
  }  
#menu #line2 {
  height: 1px;
  background: #A9BCD5;
  }    
#menu #menu-nav {
  float: right;
  background: #f4f4f4;
  height: 15px;
  padding: 2px 0px 0px 0px;
  }  
#menu #menu-nav span {
  margin-right: 4px;
  }  
/* administration mode */
#test-admin-tools {
  position: absolute; 
  top: 0px;
  left: 0px; 
  background: #fff;
  }
/* foot */  
#foot {
  color: #FFFDFF;
  padding-top: 5px;
  }  
#foot a {
  text-decoration: none;
  color: #fff;
  }  
#foot a:hover {
  color: #053E7A;
  }
#foot #foundation-note {
  margin-left: 335px;
  display: inline-block;
	width: 350px;
	float: left;
	font-size: 0.9em;
	}    
#foot #page-designer {
  display: block;
  width: 150px;
  padding-right: 10px;
  float: right;
  font-size: 0.8em;
  text-align: right; 
  }  
/* Popup's */
#backgroundPopup {
  display: none;
  position: fixed;
  _position: absolute; /* hack for internet explorer 6*/
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000000;
  border: 1px solid #cecece;
  z-index: 1;
  }
#popupContact {
  display: none;
  position: fixed;
  _position: absolute; /* hack for internet explorer 6*/
  height: 300px;
  width: 400px;
  text-align: left;  
  border: 0;
  z-index: 2;
  color: #696969;
  background-image: url('../img/bg-winmsg.jpg');
  }
#popupContact h1 {
	font-family: "Trebuchet MS","Segoe UI",Trebuchet;
	font-size: .76em;	
  color: #005489;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px dotted #A3B5D3;
  padding: 0px 0px 5px 0px;
  margin: 20px;
  }
#popupContactClose {
  font-size: 14px;
  line-height: 14px;
  right: 6px;
  top: 4px;
  position: absolute;
  color: #005489;
  font-weight: 700;
  display: block;
  cursor: pointer;
  }
#popupContact p {
  text-align: left; 
	font-size: 1.3em;
	padding: 20px;
	color: #000;
  }
#popupContact p.closenote {
	font-size: 0.9em;
  color: #696969;
  }
/* VIDEO-MEDIA */  
#video1 {
  width: 100%;
  height: 525px;
  background-image: url('../img/matdyd_przykladowa_lekcja.jpg');
  cursor: pointer;
  }
div#vidspacefix {
  height: 11em;
  }
/* divideResults */
.divnav {
	display: block; 
	text-align: center;
	margin: 10px 0px 10px 0px;
	}
.divnav span {
	padding: 0px 1px 0px 1px;
	}
.divnav span.lt {
	padding-left: 8px;
	}	
.divnav span.rt {
	padding-right: 8px;
	}		
/* common */
h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 2.1em;
  line-height: 100%;
  color: #BA954F;
  font-weight: normal;
  padding: 0 0 0.5em 0;
  margin: 0;
  }
h2 {
  display: block;
  font-size: 2.0em;
  text-align: center;  
  line-height: 130%;
  }
h3 {
  font-size: 1.0em;
  font-weight: normal;
  text-decoration: underline;
  color: #000;
  padding: 0.2em 0 0.5em 0;
  margin: 0;  
  }  
h4 {
  font-size: 1.1em;
  font-weight: bold;
  color: #BA9551;
  padding: 0 0 0.2em 0;
  margin: 0;  
  }
h5 {
  font-size: 0.9em;
  font-weight: bold;
  color: #BA9551;
  padding: 0.4em 0 0.2em 0;
  margin: 0;  
  }    
a {
  text-decoration: none;
  color: #839FC4;
  }
a:hover {
  color: #053E7A;
  }  
img {
  border: none;
  }
.clear {
  clear: both;
  }
.dn {
  display: none;
  }
.center {
  text-align: center;
  }
.bold {
  font-weight: bold;
  }
.italic {
  font-style: italic;
  }
.red {
  color: red;
  }
.green {
  color: green;
  }
.gold {
  color: #BA954F;
  }
.navy {
  color: #053E7A;
  }  
.underline{
  text-decoration: underline;
  }
.bnum {
  font-size: 1.2em;
  font-weight: 630;
  color: #053E7A;
  }
.fright {
  float: right;
  }
.fleft {
  float: left;
  }
.clearall {
  clear: both;
  }              
