.Text {
	border: none;
	width: 100%;
	height: 80px;
	background: transparent;
	color: inherit;
	text-decoration: inherit;
	z-index: 39;
	margin: 0px;
	padding: 0px;
}

h1 {
	padding: 0px;
	margin: 0px;
}

.divForIframe {
	height: 100%;
	border: solid 1px black;
}

.textFormButtons {
	position: absolute;
	top: -32px;		
	z-index: 100;
}

.textFormBottom {
	position: absolute;
	bottom: -31px;	
	z-index: 100;
}

.textForm {
	margin: 0px;
	padding: 5px 0px 5px 5px;
	left: 0px;
	right: 0px;
	background-color: #f2f2f2;
	display: none;
}

	.textForm input {
		height: 18px;
		width: 20px;
		border: solid 1px #b3b3b3;
		background-color: #dfdfdf;
		font-size: 11px;
		font-family: Verdana;
		cursor: pointer;
	}
	
	.textFormBottom input {
		width: 70px;
	}
	
	.textForm input:hover {
		background-color: white;
	}
	
	.textForm select {
		position: relative;
		top: -2px;
	}

	.fontName {
		width: 80px;
	}
	
iframe {
	border: none;
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	position: relative;
	z-index: 0;
}

.langsButton {
	display: inline;
	width: 70px;
	position: relative;
}

.langsSelection {
	position: absolute;
	bottom: 17px;
	left: 0px;
	/* tak duzo bo style jQuery (ui-resizable) zaslania div */
	z-index: 500;
	list-style-type: none;
	font-size: 11px;
	font-family: verdana;
	width: 68px;
	background-color: #f2f2f2;
	border: solid 1px #b3b3b3;
	margin: 0px;
	padding: 0px;
	display: none;
}

	.langsSelection li {
		padding: 2px;
		cursor: pointer;
		padding-left: 30px;
		z-index: 500;
	}
	
	.langsSelection li:hover {
		background-color: white;
		text-decoration: underline;
	}
	
	.langsSelection .activeLang {
		background-image: url('../../grafika/activeLang.png');
		background-position: left center;
		background-repeat: no-repeat;
	}