/** Common Styles */

body {
	padding: 0;
	background: #578bb1;
	text-align: justify;
	line-height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3C3C37;
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
}

p, ul, ol {
	margin-bottom: 1.5em;
}

ul {
	margin: 0px;
	padding-left: 80px;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #005880;
}

/** Style for header starts here */

#header {
	width: 90%;
	height: 125px;
	margin: 0px auto;
	background: url(images/logo.png) no-repeat center top;
}

#header h1, #header h2 {
	margin: 0px;
	padding: 0;
	font-weight: normal;
	color: #000000;
}

#header h1 {
	padding: 90px 0px 10px 90px;
	font-size: 3em;
}

#header h2 {
	margin-top: -8px;
	padding: 0px 0px 0px 92px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#defslika {
	width: 480px;
	height: 327px;
	margin: 0px auto;
	background: url(images/naslovna_fotografija.jpg) no-repeat center top;
	border: 1px  solid;
}

/** Style for menu starts here */

#menu {
	width: 95%; 
	height: 50px;
	margin: 0px auto;
	background: #578bb1;
	color: #000000;
	font-weight: bold;
}

#menu ul {
	margin: 0px;
	padding: 0 0 0 20px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 14px 30px 10px 12px;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
	/*color: #005880;*/
}

/** Style for wrapper starts here */

#wrapper {
	width: 80%;
	margin: 0px auto;
	background: #e1e1e1;
	padding: 20px;
}

/** Style for content starts here */

#content {
	width: 95%;
	margin: 0px auto;
	padding-top: 25px;
	font-size: 1.2em;
	clear: both;
}

#content h2 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

#content p {
}

#content a{
	color: #000000;
}

#content img {
	border: 1px #000000 solid;
}

.leftFloat {
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}
	
.rightFloat {
	float: right;
	margin-left: 20px;
	margin-right: 20px;
}

#normal {
	padding-left: 20px;
}

#cent {

	width: 90%;
	text-align: center;
	background: #e1e1e1;

}

/** Style for footer starts here */

#footer {
	clear: both;
	width: 95%;
	margin: 0px auto;
	padding: 1px;
	background: #578bb1;
	font-size: 10px;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}


#footer .firma {
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
