/* CSS Document */

topBar {
	border: none;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 10;
	height: 100px;
	width: 900px;
	top: 0px;
	left: 0px;
}

#topBarBackground {
	border: none;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 9;
	height: 100px;
	width: 900px;
	top: 0px;
	left: 0px;
}

#leftBar {
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 10;
	height: 740px;
	width: 20px;
	left: 0px;
	top: 100px;
	border: none;
}

#rightBar {
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 10;
	height: 740px;
	width: 20px;
	left: 880px;
	top: 100px;
	border: none;
}

#mainBar {
	overflow: auto;
	position: absolute;
	visibility: visible;
	z-index: 10;
	height: 740px;
	width: 860px;
	left: 20px;
	top: 100px;
	border: thin solid #CCEECC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	color: #000000;
}
.theoryHeadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0.5em;
	z-index: 20;
	left: 50px;
	top: 5px;
	position: absolute;
	visibility: visible;
	line-height: 50px;
	text-indent: 60px;
}
.hypertextbookHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: oblique;
	font-weight: 900;
	color: #DDDDDD;
	letter-spacing: 0.5em;
	visibility: visible;
	z-index: 15;
	left: 30px;
	top: 10px;
	position: absolute;
	line-height: 50px;
	text-indent: 20px;
}
#chapterBar{
	border: none; 
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 30;
	height: 50px;
	width: 860px;
	top: 50px;
	left: 20px;
	background-color: #CCCCCC;	
}

.chapterBarTextStyle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: oblique;
	font-weight: 900;
	color: #000000;
	text-align: left;
	position:absolute;
	top: 15px;
	text-decoration: none;	
}

#bottomBar {
	border: none;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 10;
	height: 30px;
	width: 900px;
	top: 840px;
	left: 0px;
}

#pageNavBar{
    border: none;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index:15;
	height: inherit;
	width: 300px;
	left: 300px;
	top: 0px;
}

#upLinkNavBar{
    border: none;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 20;
	height: inherit;
	width: 100px;
	left: 100px;
	top: 5px;
}
.upLinkNavBarTextStyle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	color: #000000;
	text-align: center;
	position:absolute;
	top: 0px;
	text-decoration: none;	
}
#previousPageNavBar{
    border: none;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index:20;
	height: inherit;
	width: 100px;
	left: 0px;
	top: 5px;
}
.previousPageNavBarTextStyle {   
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	color: #000000;
	visibility: visible;
	z-index: 35;
	left: 0px;
	top: 0px;
	position: absolute;
	text-decoration: none	
}
#currentPageNavBar{
    border: none;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index:20;
	height: inherit;
	width: 100px;
	left: 100px;
	top: 5px;
}    
.currentPageNavBarTextStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	color: #000000;
	top: 0px;
	position: absolute;
	text-align: center;
	text-decoration: none	
}
#nextPageNavBar{
    border: none;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index:20;
	height: inherit;
	width: 100px;
	left: 200px;
	top: 5px;
} 
.nextPageNavBarTextStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	color: #000000;
	position: absolute;
	right: 0px;
	top: 0px;
	text-decoration: none
}   
