/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	/*margin: 10px 5px 0px;*/
}


.clearboth {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.leerdiv {
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Header mit Sprungmenü Include Par_header.html */

.wrapper {
	/*width: 1024px;*/
}

.barrierefrei {
	display: none;
}

.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;
}

.sprungmenue {
	float: left;
	margin-top: 6px;
}

.header h1 {
	margin-top: 11px;
	padding-right: 5%;
	font-size: 16px;
}

/* Paragrapheninhalt mit HomeLink und Werbeblock oben und unten */



#content {
	height: 495px;
	font-size: 13px;
	overflow: auto;
	padding-top: 20px;
	margin-left: 220px;
	padding-right: 19px;
	position: relative;
}

hr {
	display: none;
}

.scrollbarzwang {
	/*height: 496px;*/
	height: 101%;
	float: right;
	width: 1px;
}

.werbung_rechts {
	height: 101%;
	width: 160px;
	float: right;
}


#content h1 {
	text-align: center;
	margin-bottom: 15px;
	font-size: 13px;
}

.stand {
	text-align: center;
	margin-bottom: 10px;
}

#home {
	text-align: center;
	margin-bottom: 10px;
	font-size: 14px;
}



#content a:link       { text-decoration: underline; color: #0066CC }
#content a:visited    { text-decoration: underline; color: #0066CC }
#content a:hover      { text-decoration: underline; color: #cc0066 }
#content a:active     { text-decoration: underline; color: #0066CC }

#home {
	text-align: center;
	margin-bottom: 10px;
	font-size: 14px;
	/*font-weight: bold;*/
}

#home .buchname {
	margin-bottom: 15px;
	font-size: 13px;
	font-weight: bold;
}

#home .buchname a:link       {
	color: #0066CC;
	text-decoration: none;
}
#home .buchname a:visited    {
	text-decoration: none;
	color: #0066CC

}
#home .buchname a:hover      {
	color: #0066CC;
	text-decoration: underline;
}
#home .buchname a:active     {
	color: #0066CC
}

#home .buchstand {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}


.werbung_oben {
	text-align: center;
	margin-bottom: 20px;
}

.absatz {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 10px;
}
dl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

dt {
	float: left }
	
dd {
	margin-bottom: 10px;
}

.werbung_unten {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 19px;
}

.werbung_unten_inner {
	width: 728px;
	margin-right: auto;
	margin-left: auto;
}

#soznet {
	margin-top: 40px;
	padding-right: 50px;
}

#soznet .element {
	float: left;
	margin-right: 20px;
}

.horizontallinie {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	/*clear: both;*/
}

/* Linke Navigationsleiste */

#leftCol {
	width: 200px;
	height: 495px;
	padding-top: 20px;
	padding-left: 5px;
	/*padding-bottom: 20px;*/
	background-image: url(../images/naviback.gif);
	overflow: auto;
	position: absolute;
	left: 0px;
	top: 44px;
}

#leftCol p {
	margin-top: 10px;
	margin-bottom: 10px;
}

#leftCol h2 {
	font-size: 12px;
}

.navilinks {
	padding-top: 5px;
	padding-left: 5px;
	background: #FFFFFF;
	font-size: 12px;
}

#leftCol a:link       {
	color: #0066CC;
	text-decoration: none;
}
#leftCol a:visited    {
	text-decoration: none;
	color: #0066CC

}
#leftCol a:hover      {
	color: #0066CC;
	text-decoration: underline;
}
#leftCol a:active     {
	color: #0066CC
}

/* Footer alle Bücher Includedatei: Par_footer.html */

.footer {
	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 {
	display:inline;
	margin-right: 10px;
}

.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 für einzelene Bücher Includedateien: Par_footer_buch_1.html Par_footer_buch_2.html Par_footer_buch_3.html Par_footer_buch_4.html Par_footer_buch_5.html */

.partner {
	float: right;
}

.footerbuch {
	font-size: 12px;
}

.footerbuch a:link {
	text-decoration: underline;
	color: #000080;
}
.footerbuch a:visited {
	text-decoration: underline;
	color: #000080;
}
.footerbuch a:hover {
	text-decoration: underline;
	color: #0000FF;
}
.footerbuch a:active {
	text-decoration: underline;
	color: #0000FF;
}

#werbung_header {
	margin-bottom: 10px;
	/*text-align: right;*/
	/*background-color: #09F;*/
	padding-right: 160px;	/*width: 729px;*/
	/*display: none;*/

}

#werbung_header_help {
	width: 728px;
	/*background-color: #F00;*/
	margin-right: auto;
	margin-left: auto;
}

.testbanner {
	margin-bottom: 10px;
	text-align: center;
	padding-right: 15%;
	display: none;
}