body {
	margin: 0;
	padding: 0 0 0 0;
}

#content {
	width: 730px;
	margin-top: 0;
	margin-left: 40px;
	padding: 0;
	border: none;
	text-align: left;
}

#lego1 {
	background-image: url(img/lego1.jpg);
	background-repeat: no-repeat;
}

#lego2 {
	background-image: url(img/lego2.jpg);
	background-repeat: no-repeat;
}

#lego3 {
	background-image: url(img/lego3.jpg);
	background-repeat: no-repeat;
}

#sidebar {
	float: left;
	width: 230px;
	margin: 0;
	padding: 0;
}

#sidebar-content {
	margin: 0;
	padding-top: 270px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	line-height: 120%;
}

#sidebar-lang {
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: right;
	line-height: 100%;
	font-size: 0.8em;
}

#main {
	margin: 0 0 0 230px;
	padding: 0;
}

#main-content {
	margin: 0;
	padding-top: 0px;
	width: 495px;
	float: right;
	font-family: Georgia, "Times New Roman CE", Times New Roman, Times, serif;
	font-size: 80%;
	line-height: 160%;
	background-image: url(img/logoschola.gif);
	background-repeat: no-repeat;
	background-position: 0 25px;
}

#border {
	margin-top: 150px;
	margin-bottom: 0;
	padding-top: 0;
	padding-left: 15px;
	padding-bottom: 10px;
	border-left: 1px solid #4682B4;	
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#footer {
	margin: 0 0 20px 0;
	padding-top: 5px;
	font-family: Georgia, "Times New Roman CE", Times New Roman, Times, serif;
	font-size: 95%;
	text-align: right;
	color: gray;
	border-top: 1px solid Gray;
}

h1 {
	margin-top: 0px;
	margin-bottom: 15px;
	padding-top: 5px;
	font-size: 150%;
	color: #003366;
}

h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 120%;	
	color: #003366;
}

p {
	margin-top: 10px;
}

li {
	list-style: disc;
}

.title {
	color: #4682B4;
	font-size: 90%;
	padding-right: 15px;
	background: url("img/sipka.png") center right no-repeat;
}

.title_lang {
	color: #4682B4;
	font-size: 90%;
	padding-right: 15px;
}

a.menu {
	color: #003366;
	text-decoration: none;
	font-size: 90%;
	padding-right: 15px;
}

a.menu:hover {
	color: #003366;
	text-decoration: underline;	
	font-size: 90%;
	padding-right: 15px;
}

hr.cleaner {
   clear:both;
   height:1px;
   margin: -1px 0 0 0;
	padding: 0;
   border:none;
   visibility: hidden;
}