/* CSS file - e_stilaro.css : Verkoj de Tacuo (jaoanese part) */
/* CSS dosiero - e_stilaro.css : Verkoj de Tacuo (esperanta parto) */
/* 2013- 07-15 */
/* jtac */



@charset "UTF-8";
* {
	font-family: "Arial, Helvetica, sans-serif;
	margin: 0px;
}

#navi ul {
	margin:0;
	padding:0;
	list-style-type:none;
	behavior: url("csshover.htc");/* IE6 */
}

#navi ul a {
	color: #fff;
	text-decoration: none;
}

#navi ul a {
 	background: #000;
}

#navi ul a:hover {
	background: #888;
}

#navi ul li {
	width: 120px;
	font-weight: bold;
	line-height: 1.6em;
	float: left;
	border-right:1px solid #000;
}

#navi ul li.line {
	border-left:1px solid #000;
}

#navi ul li a {
	display: block;
 	height: 100%;
	font-size:80%;
 	text-align: center;
	border:solid #000;
	border-width:1px 0 1px 0;
}

#navi ul li ul li a {
	font-size:80%;
	border-bottom:1px solid #000;
	border-top:none;
	background:#888;
}

#navi ul li ul li a:hover {
	background:#CCC;
}

#navi ul li ul li {
	margin: 0;
	font-weight: normal;
	border-left:1px solid #000;
	position:relative;
	left:-1px;
	float: none;
}

/* OFF */
#navi ul li ul {
	display: none;
}

/* ON */
#navi ul li:hover ul {
	display: block;
	position: absolute;
 	z-index: 100;
}

#language {
	float: left;
}

#wrapper {
	width: 1000px;
	background-color: #FFF;
	margin: auto;
	padding: 40px;
}

#dropdown {
	float: right;
	margin-bottom: 20px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 30px;
	margin-bottom: 40px;
	text-align: center;
	font-size: 42px;
}

h2 {
	font-family: Times New Roman, Times, serif;
	font-size: 20px;
	margin-bottom: 20px;
	font-style: italic;
	margin-top: 20px;
	line-height: 25px;
	color: #666;
}	

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	margin-top: 40px;
	margin-bottom: 20px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	margin-top: 20px;
	margin-bottom: 15px;
}	

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-bottom: 12px;
	margin-top: 10px;
	line-height: 20px;
	color: #F00;	
}	

#footer {
}

#menu {
}

#link {
	width: 1000px;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 40px;
}

#l_link {
	float: left;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

#r_link {
	text-align: right;
	float: right;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.imgcenter {
	text-align: center;
}
.imgleft {
	text-align: left;
	margin-top: 20px;
}

.textleftmargin500 {
	padding-left: 500px;
}

.textcenter {
	text-align: center;
}
