﻿body
{
	background-color: black;
	margin: 0px;
	padding: 0px;
	width:100%;
	height: 100%;
	min-width: 100%;
	min-width:100%;
}

#body
{
	position: absolute;
	bottom: 0px;
	width: 100%;
}

#runde
{
	background-image: url('style/tisch.jpg');
	margin: 0 auto;
	width: 800px;
	height: 600px;
	overflow: hidden;
}

#tisch
{
	background-color: rgba(255, 255, 255, 0.5);
	padding-left: 10px;
	padding-right: 10px;
	width: 520px;
	height: 355px;
	margin-top: -420px;
	margin-left: 130px;
	overflow-x: hidden;
	overflow-y: scroll;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	scrollbar-width: none;
}
#tisch::-webkit-scrollbar { display: none; }

#meineKartenBody
{
	position: absolute;
	bottom: 0px;
	width: 800px;
}
#meineKarten
{
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	width: 520px;
	height: 150px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	word-spacing: -2px;
	text-shadow: 0 0 8px white;
}
div.karte
{
	background-image: url('karten/karte.png');
	float: right;
	width: 100px;
	height: 150px;
	margin-top: 50px;
	margin-right: -40px;
	/*box-shadow: 5px 5px 10px grey;*/
}
div.karteRechts { margin-right: 0px; }
div.karte:hover { margin-top: 25px; transition: margin 250ms; }
div.karte:hover > div.nav { visibility: visible; }

div.nav
{
	width: 100px;
	height: 25px;
	margin-top: -25px;
	text-align: center;
	visibility: hidden;
}

/* ========= */
/* = JOSEF = */
/* ========= */
#kartenJosefBody
{
	position: absolute;
	top: 30px;
}
#kartenJosef
{
	padding-top: 10px;
	padding-bottom:10px;
	width: 100px;
	height: 520px;
}
div.karteJosef
{
	margin-top: -160px;
	width: 100px;
	height: 100px;
	/*box-shadow: 0px 5px 10px grey;*/
	overflow: hidden;
}
div.karteJosef img
{
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	margin-top: -25px;
	margin-left: -25px;
}
div.karteUnten { margin-top: 420px; }

/* ========= */
/* = MARCO = */
/* ========= */
#kartenMarcoBody
{
	position: absolute;
	top: 0px;
	width: 800px;
}
#kartenMarco
{
	margin: 0 auto;
	padding-right: 10px;
	padding-left: 10px;
	width: 520px;
	height: 100px;
}
div.karteMarco
{
	margin-right: -40px;
	float: left;
	width: 100px;
	height: 100px;
	/*box-shadow: -5px 0px 10px grey;*/
	overflow: hidden;
}
div.karteMarco img
{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	margin-top: -50px;
	margin-right: -25px;
}

/* ======== */
/* = HANS = */
/* ======== */
#kartenHansBody
{
	position: relative;
	top: 30px;
	right: -700px;
}
#kartenHans
{
	padding-top: 10px;
	padding-bottom:10px;
	width: 100px;
	height: 520px;
}
div.karteHans
{
	margin-top: -40px;
	width: 100px;
	height: 100px;
	/*box-shadow: 0px -5px 10px grey;*/
	overflow: hidden;
}
div.karteHans img
{
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	margin-top: -25px;
	margin-left: 25px;
}
div.karteOben { margin-top: 0px; }

#blendeLinks
{
	width: 50px;
	height: 600px;
	background-image: url('style/blendeLinks.png');
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -400px;
}

#blendeRechts
{
	width: 50px;
	height: 600px;
	background-image: url('style/blendeRechts.png');
	position: absolute;
	bottom: 0px;
	right: 50%;
	margin-right: -400px;
}

#blendeOben
{
	width: 800px;
	height: 50px;
	background-image: url('style/blendeOben.png');
	position: absolute;
	left: 50%;
	margin-left: -400px;
	bottom: 50%;
	margin-bottom: 250px;
}

div.inhalt
{
	display: none;
}
#Home
{
	display: block;
	text-align: center;
}
#Bilder
{
}
#Termine
{
	text-align: center;
	margin-top: 27%;
}
#Regeln
{
}
#Protokolle
{
}
#ElPresidente
{
}
#Schmankerl
{
	/*text-align: center;
	margin-top: 30%;*/
}
#Kontakt
{
	text-align: center;
	margin-top: 10%;
}

h1, h3 { text-shadow: 0 0 10px white; }
h2
{
	margin: 10px;
	text-shadow: 0 0 10px white;
}
li
{
	margin-bottom: 10px;
}
a
{
	color: black;
	/*text-shadow: 0 0 10px white;*/
	text-decoration: none;
	font-weight: bold;
}
a.ext
{
	background: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2012%2012%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpolygon%20fill%3D%22black%22%20points%3D%222%2C2%205%2C2%205%2C3%203%2C3%203%2C9%209%2C9%209%2C7%2010%2C7%2010%2C10%202%2C10%22/%3E%3Cpolygon%20points%3D%226.2%2C2%2010%2C2%2010%2C5.8%208.6%2C4.4%206.5%2C6.5%205.5%2C5.5%207.6%2C3.4%22/%3E%3C/svg%3E") no-repeat right;
	padding-right: 1.2em;
}
a:hover
{
	text-decoration: underline;
}

div.bildDiv
{
	width: 100px;
	height: 120px;
	float: left;
	text-align: center;
	font-size: 14px;
}

div.mR
{
	margin-right: 5px;
}


#picViewer
{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1000;
	background-color: black;
	display: none;
}

#frontLayer
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
	background-image: url('style/frontLayer.png');
	display: none;
}