@charset "utf-8";
/* CSS Document */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF;
}

ul {
	list-style: none;
}

/* ##### <header id="mainHeader"> Anfang ##### */

#mainHeader h1 {
	display: none;	
}

#startseite {
	height: 50px;
	background: #4B92D9;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #447ABB;
	border-bottom-color: #447ABB;
	font-size: 16px;
	position: relative;
	padding-left: 4px;
}

#startseite a {
	display: block;
	float: left;
	line-height: 46px
}

#startseite a:link {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#startseite a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#startseite a:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}
#startseite a:active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

#toggleNavMain {
	display: block;
	position: absolute;
	right: 4px;
	top: 3px;
	background: #4B92D9;
	cursor: pointer;
}
#toggleNavMain img {
	display: block;/*width: 30px;*/
}

ul#navioben > li > a {
	display:none;
}

.js ul#naviobensub {
	display: none;
}

ul#navioben li ul {
	padding-left: 4px;
	padding-right: 4px;
	margin-top: 10px;
}

ul#navioben li ul a {
	display: block;
	border: 1px solid #000;
	height: 50px;
	line-height: 50px;
}

/*###############*/
ul#navioben li ul a:link {
	color: #0066CC;
	text-decoration: none;
}
ul#navioben li ul a:visited {
	text-decoration: none;
	color: #0066CC
}
ul#navioben li ul a:hover {
	color: #0066CC;
	text-decoration: underline;
}
ul#navioben li ul a:active {
	color: #0066CC
}
/*###############*/

/*content vor a Anfang*/
#libgb1 a:before {
	content: "\00A7\00A7  1 - 240 ";
}
#libgb2 a:before {
	content: "\00A7\00A7  241 - 853 ";
}
#libgb3 a:before {
	content: "\00A7\00A7  854 - 1296 ";
}
#libgb4 a:before {
	content: "\00A7\00A7  1297 - 1921 ";
}
#libgb5 a:before {
	content: "\00A7\00A7  1922 - 2385 ";
}

/*########### Grauer Hintergrund fuer ausgewaehltes Buch ###########*/

#buch1 #libgb1 a {
	background-color: #CCCCCC;
}
#buch2 #libgb2 a {
	background-color: #CCCCCC;
}
#buch3 #libgb3 a {
	background-color: #CCCCCC;
}
#buch4 #libgb4 a {
	background-color: #CCCCCC;
}
#buch5 #libgb5 a {
	background-color: #CCCCCC;
}



/*###############################*/

/*content vor a Ende*/

ul#navioben li ul li {
	margin-bottom: 4px;
}

/* ##### </header> Ende ##### */

/* ##### <div id="content"> Anfang ##### */
.werbung_rechts {
	display: none;
}

/*##### content_2 nicht definiert #####*/

#buchNameStand {
	text-align: center;
	padding-right: 4px;
	padding-left: 4px;
	margin-top: 10px;
}
#buchNameStand h1 {
	font-size: 16px;
}

#buchNameStand a {
	font-size: 16px;
	font-weight: bold;
}
#buchNameStand .buchstand {
	font-size: 16px;
}

#home #buchNameStand a {

}

#home #buchNameStand a:link       {
	color: #000099;
	text-decoration: none;
	text-decoration: underline;
}

#home #buchNameStand a:visited    {
	text-decoration: none;
	color: #000099
	text-decoration: underline;
}
#home #buchNameStand a:hover      {
	color: #000099;
	text-decoration: underline;
}
#home #buchNameStand a:active     {
	color: #000099
}

.werbung_oben {
	margin: 10px auto 10px;
	text-align: center;
}
main {
	padding-right: 4px;
	padding-left: 4px;
	display: block;
}
main h1 {
	font-size: 16px;
	text-align: center;
}

#mainContent div.ParaAbsatz {
	margin-top: 10px;
}

#mainContent div.ParaAbsatz:first-of-type {
	margin-top: 0px;
	/*background-color: #0099FF;*/
}

#mainContent div.ParaAbsatz dl {
	margin-top: 5px;
}

main dt {
	float: left;
}
	
main dd {
	margin-bottom: 10px;
	margin-left: 30px;
}
.werbung_unten {
	margin: 10px auto 10px;
	text-align: center;
}
/* ##### <div id="content"> Ende ##### */

/* ##### <nav id="naviPara"> Anfang ##### */

nav#naviPara {
	padding-right: 4px;
	padding-left: 4px;
	/*z-index: 1;*/
}
nav#naviPara #navilinks h2 {
	font-size: 16px;
}
nav#naviPara #navilinks a {
	font-size: 16px;
	display: block;
	border: 1px solid #000;
	min-height: 48px;
}
nav#naviPara #navilinks p {
	margin-bottom: 4px;
}
nav#naviPara #navilinks a:link {
	color: #0066CC;
	text-decoration: none;
}
nav#naviPara #navilinks a:visited {
	text-decoration: none;
	color: #0066CC
}
nav#naviPara #navilinks a:hover {
	color: #0066CC;
	text-decoration: underline;
}
nav#naviPara #navilinks a:active {
	color: #0066CC
}

/* ##### </nav> Ende ##### */

/* ##### <footer id="footer"> Anfang ##### */
footer {
	background: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	font-size: 16px;
	display: block;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 4px;
}
#naviunten li {
	margin-bottom: 4px;
}
#naviunten li a {
	display: block;
	border: 1px solid #000;
	height: 50px;
	line-height: 50px;
}
#naviunten a:link {
	text-decoration: none;
	color: #000000;
}
#naviunten a:visited {
	text-decoration: none;
	color: #000000;
}
#naviunten a:hover {
	text-decoration: none;
	color: #0000FF;
}
#naviunten a:active {
	text-decoration: none;
	color: #0000FF;
}

/* ##### </footer> Ende ##### */

@media screen and (min-width:400px) {
	
#libgb1 a:before {
	content: "\00A7\00A7  1 - 240 Buch 1 ";
}
#libgb2 a:before {
	content: "\00A7\00A7  241 - 853 Buch 2 ";
}
#libgb3 a:before {
	content: "\00A7\00A7  854 - 1296 Buch 3 ";
}
#libgb4 a:before {
	content: "\00A7\00A7  1297 - 1921 Buch 4 ";
}
#libgb5 a:before {
	content: "\00A7\00A7  1922 - 2385 Buch 5 ";
}

}



@media screen and (min-width:768px) {
	
* {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}



#mainHeader h1 {
	display:block;
	/*clear: both;*/
	margin-right: auto;
	margin-left: auto;
	/*background-color: #CCFFFF;*/
	text-align: center;
	font-size: 16px;
	line-height: 40px;
}

header {
	height: 40px;
	background: #4B92D9;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #447ABB;
	border-bottom-color: #447ABB;
	/*text-align: center;
	display: block;*/
}

#startseite {
	display: none;
}

/*.js #navioben {
	display: block;
}*/

#naviBuch {
	/*border: 1px solid #FF0000;*/
	margin-top: 10px;
	float: left;
	position: absolute;
	font-family: Arial, sans-serif;
	font-size: 14px;
	left: 5px;
}

.js ul#navioben {
	display: block;
}
	
ul#navioben {
	float: left;
	padding: 0 5px 0 5px;
	list-style-type: none;
	position: absolute;
	border: 1px solid #006600;
	background-color: rgb(255,255,255);
	
}

/*ul#navioben > li {
	position: relative;
	z-index: 3000;
}*/

ul#navioben > li ul {
	display: none;
	list-style-type: none;
	position: absolute;
	border: 1px solid #CCCCCC;
	padding: 0 5px 0 5px;
	background-color: rgb(255,255,255);
	z-index: 1000;
}

ul#navioben > li > a {
	display: block;
	white-space: nowrap;
	background-color: rgb(255,255,255);
	color: #000000;	/*padding: 0 10px 0 20px;*/
	text-decoration: none;
}

ul#navioben > li:hover ul {
  display: block;

}

/*content vor a Anfang */
/*#libgb1 a:before {
	content: "\00A7\00A7  1 - 240 Buch 1 ";
}
#libgb2 a:before {
	content: "\00A7\00A7  241 - 853 Buch 2 ";
}
#libgb3 a:before {
	content: "\00A7\00A7  854 - 1296 Buch 3 ";
}
#libgb4 a:before {
	content: "\00A7\00A7  1297 - 1921 Buch 4 ";
}
#libgb5 a:before {
	content: "\00A7\00A7  1922 - 2385 Buch 5 ";
}*/

/*content vor a Ende*/

/*### aus global zürücksetzen Anfang ###*/
ul#navioben li ul {
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
}
ul#navioben li ul a {
	border: none;
	height: auto;
	line-height: normal;
}
/*### aus global zürücksetzen Ende ###*/

ul#navioben li ul a {
	
	white-space: nowrap;
	/*padding: 10px;*/
	background-color: rgb(255,255,255);
	margin-top: 5px;
}

ul#navioben li ul a:link {
	color: #000000;
	text-decoration: none;
}

ul#navioben li ul a:visited {
	color: #000000;
	text-decoration: none;	
}  

ul#navioben li ul a:hover {
	color: #000000;
	text-decoration: underline;
}

ul#navioben li ul a:active {
	color: #000000;
	text-decoration: underline;
} 

ul#navioben li ul a:focus {
	color: #000000;
	text-decoration: underline;
} 

#content {
	height: 495px;
	font-size: 13px;
	overflow: auto;
	padding-top: 20px;
	margin-left: 220px;
	padding-right: 19px;
	position: relative;
}

.scrollbarzwang {
	height: 101%;
	float: right;
	width: 1px;
}

.content_2 {
	padding-right: 5px; /*später für Desktop auf 165px */
}

#buchNameStand {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
}

#buchNameStand h1 {
	margin-bottom: 15px;
	font-size: 13px;
}
#buchNameStand .buchstand {
	font-size: 13px;
}

/*nur fuer §§ > 1 Anfang */

#home {
	text-align: center;
	margin-bottom: 10px;
	font-size: 14px;
	/*font-weight: bold;*/
}

#home #buchNameStand {
	margin-bottom: 15px;
	font-size: 13px;
	font-weight: bold;
}

#home #buchNameStand a {

	font-size: 13px;

}

#home #buchNameStand a:link       {
	color: #0066CC;
	text-decoration: none;
	margin-bottom: 15px;
	display: inline-block;
}
#home #buchNameStand a:visited    {
	text-decoration: none;
	color: #0066CC

}
#home #buchNameStand a:hover      {
	color: #0066CC;
	text-decoration: underline;
}
#home #buchNameStand a:active     {
	color: #0066CC
}

#home .buchstand {
	font-weight: normal;
}

/*nur fuer §§ > 1 Ende */

.werbung_oben {
	margin-bottom: 20px;
}

main h1 {
	font-size: 13px;
	text-align: center;
	margin-bottom: 15px;
}

/*Absätze neu definieren*/

main .absatz {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 10px;
}
main dl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

main dt {
	float: left }
	
main dd {
	margin-bottom: 10px;
}

.werbung_unten {
	margin-top: 20px;
	margin-bottom: 19px;
}

/*Paragraphen-Navigation Anfang */

nav#naviPara {
	width: 200px;
	height: 495px;
	padding-top: 20px;
	padding-right: 0px; /*überschreibt global*/
	padding-left: 5px;
	background-image: url(/images/naviback.gif);
	overflow: auto;
	position: absolute;
	left: 0px;
	top: 44px;
}

nav#naviPara #navilinks p {
	margin-top: 10px;
	margin-bottom: 10px;
}

nav#naviPara #navilinks h2 {
	font-size: 12px;
}

nav#naviPara #navilinks {
	padding-top: 5px;
	padding-left: 5px;
	background: #FFFFFF;
	font-size: 12px;
}

nav#naviPara #navilinks a {
	font-size: 12px;
	display: inline;
	/*min-height: 48px;*/
	border-style: none;
}

nav#naviPara #navilinks a:link       {
	color: #0066CC;
	text-decoration: none;
}
nav#naviPara #navilinks a:visited    {
	text-decoration: none;
	color: #0066CC

}
nav#naviPara #navilinks a:hover      {
	color: #0066CC;
	text-decoration: underline;
}
nav#naviPara #navilinks a:active     {
	color: #0066CC
}

/*Paragraphen-Navigation Ende */

/* Footer alle Bücher Includedatei: Par_footer.html */

footer {
	padding-top: 0px; /*überschreibt globlal*/
	height: 20px;
	background: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	font-size: 13px;
	text-align: center;
	clear: both;
}

#naviunten {
	margin-top: 2px;
}

#naviunten li a { 
	height:auto;
	display: inline;
	line-height:normal;
	border-style: none;
}

#naviunten li {
	display:inline;
	margin-right: 10px;
}

#naviunten li.last {
	margin-right: 0px;
}

#naviunten a:link {
	text-decoration: none;
	color: #000000;	
}
#naviunten a:visited {
	text-decoration: none;
	color: #000000;	
}
#naviunten a:hover {
	text-decoration: none;
	color: #0000FF;	
}
#naviunten a:active {
	text-decoration: none;
	color: #0000FF;
}

}

@media screen and (min-width:895px) {
	
.werbung_rechts {
	display:block;
	height: 101%;
	width: 160px;
	float: right;
}

.content_2 {
	padding-right: 165px;
}

}

@media screen and (min-width:1250px) {

}

@media screen and (min-width:1500px) {
	
.werbung_rechts {
	width: 160px;
}

/*.werbung_rechts {
	width: 300px;
	text-align: right;
}*/

.content_2 {
	padding-right: 165px;
}

}


