html, body {
	text-align:center;
	margin-bottom: 0px;
	height: 100%;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -76px;
}

#push {
	height: 76px;
}

#logo {
	position: absolute;
	top: -100px;
	left: 50%;
	margin-left: -188px;
	height: 250px;
	width: 375px;
	background-image: url(gfx/logo.png);
	z-index: 2;
}

#container {
	display: inline-block;
	position: relative;
	min-width: 710px;
	max-width: 910px;
	margin-top: 110px;
	margin-x: auto;
	padding-top: 10px;

	background-color: #4D575F;
	border: 5px solid #4D575F;
	border-top-style: double;
	border-radius: 116px;

	text-align: center;
}



ul#menu {
    margin: -25px 0px 26px !important;
    padding: 0px !important;
    font-family: "Franklin Gothic Demi Cond", "Franklin Gothic Medium", "Helvetica", Arial Narrow Bold, Arial, sans-serif;
}

ul#menu li {
    display: inline-block;
    border-radius: 36px;
    background: #4D575F;
    font-size: 20px;
    color: white;
}

ul#menu li.spacer {
    background: none;
    padding: 0px;
    width: 11px;
}

ul#menu a {
	text-decoration: none;
	color: white !important;
	display: block;
	padding: 10px 27px;
    border-radius: 36px;
}



#content {
	position: relative;
	margin-top: 56px;
	background-color: #EEEEEE;
	border-radius: 112px;
	padding: 110px 20px 50px 20px;
}



.tBox {
	overflow: hidden;
	display: inline-block;

	width: 180px;
	height: 250px;
	padding-top: 10px;
	margin: 10px;

	background-color: #005F9F;
	border: 5px solid #005F9F;
	border-top-style: double;
	border-radius: 36px;

	font-family: "Franklin Gothic Demi Cond", "Franklin Gothic Medium", "Helvetica", Arial Narrow Bold, Arial, sans-serif;
	font-size: 20px;
	color: white;
	text-align: center;
}

.tBox div.innerBox {
	position: relative;
	height: 221px;
	margin-top: 3px;
	background-color: white;
	border-radius: 34px;
	color: #4D575F;
}

.innerBox .tType {
	height: 30px;
	padding: 14px 0pt 0pt 20px;
	text-align: left;
}

.innerBox .tDesc {
	height: 122px;
	display: table;
	width: 100%;
	color: #005F9F;
}

.tDesc div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0px 2px;
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 	
}

.innerBox .tDate {
	position: absolute;
	bottom: 13px;
	right: 15px;
	text-align: right;
	line-height: 20px;
}

.past {
    opacity: 0.75;
}


.toggleInfoBox {
    display: inline-block !important;
    margin: 0;
    margin-top: 4px !important;
    padding: 0 8px !important;
	text-align: center;
    border: 2px solid #EEEEEE;
    border-radius: 15px;
    background: #EEEEEE;
    cursor: pointer;
}

.infoBox {
	display: none;
	overflow: hidden;
	width: 480px;
	max-height: 480px;
	margin-x: auto;
	margin-left: -240px;
	position: fixed !important;
	top: 80px;
	left: 50%;
	z-index: 100;

	background-color: #005F9F;
	border: 5px solid #005F9F;
	border-top-style: double;
	border-radius: 36px;

	font-family: "Franklin Gothic Demi Cond", "Franklin Gothic Medium", "Helvetica", Arial Narrow Bold, Arial, sans-serif;
	font-size: 20px;
	color: white;
	text-align: center;
}

.infoBox div.innerBox {
	position: relative;
	overflow-y: auto;
	max-height: 360px;
	margin-top: 3px;
	background-color: white;
	border-radius: 34px;
	color: #4D575F;
	padding: 30px;
	text-align: left;
}

.infoBox ul {
	margin: 0;
}

.infoBox .closeBox {
    display: inline-block;
    float: right;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 2px 20px;
    cursor: pointer;
}

#coverContent {
	display: none;
	position: fixed; top: 0px; left: 0px; 
	height: 100%; 
	width: 100%; 
	background-color: white; 
	opacity: 0.7;
	z-index: 99;
}



.cBox {
	overflow: hidden;
	display: inline-block;

	min-width: 608px;
	max-width: 842px;
	min-height: 250px;
	padding-top: 10px;
	margin: 10px;

	background-color: #005A97; 	//	#005A97 (etwas dünkler)	#005F9F (original, zu hell);
	border: 5px solid #005A97; 	//	#005F9F (original, zu hell);
	border-top-style: double;
	border-radius: 72px;
	

	font-family: "Franklin Gothic Demi Cond", "Franklin Gothic Medium", "Helvetica", Arial Narrow Bold, Arial, sans-serif;
	font-size: 26px;
	color: white;

	text-align: center;

}

.cBox div.innerBox {
	position: relative;
	min-height: 221px;
	margin-top: 8px;
	padding: 50px;
	background-color: white;
	border-radius: 68px;
	color: #4D575F;
	line-height: 140%;
	text-align: justify;
	font-size: 20px;	
}


.drinks h2 {
	font-size: 26px;
	margin: 0px;
}
.drinks h2 span {
	font-size: 20px;
	font-weight: normal;
}

.drinks ul {
	margin: 26px 0px 39px;
}



#footer {
	display: inline-block;
	position: relative;
	height: 46px;
	width: 710px;
	padding: 30px 30px 0px 30px;
	text-align: center;
	vertical-align: bottom;
}

#footer a {
    border: 2px solid #FFF;
    line-height: 46px;
    padding: 10px 50px;
    margin: 0px;
    border-radius: 36px 36px 0px 0px;
    border-bottom: 0px;
    background: #005F9F;
    background-clip: padding-box;
	font-family: "Franklin Gothic Demi Cond", "Franklin Gothic Medium", "Helvetica", Arial Narrow Bold, Arial, sans-serif;
	font-size: 20px;
    color: white;
    text-decoration: none;

}