@charset "utf-8";

/*** COMIC-DETAIL ***/

div#comic {
	width:707px;
	padding:230px 0 0 0;
	margin:0 auto;
}

div#comic.de { background:url('comic/head1.jpg') center top no-repeat; }
div#comic.en { background:url('comic/head2.jpg') center top no-repeat; }
div#comic.nl { background:url('comic/head5.jpg') center top no-repeat; }

div.comic h2,
div.shortcomic h2 {
	position:relative;
	width:638px;
	height:15px;
	padding:2px 8px;
	margin:0 0 8px 8px;
	background:url('comic/headline.gif') left top no-repeat;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	font-style:italic;
	font-family:Georgia, "Times New Roman", serif;
}

div.comic h2 img,
div.shortcomic h2 img {
	position:absolute;
	right:6px;
	top:2px;
	cursor:pointer;
}

div.comic div.stage {
	position:relative;
	width:673px;
	height:370px;
}

div.comic div.stage img.shadow {
	position:absolute;
	left:85px;
	top:0;
	width:477px;
	height:360px;
}

div.comic div.stage img.bigthumb {
	position:absolute;
	left:91px;
	top:0;
}

div.comic div.stage img.loupe {
	position:absolute;
	left:475px;
	top:250px;
	width:106px;
	height:120px;
}
