@CHARSET "ISO-8859-1";

.clearBoth{clear:both;}
.displayNone{display:none;}

#modalWindow{
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: auto;
	z-index: 1200;
	text-align: center;
	font-size: 1.3em;
	background: rgba(68, 68, 68, .8);
	top: 0px;
}
#modalGalPic{
	width: 100%;
	height: 100%;
}
#modalGalPic table{
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}
#modalPicture table td, #modalGalPic table td{
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}
#modalGalPic table td{
	width: auto;
}
#modalGalPic #closeModal{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	z-index: 1300;
}
.backward, .forward{
	width: 100px;
	height: 100px;
	background-color: #fff;
	position: absolute;
	margin-top: -25px;
	-moz-border-radius: 50px 50px 50px 50px;
	-webkit-border-radius: 50px 50px 50px 50px;
	border-radius: 50px 50px 50px 50px;
	cursor: pointer;
}
.backward{
	left: 15px;
	background-image: url("../img/backward.png");
	background-position: center center;
	background-repeat: no-repeat;
}
.forward{
	right: 15px;
	background-image: url("../img/forward.png");
	background-position: center center;
	background-repeat: no-repeat;
}
.backward:hover, .forward:hover{
	background-color: #884900;
}

/******************************************* Galerie *********************************/

#bigImg{
	width: 100%;
	max-height: 564px;
	margin-bottom: 15px;
	text-align: center;
	background-color: #888;
}
#bigImg img{
	max-width: 100%;
	max-height: 560px;
	border: 2px solid #ccc;
}
.thumbWrap{
	width: 240px;
	height: 221px;
	margin: 0px 50px 30px 0px;
	cursor: pointer;
	float: left;
	-webkit-box-shadow: 13px 13px 13px -5px grey;
	-moz-box-shadow: 13px 13px 13px -5px grey;
	box-shadow: 13px 13px 13px -5px grey;
}
.schokoladenGalery .thumbWrap{
	height: auto;
	cursor: auto;
}
#imgList{
	width: 680px;
	overflow-x: auto;
	margin-bottom: 20px;
}
#imgList img{
	max-width: 180px;
	max-height: 135px;
	cursor: pointer;
}
.thumbDesc{
	padding: 3px;
	text-align: center;
	min-height:15px;
}
#imgListWrapper{
	height: 200px;
	overflow: hidden;
}
.imgWrap{
	width:240px;
	height: 195px;
	text-align: center;
	background-position: center center; 
}
.thumbHover{
	background-color: #884900 !important;
}
.thumbHover tr td, .thumbActive tr td, .thumbHover .thumbDesc{
	color: #fff !important;
}
.thumbHover .galDate{
	color: #fff;
}
#scrollLeftButton, #scrollRightButton{
	background-color: #f90;
	width: 25px;
	height: 186px;
	cursor: pointer;
}
#scrollLeftButton table td, #scrollRightButton table td{
	color: #fff;
}
#scrollLeftButton{
	margin-right: 10px;
}
.buttonHover{
	background-color: #ef419a !important;
	color: #fff !important;
}
.buttTable{
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}
.buttTable td{
	vertical-align: middle;
	text-align: center;
	color: #004292;
	font-size: 2.0em;
}
.galerie{
	width: 240px;
	margin: 10px 10px 0px 0px;
	background-color: #c0dd4a;
}
.galWrap{
	width:240px;
	height: 205px;
	background-color: #888;
	text-align: center;
	overflow: hidden;
}
.galDesc{
	height: 49px;
	padding: 3px;
	text-align: center;
	font-size: 1.2em;
}
.galDesc table{
	width: 100%;
	height: 100%;
}
.galDesc tr td{
	vertical-align: center;
	text-align: center;
	color: #666;
}
.galerie img{
	cursor: pointer;
	min-height: 205px;
}
.galDate{
	height: 25px;
	color: #004292;
	display: none;
}
.backToOverview{
	width: 740px;
	background-color: #c0dd4a;
	color: #666;
	padding: 5px;
	text-align: center;
	cursor: pointer;
	font-size: 1.2em;
}
#bigPicInfo{
	height: 15px !important;
	padding-top: 5px;
	color: #fff !important;
}
#bigPic{
	max-height: 90%;
	max-width: 70%;
	-moz-box-shadow: 15px 15px 10px #333;
	-webkit-box-shadow: 15px 15px 10px #333;
	box-shadow: 15px 15px 10px #333;
	border: 1px solid #884900;
}