@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #587b45;
	background-image: url(../klasa/szkolaa.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	
}
a {
	font-size: 12px;
	color: #000066;
	text-decoration: none;
	font-weight:900;
}
a:hover {
	font-size: 12px;
	color: #330000;
	text-decoration: none;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-image: url(../klasa/wood.jpg);
	background-repeat: repeat;
	margin: 280px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #630;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr .come{
	float:left;
	width:400px;
	color:#303;
	font-weight:900;
}
.noeColFixCrt .larger{
	color:#300;
	font-weight:900;
	margin-top:10px;
	}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#spon{
	font-size: 10px;
	color: #FF6600;
	text-align: center;
	margin-top: -100px;
	margin-right: auto;
	margin-left: auto;
	width:780px;
}
#footer{
	font-size:10px;
	color:#300;
	font-weight:900;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#showimage {
	BORDER-RIGHT: gray 1px solid; BORDER-TOP: gray 1px solid; VISIBILITY: hidden; BORDER-LEFT: gray 1px solid; BORDER-BOTTOM: gray 1px solid; POSITION: absolute
}
#dragbar {
	CURSOR: pointer; BACKGROUND-COLOR: #efefef; min-width: 300px
}
#dragbar #closetext {
	FONT-WEIGHT: bold; MARGIN-RIGHT: 5px
}
img{
	border:0px;
}