/* CSS Formate, die das Seitenlayout betreffen. Also das Innere des Rahmens. */

/* Überschriften */

h1 {
	text-align: center;
}

h2 {
	text-align: center;
}

h3 {
	text-align: center;
}

div.ueberschrift {
	width: 90%;
	font-size: large;
	text-align: center;
	font-weight: bold;
	margin: auto;
	padding: 4px;
	margin-bottom: 30px;
}

/* Textformatierung */

a.linkBack {
	font-size: small;
}

div.einleitung {
	margin: 0 10%;
	text-align: justify;
	font-size: small;
}

div.text {
	text-align: justify;
	font-size: small;
}

.small {
	font-size: small;
}


.textcenter {
	text-align: center;
}

div.zitat {
	font-size: small;
	background-color: #f7fcfe;
	border: 1px solid #e7edf1;
	padding: 10px;
	text-align: justify;
	margin: 5px;
}


/* Übersichts-Seiten */

.linkbox {
	position: relative;
	background-color: #eeeeee;
	margin-bottom: 15px;
	width: 100%;
	color: black;
	text-decoration: none;
	display: inline-block;
	font-size: small;
}

.linkbox h2 {
	background-color: #fee019;
	font-size: medium;
	font-weight: bold;
	padding: 4px 15px;
	margin: 0px;
	margin-bottom: 10px;
}

.linkbox img {
	float: right;
	margin: 10px;
	margin-top: 0px;
}

.linkbox div {
	margin-left: 10px;
	margin-bottom: 10px;
}

.linkbox u {
	color: #0000aa;
}

.linkbox .rest {
	position: relative;
	float: left;
	margin-right: 25px;
}

.linkbox.left {
	float: left;
	width: 48%;
}

.linkbox.right {
	float: right;
	width: 48%;
}

/* Listen */

ul { list-style-type: square; }

/* Bilder */

.left {
	float: left;
	margin: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.right {
	float: right;
	margin: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.center {
	display: block;
	margin: 15px 0px;
	margin-left:auto;
	margin-right:auto;
}

.clear {
	clear: both;
}

a img {
	border: 0px;
}

/* Navigationsleiste innerhalb einer Seite */

div.navigation {
	text-align: center;
	font-size: small;
	padding-top: 40px;
	padding-bottom: 20px;
	clear: both;
}

/* Steckbriefe */
/* Achtung: Beeinflusst Comic-, Gimmick- und Heftserien-Steckbriefe! */

table.steckbrief {
	border: 0px;
	width: 480px;
	margin: auto;
}

table.steckbrief td {
	padding: 10px;
	vertical-align: top;
	font-size: small;
}

table.steckbrief td:first-child {
	font-weight: bold;
}

/* Covergalerie */

div.covergalerie {
	text-align: center;
}

div.covergalerie img {
	padding: 2px;
	margin: 0px;
}

div.covergalerie div {
	display: inline-block;
	position: relative;
	padding: 2px;
	margin: 0px;
	font-size: small;
}


/* Einkaufswagen-Symbol */

a.kaufen {
	background:transparent url(../images/buy.gif) top left no-repeat;
	padding-left: 30px;
}

/* Social Media Plugins */

div.socialMedia {
	width: 440px;
	margin: auto;
	padding-top: 20px;
}

div.socialMedia div {
	width: 130px;
	height: 20px;
	display: inline-block;
	position: relative;
	text-align: left;
	vertical-align: top;
}

div.socialMedia div.facebook   { width: 130px; }
div.socialMedia div.google     { width: 70px; }
div.socialMedia div.twitter    { width: 90px; }
div.socialMedia div.comicforum { width: 105px; }

/* Styles for ancient browsers (e.g. IE 4) */

body {
	background: url(legacy/bgypspif.gif);
	text-align: center;
}

#title {
	display: none;
}

#description {
	display: none;
}

#content {
	text-align: left;
	padding-top: 50px;
}

#navigation {
	text-align: left;
}



