body {
	padding: 0px;
	margin: 5px;
	text-align: center;
	background-image: url(img/bck.jpg);
}


#logo {
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	background-position: 61px 0px;
	height: 120px;
	cursor: pointer;
}
#nadpis {
	background-image: url(img/nazevskoly.jpg);
	background-repeat: no-repeat;
	height: 55px;
}
#st {
	width: 834px;
	height: 7px;
	margin: 0px auto 0px auto;
	background-image: url(img/os.jpg);
	background-repeat: no-repeat;
	background-position: 199px 0px;
	font-size: 1px;
}
#main {
	width: 834px;
	margin: 0px auto 0px auto;
	background-image: url(img/of.jpg);
	background-repeat: repeat-y;
	background-position: 203px 0px;
}
#lcol {
	width: 213px;
	float: left;
}
#rcol {
	width: 621px;
	float: right;
}

#pl1 {
	width: 213px;
	background-image: url(img/plf.jpg);
	background-repeat: repeat-y;
}
#pl2 {
	background-image: url(img/pls.jpg);
	background-repeat: no-repeat;
}
#pl3 {
	background-image: url(img/ple.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#pl4 {
	text-align: left;
	padding: 12px;
	padding-right: 24px;
}
#pr1 {
	background-image: url(img/prf.jpg);
	background-repeat: repeat-y;
}
#pr2 {
	background-image: url(img/prs.jpg);
	background-repeat: no-repeat;
}
#pr3 {
	background-image: url(img/pre.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
}
#pr4 {
	width: 575px;
	margin: 0px 0px 0px 24px;
	padding: 12px 0px 12px 0px;
	text-align: left;
}

#kalendar {
	width: 200px;
	margin-top: 10px;
	text-align: left;
}
#statistika {
	color: black;
}

#footer {
	width: 834px;
	margin: 10px auto 0px auto;
	text-align: left;
	color: #666666;
	font-size: 0.9em;
}
#footer a {
	color: #666666;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-bottom: 10px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 6px;
	font-size: 1.2em;
	font-weight: bold;
}
#menu a.h {
	background-image: url(img/p.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

table.gal {
	border: 0px;
}
table.gal td {
	vertical-align: top;
	text-align: center;
	padding-bottom: 10px;
}
table.gal img {
	border: 1px solid #999999;
}

.break {
	clear: both;
	height: 1px;
	font-size: 1px;
}
* html .break {
	d\isplay:none;
}


@media print {
 #lcol {
	display: none;
 }
 #main, #rcol {
	width: 100%;
	float: none;
 }
}


