@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
h1 {
	font-size: 2.5vw;
	font-weight: bold;
}
h2 {
	font-size: 2vw;
	font-weight: bold;
}
.nobr {
	white-space: nowrap;
}
.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}


/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
	background-color: #6F8BB8;
}
#div1 {
}
.stopka {
}
table {
	margin-left: 5px;
	margin-right: 5px;
}
#menu {
width: 100%;
position: static;
height: auto;
margin-left: 0;
list-style: none;
clear: both;
}
#stopka {
}
#swiety {
width: 100%;
}
#studenci {
width: 100%;
clear: both;
margin-left: 0;
}
#stopka {
	padding-top: 10px;
	color: white;
	font-weight: bold;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
#nazwa {
	background-color: #b1bed9;
	border-collapse: collapse;
	border-radius: 13px;
	border: 3px solid #FFFFFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#tresc ol,ul {
background-color: white;
}
#nawigacja {
	text-align:center;
	width: 100%;
}
#nawigacja a {
	text-decoration: none;
	color: #FFF;
}
#nawigacja td {
	border-bottom: white 1px solid;
}
#tresc {
	width: 100%;
	clear: none;
	background-color: white;
}
#stopka {
	text-align:center;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
	background-color: #6F8BB8;
}
#div1 {
	background-color: #6F8BB8;
}
#nawigacja {
	text-align:center;
	width: 100%;
}
#nawigacja a {
	text-decoration: none;
	color: #FFF;
}
#nawigacja td {
	border-bottom: white 1px solid;
}
.stopka {
}
#menu {
width: 23.0769%;
position: static;
height: auto;
margin-left: 0;
list-style: none;
clear: both;
}
#nazwa {
	background-color: #b1bed9;
	border-collapse: collapse;
	border-radius: 13px;
	border: 3px solid #FFFFFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: small;
}
#tresc ol,ul {
background-color: white;
}
.artykul {
	padding-right: 7px;
	padding-left: 7px;
}
.obrazek {
	min-width: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.lista {
	padding-right: 7px;
}
#stopka {
	text-align:center;
}
#swiety {
width: 100%;
}
#studenci {
width: 100%;
clear: both;
margin-left: 0;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
#tresc {
	width: 74%;
	clear: none;
	background-color: white;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	background-color: #6F8BB8;
}
#div1 {
	background-color: #6F8BB8;
}
.stopka {
}
#menu {
	width: 23.7288%;
	margin-left: 1.6949%;
	position: static;
	height: auto;
	color: #FFFFFF;
	font-weight: bold;
	clear: none;
}
#nawigacja {
	text-align:center;
	width: 100%;
}
#nawigacja a {
	text-decoration: none;
	color: #FFF;
}
#nawigacja td {
	border-bottom: white 1px solid;
}
#nazwa {
	background-color: #b1bed9;
	border-collapse: collapse;
	border-radius: 13px;
	border: 3px solid #FFFFFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#tresc ol,ul {
	background-color: white;
}
.artykul {
	padding-right: 7px;
	padding-left: 7px;
}
.lista {
	padding-right: 7px;
}
#stopka {
	text-align: center;
}
.obrazek {
	padding: 5px;
	min-width: 40px;
}
#tresc {
	width: 74%;
	clear: none;
	background-color: white;
}
#swiety {
width: 32.2033%;
}
#studenci {
width: 40.6779%;
margin-left: 1.6949%;
clear: none;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
ol.lower-alpha 
{
    list-style-type: lower-alpha;
}
.center {
    text-align: center;
}