/* PAGES SIZE */

.ClassPC {
width:1240px; height:820px;
}

.ClassPC div.Buch_Mantel {
width:1240px; height:820px;
}

.ClassPC div.Album_Seite_Mantel {
width:620px; height:820px;
}

/* INHALT = GROESSE DES BILDES ------------------------------------------------- */
.ClassPC div.Album_Seite {
width:620px; height:820px;
}

/* INHALT = GROESSE DES BILDES ------------------------------------------------- */
.ClassPC div.Album_Seite > div.Album_Seite_Inhalt {
width:620px;
height:820px;
}

/* INHALT = GROESSE DER DOPPEL-BILDES NUR FUER LANDSCAPE------------------------- 
.ClassPC div.Album_Seite.Doppel {
width:....px;
}
.ClassPC div.Album_Seite.Doppel > div.Album_Seite_Inhalt {
width:....px;
}
--------------------------------------------------------------------------------- */


/* FULLSCREEN SIZE */

#Vollbild {
	position: absolute;
	left:0;
	top:0;
	width: 100%;
}
#Vollbild_background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../../MASTER/hintergrund.jpg);
	background-repeat: repeat;
}
#Vollbild_Mantel {
	position: relative;
	margin-bottom: 0;
	left: auto;
	right: auto;
	width: auto;
	height: 84%;
	top: 50px;

}

/* HINTERGUNDFARBE WENN BILD DIE SEITE NICHT AUSFUELLT */
/* Graue Blätter: #E1DDDE                              */
/* Leuchtturm: #F3F3E7                                 */
/* Blockalben: #F3F3E7                                 */
/* schwarze A6-Karten : #3D3F3E                        */
.ClassPC div.Album_Seite > div.Album_Seite_Inhalt {
	position:absolute;
	overflow:hidden;
	background-color:#F3F3E7;
}