@charset "utf-8";

/* CSS Document */

/*.popup {
	border: solid 1px #333;
	font-family: Tahoma;
	font-size: 12px;
	display: none;
	position: absolute;
	width: 500px;
	height: 333px;
	z-index: 60;
	background: url(../images/cestitka2010.jpg) no-repeat left top;
}*/

.popup {
	border: solid 10px #fff;
	font-family: Tahoma;
	font-size: 12px;
	display: none;
	position: absolute;
	width: 330px;
	height: 441px;
	z-index: 60;
	background: url(../images/cestitka2010.jpg) no-repeat left top;
}

.popuptitle {
	background: blue;
	color: white;
	font-weight: bold;
	height: 15px;
	padding: 5px;
}

.popupbody {
	background: #ddd;
	padding: 5px;
	text-align: center;
}

#popup1 {
	top: 20%;
	left: 40%;
}
