@charset "utf-8";
/* CSS Document */

body {
	background-color:#efefdd
}
div {
	background-color:#FFEDC1;
	margin-left:20px;
	margin-right:20px;
	border:#F5C7FC;
	border:medium;
	color:#003366;
}
div.pager {
	margin-left:0px;
}
p {
	background-color:#bbbbee;
	margin-left: 60px;
	margin-right: 60px;
}

em {
	color:#FF0000;
	margin-left: 70px;
}

h1{
	color:#003366;
	}

img{
	cursor:pointer;
}

select {
	cursor:pointer;
}
.odd {
	background-color: #fefedd; 
}
.even {
	background-color: #CCCCFF; 
}
.naglowek {
	background-color:#C3F;
	cursor:pointer;
}
.hidden {
	display: none;
}

.info{
display: none;
}
.pokaz{
	background-color:#ECFEDE;
	font-size: 14px;
	margin-left: 80px;
	margin-right:30px;
}
button {
	background-color:#6F6;
	font-size: 16px;
	font-weight: bold;
	color:#003366;
	cursor:pointer;
}
	
#pytanie {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	color: #000000;
	background-color: #ffffff;
	text-align: center;
}
#odpowiedz {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	color: #000000;
	background-color: #ffffff;
	text-align: center;
}
.linia {	margin-right: 5%;
	margin-left: 5%;
	font-size: xx-large;
	color: #bbbbee;
	text-decoration: blink;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	background-color: #bbbbee;
}
.poprawnie {	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006600;
	font-weight: bold;
	font-size: 18px;
}
.zle {	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
	text-align: right;
	font-weight: bold;
	font-size: 18px;
}
.alle{
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#30F;
	font-weight:bold;
	font-size: 18px;
	}
.nauka {
	margin-left: 40px;
	margin-right: 30px;
	
	}
.hover {
	font-size:20px;
	background-color:#ECFEDE;
	}

caption {
	border:#C3F;
	font-size:20px;
	font-weight: bolder;		
	}
#tutaj{
	font-size:18px;
	font-weight:bolder;
	background-color:#ECFEDE;
	}
#licznik {
	border:groove;	
	background-color:#ECFEDE;
}
#rund {
	background-color:#FFEDC1;
	margin-left: 30px;
	margin-right: 30px;
}
th.headerSortUp { 
    background-image: url(pager/icons/small_asc.gif);
	background-repeat: no-repeat;
	background-position: center right;
}
th.headerSortDown { 
    background-image: url(pager/icons/small_desc.gif); 
	background-repeat: no-repeat;
	background-position: center right;
}

/*th.header { 
    background-image: url(pager/icons/small.gif);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 20px;
}