@charset "utf-8";
body {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 5;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#800000;
	margin-top: 5px;
	margin-bottom: 15px;
}

A{
	color:#2B0000;
	text-decoration: none;	
}
A:visited{
	color: #A57340;
}
A:hover {
	color: #800000;
	text-decoration: underline;
}

.oneColElsCtr #container {
	width: 880px;
	background: url(../images/web5.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/*	border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*border: 1px solid gray;*/
}

#header{
	background-image: url(../images/zaglavlje.jpg);
	background-position: right;
	background-repeat: no-repeat;
	width: 880px;
	height: 200px;
}

#izbornik{
	height: 26px;
}

#naslov{
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
}

#sadrzaj{
}

#razmak{
	height: 5px;
}


#lijevo{
	width: 250px;
	float:left;
	background-color: gray;
}

#desno{
	width: 240px;
	float: left;
	background-color: blue;
	height: 10px;
	overflow: visible;
}

H1{
	font-size:16px;
	font-weight: bold;
}

H3{
	font-size:12px;
	font-weight: bold;
	text-align: justify;
	
}
p{
	
}
#tekst{
	text-align: justify;
	font-size: 12px;
	text-indent: 10px;
	line-height: 120%;
}

#naslov2{
	font-style: italic;
}

#footer1{
	background-color: #cd3301;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 0px;
	width: 880px;
	height: 22px;
	display: table-cell;
}