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

h1 {
	font-size:20px;
	text-transform:uppercase;
	color:#0c1237;
	margin: 0 0 15px 0;
}
h2 {
	font-size: 15px;
	text-transform:uppercase;
	color:#ff6500;
	margin: 0 0 7px 0;
}
a {
	color:#0c1237;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color:#fff;
	background:#0c1237;
	text-decoration: none;
}
p {
	margin: 0; padding: 0;
	min-height:12px;
}

ul {
	margin: 2px 0 2px 15px;
	padding: 0;
}
li {
	display: block;
	list-style-type: none;
	background: url(images/li.jpg) no-repeat left 3px;
	padding: 0 0 0 15px;
	margin: 5px 0 5px -15px;
	font-weight: bold;
	color:#ff6500;
}

.modra { color: #0c1237; }
.oranzova { color:#ff6500; }

input[type=text],input[type=password], input.text, textarea {
	border:2px solid #0c1237;
	height:19px;
	padding:3px 3px 0 3px; margin:0;
}
input[type=button],input[type=submit], input.button {
	border:1px solid #0c1237;
	background:url(images/button.jpg) repeat-x;
	height: 24px;
	margin:0; padding:0 4px;
	text-align:center;
	color:#fff;
	font-size:11px; font-weight:bold;
}

