<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

/*PAGE LAYOUT*/
body {
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: White;
}
#toppage{
	width:900px;
}
#date{
	float: left;
	width: 160px;
	height: 39px;
	background-color: Red;
}
#topbar{
	float: left;
	width: 739px;
	height: 39px;
	background-image: none;
	background-color: Yellow;
	background-repeat: repeat-x;
}
#topbar1{
	float: left;
	width: 550px;
	height: 40px;
	background-image: none;
	background-color: #D70000;
	background-repeat: repeat-x;
	border-right: solid 1px #999999;
}
#header{
	width: 900px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#content{
	width:900px;
}
#contenttext{
	float: left;
	width: 578px;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	border-top: dotted 1px #CCCCCC;
	min-height: 300px;
	background-color: Yellow;
	background-image: url(file:///C|/Documents%20and%20Settings/Skola/Desktop/fotoskoly1.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#contenttext1{
	float: left;
	width: 639px;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	border-top: dotted 1px #CCCCCC;
	min-height: 300px;
	background-color: Yellow;
}

#logo{
	float: left;
	width: 160px;
	height: 100px;
	background-color: Yellow;
}
#pagetitle{
	position: relative;
	float: left;
	width: 739px;
	height: 100px;
	background-color: Yellow;
}
#title{
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 700px;
}
#menu{
	float: left;
	width: 160px;
	margin: 0px;
}
#menu1{
	float: left;
	width: 160px;
	margin: 0px;
}
#footer{
	width: 720px;
	padding-right: 10px;
	padding-left: 10px;
}

/*svetložltý panel*/
.panel{
	padding: 12px;
	border: solid 1px #E4E4E4;
	background-color: #FAFAD2;
	margin: 10px;
	padding: 10px;
	width: 550px;
	height: 160px;
}
/*TEXT STYLES*/
.bodytext {
	font: 0.7em Tahoma, sans-serif;
	color: #666666;
}
.smalltext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	color: #666666;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CCCCCC;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #8A8A8A;
	text-decoration: none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
}
.logotext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color: #999999;
}
.orangelogotext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: Red;
}
.orangetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: Red;
}
#linksmenu a{
	float: right;
	width: 158px;
	height: 20px;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: Black;
	text-decoration: none;
	padding-top: 5px;
	background-color: White;
	border-bottom: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
}
#linksmenu1 a{
	float: right;
	width: 158px;
	height: 20px;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: White;
	text-decoration: none;
	padding-top: 5px;
	background-color: Red;
	border-bottom: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
}
#linksmenu1 a:hover{
	background-color: #D70000;
}

   /**************************** content ****************************/
#main {
	float: left;
	width: 578px;
	background-color: #ffff00;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	min-height: 300px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	font-size: 0.7em;
	font-family: Arial,Helvetica,Sans-Serif;
	color: #999999;
	text-align: center;
	line-height: 1.2em;
}


 /****************************the 'Horizontal Rule****************************/
.rule { 
       border-top-width: 1px;
       border-top-style: solid;
       border-color: #507a55; 
       margin: 2%;}


/****************************Links****************************/
h1{ 
   font-family: Arial,Helvetica,Sans-Serif;
   font-size: 1.0em;
   color:#305235;
    background-color: #ffff00;
}
</pre></body></html>