/* CSS Document */


#img-left {
	background-image: url(../skin/motiv_spodnji_levo.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height:283px;
}
#img-center {
	background-image: url(../skin/motiv_spodnji_center.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height:283px;
}
#img-right {
	background-image: url(../skin/motiv_spodnji_desno.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height:283px;
}


#mission{
	background-repeat: no-repeat;
	background-position:top left;
	height: 105px;
	width: 100%;
	margin-top: 41px;	margin-left: 21px;
	/*padding-top: 18px;	padding-left: 62px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 22px;*/
	color: #FFFFFF;  /* #8C662E */
}

#desc{
	width: 100%;
	padding-left: 73px;
	padding-top: 43px;
}



