/*reset start*/

		html, body, div, span, applet, object, iframe,
		h1, h2, h3, h4, h5, h6, p, blockquote, pre,
		a, abbr, acronym, address, big, cite, code,
		del, dfn, em, font, img, ins, kbd, q, s, samp,
		small, strike, strong, sub, sup, tt, var,
		b, u, i, center,
		dl, dt, dd, ol, ul, li,
		fieldset, form, label, legend,
		table, caption, tbody, tfoot, thead, tr, th, td {
			margin: 0;
			padding: 0;
			border: 0;
			outline: 0;
			font-size: 100%;
			vertical-align: baseline;
			background: transparent;
		}
		body {
			line-height: 1;
		}
		ol, ul {
			list-style: none;
		}
		blockquote, q {
			quotes: none;
		}
		blockquote:before, blockquote:after,
		q:before, q:after {
			content: '';
			content: none;
		}
		
		/* remember to define focus styles! */
		:focus {
			outline: 0;
		}
		
		/* remember to highlight inserts somehow! */
		ins {
			text-decoration: none;
		}
		del {
			text-decoration: line-through;
		}
		
		/* tables still need 'cellspacing="0"' in the markup */
		table {
			border-collapse: collapse;
			border-spacing: 0;
		}

/*reset end*/


body {
	margin: 0;
	padding: 0 0 0 0;
	border: 0;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
}

#wrapper {
	margin: 0 auto; 
	width: 730px;
}

div.language {
	width: 80px;
	height: 40px;
	line-height: 30px;
	vertical-align: middle;
	text-align: left;
}


#lego2 {
	background-image: url(img/lego2.jpg);
	background-repeat: no-repeat;
}

#lego3 {
	background-image: url(img/lego3.jpg);
	background-repeat: no-repeat;
}

#marginale {
	float: left;
	width: 230px;
	min-height: 500px;
	margin: 0;
	padding-top: 270px;
	background-image: url(img/lego1.jpg);
	background-repeat: no-repeat;
	text-align: left;
	color: #003366;
	text-decoration: none;
	font-size: 90%;
}

#content {
	padding: 0;
	margin: 0;
	width: 495px;
	float: right;
	font-size: 12px;
	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;
	min-height: 620px;
}

#footer {
	margin: 0 0 20px 0;
	padding-top: 5px;
	font-size: 95%;
	text-align: right;
	color: gray;
	border-top: 1px solid Gray;
}

h1 {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	font-size: 150%;
	color: #da251c;
	line-height: 120%;
}

h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	font-size: 150%;	
	color: #003366;
	line-height: 120%;
}

h3 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 120%;	
	color: #003366;
	line-height: 120%;	
}

h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 100%;	
	color: #000000;
	line-height: 140%;	
}

p {
	margin-top: 0px;
	margin-bottom: 5px;
}

tr {
	vertical-align: top;	
}

li {
	margin-bottom: 5px;
}

.title {
	color: #4682B4;
	padding-right: 15px;
	background: url("img/sipka.png") center right no-repeat;
}

.title_lang {
	color: #4682B4;
	font-size: 90%;
	padding-right: 15px;
}

hr {
	border: 0px;
	border-bottom: 1px solid #888888;
}

a {
	color: #222222;
}

a:hover {
	color: #FF0000;
}

a.menu {
	color: #003366;
	text-decoration: none;
	padding-right: 15px;
}

a.menu:hover {
	color: #FF0000;
	text-decoration: underline;	
	padding-right: 15px;
}


a.language {
	color: #003366;
	text-decoration: none;
	font-size: 11px;
}

a.language:hover {
	color: #FF0000;
	text-decoration: underline;
	font-size: 11px;
}
