@charset "utf-8";
/*
RESET CSS
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

/*Pocetak Mog CSS-a*/

body {
background-image: url(../img/bck.jpg);
background-repeat: repeat-x;
}

	#kontejner {
	width: 1000px;
	min-height: 341px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/bck_srce.png);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 20px;
	}
	
		#header {
		width: 950px;
		margin-top: 15px;
		margin-left: auto;
		margin-right: auto;
		}
		
			#lijevo_h {
			float: left;
			width: 598px;
			height: 219px;
			}
			
			#desno_h {
			float: right;
			width: 331px;
			height: 219px;
			margin-bottom: 15px;
			}
			
	#srce {
	clear: both;
	width: 972px;
	height: 100px;
	background-image: url(../img/bck_srce_bar.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	}
	
	#za_srbiju {
	width: 908px;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #43758c;
	text-align: center;
	border: 1px solid #ed1c24;
	margin-bottom: 15px;
	margin-top: 15px;
	}
	
	#sadrzaj {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #43758c;
	text-align: center;
	}
	
		.crvena_slova {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		color: #ed1c24;
		font-weight: bold;
		}
		
	#footer {
	clear: both;
	width: 950px;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background-image: url(../img/footer_bck.jpg);
	background-repeat: no-repeat;
	padding-top: 11px;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: auto;
	margin-left: auto;
	}
	
	#baneri {
	padding-top: 10px;
	}
	
	#baneri_okolo {
	clear: both;
	}
	
	#lijevo {
	padding-top: 5px;
	padding-bottom: 10px;
	width: 470px;
	float: left;
	}
	
	#desno {
	padding-bottom: 10px;
	width: 470px;
	float: right;
	}
	
	.code {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 5px;
	border: 1px solid #43758C;
	}
