@charset "utf-8";
/* CSS Document */

#html, body {
/* vycentruje celou stránku */
   top: 0px;
   right: 0px;
   bottom: 0px;
   left: 0px;
   width:980px;
   height: 100%;
   margin: auto;
 } 

.imagediv {
	position: relative;
	border: none;
	;
}
.imagediv .textbody {
	position: absolute;
	left: 40px;
	font-family: Calibri;
	font-size: 18px;
 	color: rgb(71,71,71);
	text-align:justify;
}
.imagediv .texthead {
	position: absolute;
	left: 40px;
	font-family: Calibri;
	font-size: 30px;
	color: rgb(0,0,0);
}

.imagediv .msmaildiv {
	position: absolute;
	width: 56px;
	height: 16px;
}

.text {
	font-family: Calibri;
	font-size: 18px;
 	color: rgb(71,71,71);
	text-align:justify;
}

.mail {
 	color: rgb(71,71,71);
	text-decoration:none;
}

.msmail {
	text-decoration:none;
}

.mail:hover {
 	color: rgb(88,162,178);
	text-decoration:none;
}

div#preload { display: none; } /* preload images */
