@charset "iso-8859-1";

/* ------------------------------------------------------------- */
/* body , #fixedTopContent , #fixedBottomContent, #BottomContent * /
body
				{
				background-color: #fff;
				}
#fixedTopContent , #fixedBottomContent, #BottomContent
				{ background: transparent none; }
#contentContent
				{
				border-color: #fff;

				background-color: rgba(0,0,0, .10);
				}

body			{ color: #333; }
a				{ color: #000; }
#fixedBottomContent
				{ color:rgb(160,160,160); }



/* ------------------------------------------------------------- */


#contentContent
				{
				background-color: rgba(0,0,0, .02);
				}

.Rund
				{
				box-shadow:			none;	/* CSS3 */
				-webkit-box-shadow:	none;	/* Safari 3.1+ */
				-moz-box-shadow:	none;	/* FireFox 3.5+ */
				/* H V radius color */
				}
.Rund ,
dl
				{
				background-color: #fff;
				}





/* ------------------------------------------------------------- */
#MasterPane
				{
				/* Weißer Rahmen und Schatten-Effekt * /
				border-width: 1px 1px 1px 0;
				border-width: 1px;
				border-color: #fff;
				border-style: solid;

				box-shadow:			2px 3px 2px #aaa;	/* CSS3 * /
				-webkit-box-shadow:	2px 3px 2px #aaa;	/* Safari 3.1+ * /
				-moz-box-shadow:	2px 3px 2px #aaa;	/* FireFox 3.5+ * /
				/* H V radius color */

				border-width: 1px;
				border-style: solid;

				box-shadow:			none;
				-webkit-box-shadow:	none;
				-moz-box-shadow:	none;
				}

.TableView div.grouped
				{
				background-color: transparent;
				}

#MasterPane ,

.TableView div.grouped > div.Form ,
.TableView div.grouped > ul ,
.TableView div.grouped > dl ,
.TableView div.grouped > form > dl ,
.TableView div.grouped dt ,
.TableView div.grouped dd ,
.TableView div.grouped li ,
.TableView div.grouped li img ,
.TableView div.grouped div.Profil img.Profil
				{ border-color: #ddd; }

.TableView div.grouped > div.Form ,
.TableView div.grouped > ul ,
.TableView div.grouped > dl ,
.TableView div.grouped > form > dl ,
.TableView div.grouped li ,
.TableView div.grouped li img ,
.TableView div.grouped div.Profil img.Profil
				{ background-color: #fff; }

#MasterPane div.grouped > h3
				{ color: #666; }

.TableView div.grouped li ,
.TableView div.grouped dt ,
.TableView div.grouped dd ,

.TableView div.grouped > div.Form ,
.TableView div.grouped > ul ,
.TableView div.grouped > dl
				{
				-webkit-box-shadow:	none;	/* Safari 3.1+ */
				-moz-box-shadow:	none;	/* FireFox 3.5+ */
				box-shadow:			none;	/* CSS3 */
				/* H V radius color */

				/*
				-webkit-box-shadow:	inset 0 0 5px #eee;
				-moz-box-shadow:	inset 0 0 5px #eee;
				box-shadow:			inset 0 0 5px #eee;
				/* */
				}
/* ============================================================= */


/* ============================================================= */
.SedCard	{
			background-color: #000;
			background-image: url(/Layouts.Graphiken/PhotoArea.BG.png);
			}

.SedCard .SeiteA5 ,
.SedCard .SeiteA5 table
			{ }


.SedCard .SeiteA5
			{
			border: 1mm #444 solid;
			float: left;
			overflow: hidden; /* */
			}


.SedCard .SeiteA5 > img
			{ width: 100%; }


.SedCard table
			{
			table-layout: fixed;	/* Breite der TDs */
			border-collapse: collapse;
			border-spacing: 0;
			}

.SedCard table td
			{ width: 50%; }

.SedCard table td .Crop
			{ overflow: hidden; }

.SedCard table td img
			{ width: 100%; }
/* ------------------------------------------------------------- */
@media screen {
.SedCard	{ width: 640px; }

.SedCard .SeiteA5 ,
.SedCard .SeiteA5 table
			{
			width: 314px;
			height: 452px;
			}
.SedCard table td .Crop
			{ height: 226px; }
}
/* ------------------------------------------------------------- */
@media print {
.SedCard	{ width: 213.5mm; }

.SedCard .SeiteA5 ,
.SedCard .SeiteA5 table
			{
			width: 105mm;
			height: 148mm;
			}
.SedCard table td .Crop
			{ height: 74mm; }
}
/* ============================================================= */


/* ------------------------------------------------------------- */
@-webkit-keyframes Effekt_ZickZackH {
				from {
					background-position: left center;
				} to {
					background-position: right center;
					}
				}
/*
body
				{
				background-image: url(/Layouts.Domains/Janus.BG.png);
				background-position: 50% 80%;
				background-repeat: no-repeat;
				background-attachment: fixed;

				-webkit-animation-name: Effekt_ZickZackH;
				-webkit-animation-iteration-count: 10;	/* infinite * /
				-webkit-animation-timing-function: ease;
				-webkit-animation-duration: 1s;
				/* -webkit-animation-delay: 1s;	/* */
				}
/* ============================================================= */
