@charset "iso-8859-2";
body, html{
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
	font-family: Tahoma, Arial;
}

html, body, div, img, a, h5, h4, h3, p, ul, li {
	border: 0;
	text-decoration: none;
	color: #333333;
}
a {
	text-decoration: none;
}
a:hover {
	color: #db4824;
	text-decoration: none;
}
* {
	font-family: Tahoma, Arial;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}
fieldset {
	border:1px solid #ebebeb;
}
legend {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #fff;
	background:#3f80a8;
	padding:4px;
	padding-left: 12px;
	padding-right: 12px;
}
/*input {
	height: 20px;
	width: 450px;
	border: solid 1px #CCCCCC;
}
select {
	height: 20px;
	width: 450px;
	border: solid 1px #CCCCCC;
}*/
textarea {
	height: 40px;
	width: 450px;
	border: solid 1px #CCCCCC;
}
.ltd {
	font-family: Tahoma, Arial;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	background:#fafafa;
	border-right: 2px solid #fff;
	text-indent: 10px;
}
.szablon {
	width: 200px;
	height: 200px;
	border:1px solid #CCCCCC;
	padding: 10px;
	margin:5px;
	float: left;
	cursor:pointer;
}
.kolory {
	width: 85px;
	height: 85px;
	border:1px solid #CCCCCC;
	padding: 2px;
	margin:2px;
	float: left;
	cursor:pointer;
}
.banery {
	width: 280px;
	height: 60px;
	border:1px solid #CCCCCC;
	padding: 2px;
	margin:2px;
	cursor:pointer;
	vertical-align: middle; 
	display:table-cell;
}
.uklady {
	width: 85px;
	height: 70px;
	border:1px solid #CCCCCC;
	padding: 2px;
	margin:2px;
	float: left;
	cursor:pointer;
}
.taby {
	border: solid 1px #DBE0E8; 
	cursor: pointer;
	background:url(../img/check_disabled.gif) no-repeat 910;
	background-color: #FFFFFF;
}
.taby:hover {
	background:url(../img/check_notactive.gif) no-repeat 910;
	background-color: #FFFFFF;
}