@CHARSET "UTF-8";
body {
	background-color: #fff;
	font-family: Arial, Times New Roman, Times, serif;
	font-size: 21px;
	line-height: 34px;
	letter-spacing: 2px;
	margin-top: 86px;
	margin-left: 86px;
	margin-right: 86px;
	margin-bottom: 86px;
}

a {
	color: black;
	text-decoration: none;
}

#dieGalerie {
	margin: 0px 0px;
	margin-top: 104px;
}

tr.galerie * a {
	color: #000;
	text-decoration: none;
}

tr.galerie td {
	border-bottom: 3px solid #fff;
}

tr.galerie td.eins {
	width: 100%;
	text-align: left;
}

tr.galerie td.zwei {
	width: 0px;
	text-align: left;
}

tr.galerie td.drei {
	width: 0px;
	text-align: left;
}


tr.galerie td.underline,a.underline {
	border-bottom: 2px solid #000;
}

a.underline {
	border-bottom: 2px solid #000;
}

#lightBox { 
	background-color: #fff;
	/*background-image: url(../images/textur.gif);*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#modalBox {
	font-family: Arial, Times New Roman, Times, serif;
	text-align: 			left;
	position: 				absolute;
	top: 						0px;
	left: 						0px;
	padding: 					0px;
	z-index: 					2;
	cursor:						pointer;
	width:						100%;
}

img.modalBild {

	padding: 0pt;
}

div.modalBilder {
	padding: 0px 0pt;
}

div.modalText {
	margin: 15px;
	padding: 0px 0pt;
	color: #000 !important;
}

div.modalText a {
	color: #000 !important;
	text-decoration: underline;
}