	/* SPLOŠNI */
	
	a img {
		border: 0px;
	}
	
	body {
		padding: 0px;
		margin: 0px;
		font-family: "Helvetica";
		font-size: 11px;
		background-image: url("../images/bcg_image.jpg");
		background-position: center top;
		background-repeat: no-repeat;
		color: #414040;
	}
	
	body, html {
		height: 100%;
		width: 100%;
	}

	#container { 
		width: 1004px;
		border: 0px solid gray;
		left: 50%;
		margin-left: -502px;
		position: absolute;
	} 
	
	 
	.cursor {
		cursor: pointer;
	}
	
	.rdeca {
		color: red;
	}
	
	.bela {
		color: white;
	}
	
	.crna {
		color: black;
	}
	
	.bold {
		font-weight: bold;
	}
	
	.cursor {
		cursor: pointer;
	}
	
	div ul li a {
		color: black;
		text-decoration: none;
	}
	
	div div a {
		color: black;
		text-decoration: none;
	}
	
	.zelena {
		color: #c1e75b;
	}
	

	/* GLAVA */
	#glava {
		width: 700px; 
		float: left;
		border: 0px solid red;
	}
	
		#logo {
			float: left;
			margin-left: 15px;
			padding-bottom: 15px;
			border: 0px solid red;
		}
	

	/* TELO */
	#telo {
		width: 1008px;
		clear: both; 
		float: left;
		border: 0px solid black;
		margin-top: 70px;
	}
	

	/* NOGA */
	
	#box1 {
		clear: both;
		float: left;
		width: 260px;
		height: 250px;
		border: 0px solid black;
		margin-left: 40px;
		margin-top: 20px;
		text-align: justify;
	}
	
	#box2 {
		float: left;
		width: 300px;
		height: 250px;
		border: 0px solid black;
		margin-left: 40px;
		margin-top: 20px;
		text-align: justify;
	}
	
	#box3 {
		float: left;
		width: 260px;
		height: 250px;
		border: 0px solid black;
		margin-left: 40px;
		margin-top: 20px;
		text-align: justify;
	}
	
/* PARTNERJI */
		#menu {
			clear: both;
			float: right;
			margin-right: 45px;
			margin-top: -20px;
		}
		
			.seznamMenu li {
				float: left;
				list-style-type: none;
				padding-left: 100px;
				color: black;
				font-weight: bold;
				font-size: 12px;
			} 
	
.border-desno {
	border-right: 1px dotted gray;
}

.padding-left {
	padding-left: 20px;
}

.visina50 {
	height: 60px;
}

.paddingTop {
	padding-top: 8px;
}

#noga {
	clear: both;
	float: right;
	margin-top: 15px;
	margin-right: 17px;
}
