/* 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;*/
}

.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;
	font-size: 16px;
}

/* Paragrapheninhalt mit HomeLink und Werbeblock oben und unten */



#content {
	height: 495px;
	font-size: 13px;
	overflow: auto;
	padding-top: 20px;
	padding-right: 19px;
	padding-left: 20px;	/*background-color: #999;*/
}

.scrollbarzwang {
	height: 496px;
	float: right;
	width: 1px;
	background-color: #FFF;
}

#content h1 {
	text-align: center;
	margin-bottom: 15px;
	font-size: 13px;
}

#content h2 {
	font-size: 13px;
}

#content p {
	padding-bottom: 10px;
}

#home {
	text-align: center;
	margin-bottom: 10px;
}

#content a:link       { text-decoration: underline; color: #0066CC }
#content a:visited    { text-decoration: underline; color: #0066CC }
#content a:hover      { text-decoration: underline; color: #0066CC }
#content a:active     { text-decoration: underline; color: #0066CC }

#home a:link       {
	text-decoration: underline;
	color: #000000
}
#home a:visited    {
	text-decoration: underline;
	color: #000000
}
#home a:hover      {
	text-decoration: underline;
	color: #666666
}
#home a:active     {
	text-decoration: underline;
	color: #666666
}


.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;
}

.horizontallinie {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

/* Linke Navigationsleiste */

.leftCol {
	width: 200px;
	height: 495px;
	padding-top: 20px;
	padding-left: 5px;
	padding-bottom: 0px;
	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 */

.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;
}
