/* 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;
	/*padding-right: 15%;*/
	font-size: 16px;
}

.navioben {
	list-style-type: none;
	margin-top: 11px;
	font-size: 13px;
}

.navioben li {
	display:inline;
	margin-right: 10px;
}

.startseite {
	display: none;
}
.startseite p {
	font-size: 16px;
}
.navioben a:link {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
.navioben a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
.navioben a:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}

.navioben a:active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

/* 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_2 {
	/*background-color4: #CCC;*/
	padding-right: 165px;
}

#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;
	/*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;
}

#home .banner {
	margin-bottom: 10px;
}

.stand .banner {
		margin-bottom: 10px;
}

.mehrzu {
	text-align: center;
	display: none;
}

.mehrzu ul {
	list-style-type: none;
}

.mehrzu ul li {
	display: inline;	
}

#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:hover      { text-decoration: underline; color: #0066CC }*/
#content a:active     { text-decoration: underline; color: #0066CC }

/*ueberschreibt obige Einstellung */

/*#content a:link       { text-decoration: none; color: #000 }
#content a:visited    { text-decoration: none; color: #000 }
#content a:hover      { text-decoration: none; color: #000 }
#content a:active     { text-decoration: none; color: #000 }*/

#home a:link       {
	text-decoration: underline;
	color: #0066CC
}
#home a:visited    {
	text-decoration: underline;
	color: #0066CC
}
#home a:hover      {
	text-decoration: underline;
	color: #0066CC
}
#home 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, .ParaAbsatz {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 10px;
}

.ParaAbsatz {
}
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;
}

.ligatus {
	margin-top: 100px;
	/*border: 1px solid #CCC;*/
	/*width: 560px;*/
	margin-right: auto;
	margin-left: auto;	/*display: none;*/
	/*background-color: #09F;*/
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}

#soznet {
	margin-top: 40px;
	/*display: none;*/
	/*padding-right: 50px;*/
}

#soznet .element {
	float: left;
	/*margin-right: 20px;*/
}

.hinweis {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	text-indent: -70px;
}

.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;
}

.footerbuch .intern {
	float: right;	
}


#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%;
}

/*.linkextern {
	background-image: url(/images/linkextern.gif);
	background-repeat: no-repeat;
	padding-left: 13px;
	background-position: left center;
}*/


/*Farben*/
.rot {
	color: #F00;
}

a:link.rot {
	text-decoration: underline;
	color: #F00;
}
a:visited.rot {
	text-decoration: underline;
	color: #F00;
}
a:hover.rot {
	text-decoration: underline;
	color: #F00;
}
a:active.rot {
	text-decoration: underline;
	color: #F00;
}


#werbung_header a:link {
	text-decoration: underline;
	color: #F00;
}
#werbung_header a:visited {
	text-decoration: underline;
	color: #F00;
}
#werbung_header a:hover {
	text-decoration: underline;
	color: #F00;
}
#werbung_header a:active {
	text-decoration: underline;
	color: #F00;
}

.test23102011 {
	text-align: center;
	/*background-color: #CCC;*/
	margin-bottom: 20px;
}

a#hinweise:link {
	text-decoration: underline;
	color: #000080;
}

a#hinweise:visited {
	text-decoration: underline;
	color: #000080;
}

a#hinweise:hover {
	text-decoration: underline;
	color: #0000FF;
}

/*a#hinweise:activ {
	text-decoration: underline;
	color: #0000FF;
}*/
#sgb1 #lisgb1 a {
	text-decoration: underline;
}
#sgb2 #lisgb2 a {
	text-decoration: underline;
}
#sgb3 #lisgb3 a {
	text-decoration: underline;
}
#sgb4 #lisgb4 a {
	text-decoration: underline;
}
#sgb5 #lisgb5 a {
	text-decoration: underline;
}
#sgb6 #lisgb6 a {
	text-decoration: underline;
}
#sgb7 #lisgb7 a {
	text-decoration: underline;
}
#sgb8 #lisgb8 a {
	text-decoration: underline;
}
#sgb9 #lisgb9 a {
	text-decoration: underline;
}
#sgb10 #lisgb10 a {
	text-decoration: underline;
}
#sgb11 #lisgb11 a {
	text-decoration: underline;
}
#sgb12 #lisgb12 a {
	text-decoration: underline;
}
#alg #lialg a {
	text-decoration: underline;
}
#bafoeg #libafoeg a {
	text-decoration: underline;
}
#beeg #libeeg a {
	text-decoration: underline;
}
#bkgg #libkgg a {
	text-decoration: underline;
}
#bvg #libvg a {
	text-decoration: underline;
}
#ifsg #liifsg a {
	text-decoration: underline;
}
#ksvg #liksvg a {
	text-decoration: underline;
}
#kvlg1989 #likvlg1989 a {
	text-decoration: underline;
}
#sgg #lisgg a {
	text-decoration: underline;
}
#vag #livag a {
	text-decoration: underline;
}
#vvg #livvg a {
	text-decoration: underline;
}
#wogg #liwogg a {
	text-decoration: underline;
}
#gvg #ligvg a {
	text-decoration: underline;
}

#vwgo #livwgo a {
	text-decoration: underline;
}
#vwvfg #livwvfg a {
	text-decoration: underline;
}

@media screen and (max-width:895px) {
	
.werbung_rechts {
	display: none;
}

.content_2 {
	padding-right: 5px;
}

}
