/* Ustawienia globalne */

body{
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 10pt;    	
	color: #666666; 
	background-color: #dcebf4;
}

A {
	font-weight: bold;
}

A:link {
	color: #666666;
}

A:visited {
	color: gray;
}

/* Warstwy */

#popuplayer {
	position: fixed;
	top: 200px;
	left: 150px;
	visibility: hidden;
	z-index: 100;
}

/* Uklad strony */

#kontener {
	z-index: 10;
	width: 938px;
	margin: 5px auto 5px auto;
}

#logo {
	width: 938px;
}

div.logo-ramka {
	background: transparent url(../img/logo-top.png) no-repeat;
	margin: 0px;
	padding-top: 7px;
}

div.logo-tresc {
	background: transparent url(../img/logo-bottom.png) no-repeat scroll left bottom;
	height: 98px;
	margin: 0px;
}

#menu {
	background: white url(../img/menu.png); 
	margin: 0;
	padding: 0;
	font-family: "Verdana", "Helvetica", sans-serif;
	text-align: center;
	height: 38px;
	width: 938px;
	border: none;
}

#glowna {
	width: 644px;
	float: left;
	margin-right: 10px;
}

div.glowna-ramka {
	background: transparent url(../img/glowna-top.png) no-repeat;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 7px;
}   	   	      	

div.glowna-tresc {
	background: transparent url(../img/glowna-bottom.png) no-repeat scroll left bottom;
	padding: 12px 13px;
	margin: 0;
}

#informacje {
	width: 284px;
	float: left;
	margin-right: 0 !important;
	padding-right: 0 !important;
}

div.informacje-ramka {
	background: transparent url(../img/informacje-top.png) no-repeat;
	margin-top: 5px;
	margin-bottom: 0px; 
	padding-top: 7px;
}   	   	      	

div.informacje-tresc {
	background: transparent url(../img/informacje-bottom.png) no-repeat scroll left bottom;
	padding: 1px 10px 12px 10px;
}

#podpis {
	position: relative;
	font-size: 8pt;
	text-align: center;
	width: 938px;
	float: left;
}

div.stopka-ramka {
	background: transparent url(../img/stopka-top.png) no-repeat;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 7px;
}

div.stopka-tresc {
	background: transparent url(../img/stopka-bottom.png) no-repeat scroll left bottom;
	padding: 12px 10px 12px 10px;
}

div.clear {
	clear: both;
}

/* Gorny pasek */

#zespol {
	margin: 0px 0px 0px 0px;
	text-align: right;
	width: 938px;
}

#logo img {
	position: relative;
	float: left;
	margin-left: 2px;
}

#logo img.ramka {
	float: none;
	margin-left: 0px;
}

#logo ul {
	position: relative;
	float: right;
	right: 0px;
	font-family: "Times New Roman", serif;
	padding-right: 12px;
	text-align: right;
	list-style-type: none;
	line-height: 120%;
}

/* Media drukowane */

@media print {
	#popuplayer {
		display: none;
	}
	#kontener {
		width: 100%;
		margin: 0;
	}
	#logo {
		width: 100%;
		background: white;
		height: auto;
	}
	#glowna {
		width: 100%;
	}
	div.glowna-ramka {
		padding-top: 0;
	}
	div.glowna-tresc {
		background: white;
	}
	#menu {
		display: none;
    }
	#informacje {
		display: none;
	}
	#podpis {
		width: 100%;
	}
	div.stopka-ramka {
		padding-top: 0px;
	}
	div.stopka-tresc {
		background: white;
	}
	#zespol {
		width: 100%;
		display: none;
	}
}

/* Menu */

#menu ul {
   	margin: -16px 0px 0px 0px;
   	padding: 0px;
   	position: relative;
   	top: 0px;
   	left: 0px;
   	list-style-type: none;
}

#menu li {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	display: list-item;
}

#menu a {
	padding: 10px 11px 10px 6px;
	border: 0px;
	margin: 0px;
	background: transparent none repeat scroll 0 0;
	font-weight: bold;
	display: block;
	text-decoration: none;
	margin: 0px;
}

#menu a:link {
	color: #245b7a;
}

#menu a:visited {
	color: #245b7a;
}

#menu a:hover {
	color: #66abd2;
}

#menu a:active {
	color: #66abd2;
}

/* Zawartosc */

#glowna h1 {
	margin-top: 10px;
	font-weight: bold;
	font-size: 12pt;
	text-align: left;
}

#glowna h2 {
	margin-top: 15px;
	font-weight: bold;
	font-size: 11pt;
	text-align: left;
}

#glowna h3 {
	margin-top: 10px;
	font-weight: bold;
	font-size: 10pt;
	text-align: left;
	text-transform: uppercase;
}

#glowna h3.regulamin {
	margin-top: 5px;
	text-align: center;
}

#glowna h3.image {
	margin-left: -25px;
	margin-top: 30px;
	padding-left: 25px;
	height: 20px;
	background-image: url(../img/aktyt.gif);
	background-repeat: no-repeat;
	text-transform: none;
}

#glowna h3.news {
	margin-left: -25px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-left: 25px;
	padding-bottom: 0px;
	height: 20px;
	background-image: url(../img/aktyt.gif);
	background-repeat: no-repeat;
	text-transform: none;
}	

#glowna h4 {
	margin-top: 10px;
	font-weight: bold;
	font-size: 10pt;
	text-align: left;
}

#glowna h5 {
	margin-top: 10px;
	font-weight: bold;
	font-size: 14pt;
	text-align: center;
	font-family: "Times New Roman", serif;
}
#glowna h6 {
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 35pt;
	text-align: center;
	}

#glowna ol {
	list-style-type: upper-roman;
}

#glowna p.downloads {
	text-align: right;
	font-size: smaller;
}

#glowna div.statut h4 {
	text-align: center;
}

#glowna div.statut p {
	margin-left: 25px;
}

#glowna div.statut ol {
	text-align: justify;
	list-style-type: decimal;
}

#glowna div.statut ol li ol {
	list-style-type: decimal;
}

#glowna div.statut ol li ol li ol {
	list-style-type: lower-alpha;
}

#glowna ul {
	list-style-type: disc;
}

#glowna ul ul {
	list-style-type: circle;
}

#glowna ul ul ul {
	list-style-type: square;
}

#glowna p + ol, #glowna p + ul {
	margin-top: -1.8ex;
}

#glowna p {
	text-align: justify;
	padding-left: 25px;
	padding-right: 25px;
}

#glowna p.czas {
	text-align: left;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 7pt;
	color: #b6b6b6
}

#glowna p.news {
	margin-top: 3px;
	margin-bottom: 3px;
}

#glowna p.mail {
	text-decoration: none;
	font-size: 8pt;
	text-align: right;
	padding-bottom: 3px;
	border-bottom-color: #b6b6b6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

ol.regulamin, p.biblioteka {
	text-align: justify;
	font-weight: normal;
	padding-top: 1px;
	padding-bottom: 1px;
	text-transform: none;
}

#glowna ol.tematy li {
	text-align: justify;	
	padding-right: 50px;
	padding-left: 5px;
	padding-top: 15px;		
	list-style-type: decimal
}

#glowna ol.konkursy {
	text-align: justify;	
	padding-right: 50px;
	padding-left: 35px;
	padding-top: 15px;		
	list-style-type: decimal
}

p.osiagniecia {
	text-align: justify;	
	padding-right: 50px;
	padding-left: 25px;
	padding-top: 1px;		
}

ul.osiagniecia li {	
	padding-right: 50px;
	padding-left: 1px;
	padding-top: 10px;		
	font-weight: bold;
}

ul.osiagniecia ul li {
	text-align: justify;
	font-weight: normal;
	padding-top: 0px;
}

ul.osiagniecia ul li span {
	font-weight: bold;
}

#glowna table {
	width: 100%;
	border-color:#b6b6b6;
	border-style: solid;
	border-width: 3px;
	border-spacing: 0px;
}

#glowna table.absolwenci {
	vertical-align: top;
    	text-align: left;
    	margin: auto;
      	padding-left: 10px;
      	padding-right: 10px;
   	border-style: none;
        border-width: 0px;
}

#glowna table.absolwenci * td {
	margin: auto;
      	text-align: left;
	vertical-align: top;
	padding-left: 20px;
      	padding-right:20px;
   	padding-top: 1px;
	border-style: none;
        border-width: 0px;
}

#glowna table.absolwenci * pre {
	font-family: "Arial", "Helvetica", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
}

#glowna table * td, #glowna table * th {
	text-align: center;
	font-weight: bold;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #b6b6b6;
}

#glowna table.zastepstwa * td {
	text-align: left;
	font-weight: normal;
}

#glowna table.zastepstwa * td.tytul {
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}

#glowna table.zastepstwa * td.nauczyciel {
	font-weight: bold;
}

#glowna table.zastepstwa * td.lekcja {
	text-align: center;
}

#glowna table * td.przedmiot, #glowna table * th.przedmiot {
	text-align: left;
	font-weight: normal;
}

#glowna table tfoot * th {
	border-width: 2px;
	border-style: double;
}

#glowna table * col.przedmiot {
	width: 60%;
}

#glowna table * col.godziny {
	width: 10%;
}

#glowna table.kalendarz * td, #glowna table.konkursy * td {
	text-align: left;
	font-weight: normal;
}

#glowna table.konkursy {
	border-style: none;
	
}

#glowna table.konkursy * td, #glowna table.konkursy * th {
	border-style: none;
}

/* Informacje */

#informacje h3 {
	margin-top: 5px;
}

/* Inne */

#material a { 
    	color: white;
}


