body {
	font-family: "Arial CE",Arial; font-size: 12px;
	color: #4F4F4F;
}

a {
	color:#4a4a4b;
	text-decoration: underline;
}

h1 {
	font-size:23px; font-weight: normal;
	margin:0 0 16px 0; padding: 0;
	line-height: normal;
}
h2 {
	font-size: 14px;
	margin: 0 0 11px; padding:0;
}
h3 {
	font-size: 14px; font-weight: normal;
	text-transform: uppercase;
	padding: 0; margin: 0;
}

p { height: 12px; margin:0; padding:0; }
html>body p { height: auto; min-height: 12px }


form { margin: 0; padding: 0; }

ul { margin: 0 0 0 16px; padding: 0; }
ul li {
	position: relative;
	list-style: none;
	background: url(../images/li.jpg) no-repeat left 2px;
	margin: 0 0 4px -16px; padding: 0 0 0 16px; 	
}
ul li li {
	background: url(../images/li_sub.jpg) no-repeat left 4px;
	margin: 0 0 4px -14px; padding: 0 0 0 12px; 	
}

.noDisplay { display: none; }

.button {
	display: block;
	background: url(../images/button-bg.jpg) repeat-x;
	height: 17px; width: 180px;
	padding: 5px 0 0 0; margin: 0;
	border: 1px solid #9fc076; border-top: none; border-bottom: none;
	text-decoration: none; text-align: center;
	color: #000;
	font-weight: bold;
}

.sipka {
	display: block;
	background: url(../images/sipka.jpg) no-repeat left top;
	padding: 2px 0 0 50px;
	height: 38px;
	font-size: 1.15em;
	text-decoration: none;
}
.sipka[class] { height: auto; min-height: 38px; }

a.sipka:hover {
	background-color: #B7D78E;
	overflow: hidden;	
}

input.text {
	width: 200px;
	height: 18px;
	border: 1px solid #8F8F8F;
}
