/* CSS Document */




html, body, table {
	overflow:hidden;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	font-size:13px;
	color:#8d8c8c;
	margin:0px;
	padding:0px;
	scrollbar-face-color:#061603; 
	scrollbar-highlight-color:#061603;
	scrollbar-arrow-color:#193212; 
	scrollbar-track-color:#061603; 
    scrollbar-shadow-color:#061603; 
    scrollbar-3dlight-color:#193212;
	scrollbar-darkshadow-color:#193212;
}

td {
	vertical-align:top;
}


/* Aufbau */
#wrapper {
	position:absolute;
	width:1000px;
	height:624px;
	margin-top:-312px;
	margin-left:-500px;
	left:50%;
	top:50%;
}

#links {
	float:left;
	width:353px;
}	

#rechts {
	float:left;
	width:647px;
}	

#header {
	width:647px;
	height:154px;
	background:url(../images/header.jpg) no-repeat;
}



#navi {
	width:647px;
	height:87px;
	background:url(../images/navi_unten.jpg) no-repeat;	
}

#inhalt {
	width:570px;
	float:left;
	height:383px;
	z-index:100;
	overflow:auto;
}

#content {
	height:383px;
	padding:0px 30px 0px 0px;	
}

#rechterrand {
	float:right;	
	width:77px;
	height:383px;
	background:url(../images/rechterrand.jpg) no-repeat left top;
}


.clear {
	clear:both;
}


/* Navigation */
a img {
	border-width:0px;
}

#navigation a:link, #navigation a:visited, #navigation a:hover {
	display:block;
	float:left;
	background:url('../images/navigation.jpg') 0px -62px no-repeat;
	text-indent:300px;
	line-height:62px;
	overflow:hidden;
	height:62px;
	width:225px;
}

a#saga:hover, body.area_saga a#saga:link, body.area_saga a#saga:visited  {
	background-position:0px 0px;
}

a#extras:link, a#extras:visited  {
	width:100px;
	background-position: -225px -62px;
}

a#extras:hover, body.area_extras a#extras:link, body.area_extras a#extras:visited  {
	width:100px;
	background-position: -225px 0px;
}

a#impressum:link, a#impressum:visited  {
	width:125px;
	background-position: -325px -62px;
}

a#impressum:hover, body.area_impressum a#impressum:link, body.area_impressum a#impressum:visited  {
	width:125px;
	background-position: -325px 0px;
}

a#warenkorb:link, a#warenkorb:visited  {
	width:120px;
	background-position: -450px -62px;
}

a#warenkorb:hover, body.area_warenkorb a#warenkorb:link, body.area_warenkorb a#warenkorb:visited  {
	width:120px;
	background-position: -450px 0px;
}


#subnavis {
	display:block;
	height: 16px;

}
.subnavi {
	display:none;
	height: 16px;

}

body.area_saga div#subnavi_saga {
	display:block;
}

body.area_extras div#subnavi_extras {
	margin-left:245px;
	display:block;
}


a.subnavi_link:link, a.subnavi_link:visited  {
	text-decoration:none;
	font-size:14px;
	color: #7d863d;
}


a.subnavi_link:hover, a.subnavi_link.selected:link, a.subnavi_link.selected:visited  {
	text-decoration:underline;
	color:#7d863d;
}

.strich {
	padding:0px 10px 0px 10px;
	color:#7d863d;
}

#logo, #karte {
	position:absolute;
	margin-left:201px;
}
#logo {
	background:url('/images/logo_kugel.jpg') left 1px no-repeat;
}
#logo a img {
	opacity:0.5;
	border-top:1px solid #000000;
}
#karte {
	display:none;
	margin-left:350px;
	margin-top:1px;
}


a:link, a:active, a:visited {
	text-decoration:none;
	color:#7d863d;
}

a:hover {
	text-decoration:underline;
	color:#7d863d;
}

hr {
	border-collapse:collapse;
	border:0px solid transparent;
	border-top:1px solid #687038;
	height:0px;
}



.float_right {
	float:right;
	margin:0px 0px 10px 10px;
}


.abstand_links {
	margin:0px 0px 0px 20px;
}

h1 {
	color:#c7c7c7;
	font-weight:bold;
	font-size:13px;
}

.cover {
	border: 1px solid #626a3b;
}

.bildunterschrift {
	font-size:11px;
	color:#4E4E4E;
	margin:0 0 0 80px;
}

.ecard {
	margin:0px 20px 20px 0px;
}

.button {
	background-color:#3E4A20;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	padding:1px 5px;
	border-width:0px;
	text-decoration:none;
	cursor:pointer;
}

input.text, textarea {
	border:1px solid #c0c0c0;
	background-color:#ffffff;
	padding:2px;
}

/* Buchansichten */
a.black:link, a.black:visited {
	text-decoration:none;
}

a.black:hover {
	text-decoration:underline;
}

.tlist_cover {
	width:100px;
	float:left;
}
.tlist_text {
	margin-left:100px;		
}

.tdetail_cover {
	width:195px;
	float:left;
	margin:0 20px 8px 0;
}
.tdetail_biblio {
	float:left;
}

.hmenu {
	list-style:none;
}

ul.hmenu {
	margin:0px;
	padding:0px;
}

ul.hmenu li {
	width:100%;
	display:block;
	float:left;	
}
ul.hmenu.nofloat li {
	width:100%;
	float:none;
}

a.wako_order:link, a.wako_order:visited, a.wako_order:active, a.wako_order:focus {
	display:block;
	width:194px;
	background-image:url('../images/wako.gif');
	background-repeat:no-repeat;
	background-position:7px 5px;
	background-color:#3E4A20;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	padding:1px 0px;
	border-width:0px;
	text-decoration:none;
	
}

a.wako_order:hover {
	display:block;
	width:194px;
	background-color:#bd2518;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	padding:1px 0px;
	border-width:0px;
	text-decoration:none;
}

li {
	list-style:none;
}

ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
ul.ecards {
	list-style:disc;
	margin:10px;
	padding:10px;
}
li.ecards {
	list-style:disc;
}

input.text, textarea {
	border:1px solid #275a18;
	background-color:#ffffff;
	padding:2px;
}


.scrollpane {
	z-index:20000;
}

.kooperation 
{
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	position:absolute;
	width:350px;
	margin:525px 0 0 0;
}

.tlist_cover {
	position: relative;
}

.tlist_cover .ebook {
	width: 29px;
	height: 29px;
	background: transparent url("http://www.dtv.de/themes/dtv/images/titel/ebook-1.jpg") no-repeat left top;
	position: absolute;
	right: 10px;
	top: 10px;
}

.tdetail_cover {
	position: relative;
}

.tdetail_cover .ebook {
	width: 43px;
	height: 43px;
	background: transparent url("http://www.dtv.de/themes/dtv/images/titel/ebook-2.jpg") no-repeat left top;
	position: absolute;
	right: -10px;
	top: 10px;
}

.tdetail_cover .ebook_format_epub,
.tdetail_cover .ebook_format_app,
.tdetail_cover .ebook_format_pdf {
	width: 57px;
	height: 14px;
	position: absolute;
	right: -10px;
	bottom: 40px;
}

.tdetail_cover .ebook_format_epub { background: transparent url("http://www.dtv.de/themes/dtv/images/ebooks/pfeil_detail_epub.png") no-repeat left top; }
.tdetail_cover .ebook_format_app { background: transparent url("http://www.dtv.de/themes/dtv/images/ebooks/pfeil_detail_app.png") no-repeat left top; }
.tdetail_cover .ebook_format_pd { background: transparent url("http://www.dtv.de/themes/dtv/images/ebooks/pfeil_detail_pdf.png") no-repeat left top; }

