html {	/*Alternativ: backround-color:#CCCC99; background-image:url(./../bilder/bg_1.jpg) */
	background-color: #CdC0B0;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0em;
	padding: 0em;
	font-size: 125.01%;
	}

body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 50.01%;  /* entspricht 10px */
	margin: 0em;
	padding: 0em;
	}

div#hintergrund img {
	width: 75em;
	height: 44.6em;
	top: 0em;
	left: 0em;
	z-index: -1;
	}


/* ::: HAUPTBLÖCKE ::: */

div#inhalt {
	background-color: #FFF3E3;
	margin-left: 12.8em;
	padding: 0.3em 1.4em;
	position: absolute;
	top: 16.5em;
	width: 47.3em;
	z-index: 1;
	}

#navigation {
	left: 0em;
	line-height: 2.1em;
	list-style: none; 
	margin: 0em; 
	padding: 0em;
	position: absolute;
	text-align: right;
	top: 16.5em; 
	vertical-align: middle;
	width: 11.5em;
	z-index: 1;
	}

#navigation li {
	font-size: 1.2em;
	}

.menue_1 {
	font-weight: bold;
	margin-bottom: 0.1em; 
	margin-top: 0.1em;
	padding: 0em; 
	}
.menue_1 a {
	display: block;
	text-decoration: none; 
	}
.menue_1 a:link {
	background-color: #9a9080;
	color: #000000; 
	}
.menue_1 a:visited {
	background-color: #9a9080;
	color: #000000; 
	}
.menue_1 a:hover {
	background-color: #990000; 
	color: #FFFFFF; 
	}
.menue_1 a:active {
	background-color: #990000; 
	color: #FFFFFF; 
	}
.menue_1 a:focus {
	background-color: #990000; 
	color: #FFFFFF; 
	}

.menue_2 {
	margin: 0em; 
	padding: 0em; 
	}
.menue_2 a {
	display: block;
	text-decoration: none; 
	}
.menue_2 a:link {
	background-color: #cdc0b0; 
	color: #000000;
	}
.menue_2 a:visited {
	background-color: #cdc0b0; 
	color: #000000;
	}
.menue_2 a:hover {
	background-color: #CC0000; 
	color: #FFFFFF;
	}
.menue_2 a:active {
	background-color: #CC0000; 
	color: #FFFFFF;
	}
.menue_2 a:focus {
	background-color: #CC0000;
	color: #FFFFFF;
	}

div#fuss {
	background-color: #fff3e3;
	border-top: 1em solid #CdC0B0;
	left: 0em;
	margin-bottom: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.3em;
	position: absolute;
	text-align: center;
	width: 100%;
	}

div#fuss span {
	font-size: 1.2em;
	}

p#banner {
	left: 0;
	position: absolute;
	text-align: center;
	top: 47em; 
	width: 10em; 
	z-index: 0;
	}

p#banner img {
	padding-bottom: 0.5em;
	}

div#info {
	background-color: #FFF3E3;
	margin-left: 64em;
	padding: 0em 0.5em;
	position: absolute;
	top: 22em;
	width: 9em;
	z-index: 1;
	}

div#info p {
	font-size: 1.1em;
	}

div#info p {
	text-align: left;
	}


/* ::: ALLGEMEINE TEXTFORMATIERUNGEN ::: */

h2 {			/* Seitenüberschrift */
	font-size: 1.8em;
	}

h3 { 
	font-size: 1.5em;
	}

h3 img {
	font-size: 0.667em;
	height: 2em;
	width: 1.7em;
	}
h4 {
	font-size: 1.4em;
	margin-bottom: 0em;
	}
	
.text-11 {
	font-size: 1.1em;
	}

.text-13 {
	font-size: 1.3em;
	}

.beschreibung {
	text-align: justify; 
	}
	
.content {
	text-align: justify; 
	}
	
p {
	text-align: justify;
	font-size: 1.2em;
	}

.fett {
	font-weight: bold;
	}
	
.kursiv {
	font-style: italic;
	}

.unterstrichen {
	text-decoration: underline;
	}

.zentriert {
	text-align: center;
	}

.rot {
	color:#FF0000;
	}

.float-links {
	float: left;
	}

.float-rechts {
	float: right;
	}

div#inhaltsverzeichnis {
	border: 0.1em dotted black;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
	padding: 0.5em;
	}

div#inhaltsverzeichnis a {
	text-decoration: none;
	}

div#inhaltsverzeichnis img {
	font-size: 0.667em;
	height: 1.3em;
	}

.nach-oben {
	text-align: right;
	float: right;
	}

.linkbox {
	border: 0.1em dotted black;
	padding: 0.4em;
	line-height: 1.5em;
	}

.untertitel {
	font-size: 1.1em;
	line-height: 1.5em;
	}


/* ::: ALLGEMEINE GRAFIKFORMATIERUNGEN ::: */

img { 
	border: 0em; 
	}

img.pfeil-hoch {
	float: right;
	height: 1.0em;
	width: 0.7em;
	}

img.flagge {
	height: 0.7em;
	width: 1.2em;
	}

/* ::: ALLGEMEINE HYPERLINKFORMATIERUNGEN ::: */

/* Link 1 = Schwarz - Grau - Rot | Unterstrichen */

.link-1 a:link { 
	color:#000000; 
	}
	
.link-1 a:visited { 
	color:#666666; 
	}
	
.link-1 a:active { 
	color:#FF0000; 
	}


/* Link 2 = Schwarz - Schwarz - Rot | Unterstrichen */

.link-2 a:link { 
	color:#000000; 
	}
	
.link-2 a:visited { 
	color:#000000; 
	}
	
.link-2 a:active { 
	color:#FF0000; 
	}

/* ::: SPPEZIELLE FORMATIERUNGEN ::: */

/* Personen */

img.personen {
	float: left;
	height: 10em; 
	margin-bottom: 0.5em;
	margin-right: 0.5em; 
	width: 8em; 
	}

p.personen-daten {
	font-family: "Courier New", Courier, mono;
	font-size: 1.4em;
	line-height: 1.7em;
	}

p.personen-beschreibung {
	clear: both;
	margin-bottom: 1.7em;	
	}

table#personen {
	text-align: center;
	width: 100%;
	}

table#personen p {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	margin-top: 0.2em;
	text-align: center;
	}

table#personen img {
	height: 10em;
	width: 8em;
	}


/* DVD Übersicht */

table#dvds {
	width: 100%;
	padding: 0em 0em 0.5em 0em; 
	}

table#dvds th {
	font-family: "Courier New", Courier, mono;
	font-size: 1.4em; 
	font-weight: bold;
	padding: 1em 0em 0em 0em;
	text-align: center;
	}

table#dvds td.dvd-tabelle {
	border: 0.1em dotted black;
	font-size: 1.2em; 
	padding: 0.5em;
	vertical-align: top;
	width: 50%;
	}


/* DVD Detailansicht */

table#dvd-details {
	font-size: 1.2em;
	border-bottom: 0.2em dotted black;
	border-top: 0.2em dotted black;
	padding: 0.3em;
	width: 100%;
	}
	
table#dvd-details td.spalte-a {
	padding-right: 1em;
	text-align: right; 
	}

p.dvd-kapitel {
	margin-bottom: -0.8em;
	font-size: 1.3em;
	font-weight: lighter;
	text-decoration: underline; 
	}

img.dvd-screen {
	height: 11.3em;
	padding: 0.5em 1.8em;
	width: 20em; 
	}


/* Doujinshi */

table#doujinshi {
	text-align: center;
	}

table#doujinshi a {
	font-weight: bold;
	}

table#doujinshi img.cover {
	height: 30em;
	padding-bottom: 0.1em;
	padding-right: 0.5em;
	width: 20em; 
	}


/* Soundtrack */

table.soundtrack {
	border: 0.1em dotted black;
	padding: 0.5em;
	width: 100%;
	 }

table.soundtrack img {
	float: left;
	height: 7.5em;
	margin-right: 0.5em;
	width: 7.5em; 
	}
	
table.soundtrack th {
	border-bottom: 0.1em dotted black;
	font-weight: normal;
	line-height: 0em;
	padding-bottom: 0.5em;
	text-align: left;
	}

table.soundtrack td {
	font-size: 1.2em;
	line-height: 1.5em;
	}
	
td.animelyrics {
	text-align: right; 
	}


/* Videos */

table#videos td {
	padding-bottom: 2em;
	vertical-align: top;
	margin: 0em;
	}

table#videos h3 {
	line-height: 0em;
	}

table#videos p {
	font-family: "Courier New", Courier, mono;
	font-size: 1.4em;
	line-height: 1.7em;
	}

table#videos a {
	font-size: 1.2em;
	font-weight: bold;
	}

table#videos img {
	height: 13em;
	width: 23em;
	}


/* Galerie + Wallpaper */

table#galerie {
	text-align: center;
	width: 100%; 
	}

table#galerie a {
	text-decoration: none;
	}
	
table#galerie tr {
	font-size: 1.1em; 
	font-weight: bold; 
	}
	
table#galerie img {
	margin-top: 0.7em; 
	}

table.wallpaper img {
	height: 6em; 
	width: 8em;
	}

table.galerie img {
	height: 8em; 
	width: 8em;
	}


/* Community */

div.community {
	font-weight: bold;
	margin-bottom: 5em;
	margin-top: 4em; 
	text-align: center;
	}

div.community a {
	text-decoration: none;
	}

div.community img {
	height: 11em; 
	width: 30em; 
	}


/* Guri */

div.guri {
	text-align: center;
	}

div.guri img {
	height: 8.5em;
	width: 15em;
	}

/* Staff & Cast */

table.staff {
	line-height: 1.5em;
	width: 100%;
	}
	
table.staff tr.titel th {
	font-size: 1.3em;
	padding-bottom: 1em; 
	text-align: center;
	}

table.staff tr.titel img {
	font-size: 0.67em;
	height: 1.6em;
	width: 2.7em;
	}

table.staff th {
	font-size: 1.2em;
	border-bottom: 0.1em dotted black;
	text-align: left;
	}

table.staff td {
	border-bottom: 0.1em dotted black;
	font-size: 1.2em;
	}

/* Shopping Guide */

div.wallscroll img {
	height: 12.8em;
	width: 9.2em;
	}

div.soundtrack img {
	height: 12.8em;
	width: 12.8em;
	}
	
div.buecher img {
	height: 12.8em;
	width: 8.9em;
	}

/* Links */

.links a {
	font-weight: bold;
	}