@charset "utf-8";
body {
	background-color: #abb7db;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.footer {
	background-image: url(images/footer.gif);
	height: 35px;
}
.bg {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
}
ul.topnav {
	margin: 0;
	padding: 0px 0 0 0;
}

.topnav li {
	list-style: none;
	display: inline;
}

.topnav a {
	text-decoration: none;
	color: #071844;
	font-size: 11px;
	padding: 0 7px 0 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6A7795;
}

.topnav a:hover {
	color: #d50707;
}
.text {
	font-size: 14px;
	text-align: justify;
}
.title {
	font-size: 18px;
	color: #03235E;
	font-weight: bold;
}
a {
	color: #00F;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}.title2 {
	font-size: 16px;
	color: #C60000;
	font-weight: bold;
}
.form {
	border: 1px solid #111D39;
	color: #1A338A;
}
.meni {
	background-image: url(images/meni.gif);
	height: 35px;
}
ul.topnav1 {
	margin: 0;
	padding: 7px 0 0 0;
}

.topnav1 li {
	list-style: none;
	display: inline;
}

.topnav1 a {
	text-decoration: none;
	color: #293B6D;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 9px 0 9px;
	font-weight: bold;
}

.topnav1 a:hover {
	color: #d50707;
	font-weight: bold;
}

.error{
    font-size: 14px;
    color: #FF0000;
}.text2 {
	font-size: 14px;
}
