@import url(css/normal.css);
* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	font-size: 100.01%;
}
body {
	background-color: #999973;
	font-size: 100%;
	color: #f5f5c4;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5em;/* =40px */
	line-height: 0.85; /* =34px */
	font-weight: normal;
	color: #5a5a40;
}
h2 {
	margin-top: 0.3em;
	margin-right: 0.133em;/* =2px */
	font-size: 0.938em;/* =15px */
	line-height: 1; /* =15px */
	font-weight: bold;
	color: #e5e5b3;
	text-shadow: 1px 1px 1px #333;
}
h3 {
	margin-top: 2em; /* =32px */
	font-size: 0.688em;/* =11px */
	line-height: 2; /* =22px */
	font-weight: bold;
	color: #f93;
	letter-spacing: 2px;
	/* background-color: #66664c; */
	white-space: nowrap;
}
	h3 strong {
		color: #66664c;
		background-color: #d9d9a3;
		border-top: 1px solid #868666;
		border-bottom: 1px solid #868666;
}
	h3 b {
		border-top: 1px solid #868666;
		border-bottom: 1px solid #868666;
		background-color: #66664c;
}
	h3 span {
		background: transparent url(bg_orange.gif);
		color: #e5e5b3;
		padding-top: 2.727em;/* =30px */
		padding-left: 4px;
		padding-right: 2px;
		padding-bottom: 4px;
		letter-spacing: 1px;
}
p {
	line-height: 1.4; /* =12px */
	font-size: 0.625em;/* =10px */
	font-weight: bold;
	color: #f5f5c4;
}
a:link, a:visited {
	text-decoration: none;
	color: #f5f5c4;
	background-color: #66664c;
	border-top: 0.167em solid #66664c;
	border-bottom: 0.167em solid #66664c;
	/* border-right: none; */
	/* color: #cccc98; */
	/* border-bottom: 1px solid #cccc98; */
	/* padding-left: 2px; */
}
a:hover {
	color: #5a5a40 !important;
	/* border-bottom: 1px solid #f5f5c4; */
	background-color: #d9d9a3;
	border-top-color: #e5e5b8;
	/* border-bottom-width: 0.083em;
	border-top: none; */
	word-spacing: 0.04em;
}
a img:hover {
	height: 101%;
}
#cover a img:hover {
	height: 100%;
}
#mainContainer {
	position: absolute;
	top: 0%;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
	#forzats {
		width: 400%;
		height: 100%;
		margin-top: -1.5em;
	}
	.chapters {
		position: absolute;
		left: 0;
		height: 12%;
		width: 200%;
		/* border-top: 1px dotted #cccc98;
		border-bottom: 1px solid #cccc98; */
	}
	.contents {
		visibility: hidden;
		position: absolute;
		height: 12%;
		width: 100%;
		/* border-top: 1px dotted #cccc98;
		border-bottom: 1px solid #cccc98; */
	}
	.sintagma {
		visibility: hidden;
		position: absolute;
		height: 12%;
		width: 99%;
		/* border-top: 1px dotted #cccc98;
		border-bottom: 1px solid #cccc98; */
	}
	#sintagmaImg {
		top: 8%;
	}
	#sintagmaText {
		top: 21%;
	}
	#contents1 {
		top: 79%;
	}
	#contents2 {
		top: 79%;
	}
	#contentsText {
		top: 92%;
	}
	#chapter0 {
		top: 8%;
	}
	#chapter1 {
		top: 18%;
	}
	#chapter2 {
		top: 28%;
	}
	#chapter3 {
		top: 38%;
	}
	#chapter4 {
		top: 48%;
	}
	#chapter5 {
		top: 58%;
	}
	#chapter6 {
		top: 68%;
	}
	#chapter7 {
		top: 78%;
	}
	#footer {
		position: absolute;
		top: 100%;
		width: 100%;
		height: 1.5em;
		margin-top: -1.5em;
		background: transparent url(bg_footer.jpg);
		/* border-top: 1px  #aaab81; */
	}
	#footerText h3 {
		margin-top: 0;
}
	#bookTitle0, #bookTitle {
		position: absolute;
		top: 74.5%;
		height: 20%;
		width: 100%;
	}
	#cover {
		position: absolute;
		top: 72%;
		height: 28%;
	}
	.rotated {
		transform: rotate(5deg);
		-moz-transform: rotate(5deg);
		-webkit-transform: rotate(5deg);
	}
	.shadow {
		-webkit-box-shadow: 0 0 5px 0 red;
		-moz-box-shadow: 0 0 5px 0 red;
		box-shadow: 0 0 2px 0px #5a5a40;
	}
.notAllowed {
	cursor: not-allowed;
}
